Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateRemoteAccessSessionConfiguration

import type { CreateRemoteAccessSessionConfiguration } from "https://aws-api.deno.dev/v0.4/services/devicefarm.ts?docs=full";

Configuration settings for a remote access session, including billing method.

interface CreateRemoteAccessSessionConfiguration {
billingMethod?: BillingMethod | null;
vpceConfigurationArns?: string[] | null;
}

§Properties

§
billingMethod?: BillingMethod | null
[src]

The billing method for the remote access session.

§
vpceConfigurationArns?: string[] | null
[src]

An array of ARNs included in the VPC endpoint configuration.