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

VPCEConfiguration

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

Represents an Amazon Virtual Private Cloud (VPC) endpoint configuration.

interface VPCEConfiguration {
arn?: string | null;
serviceDnsName?: string | null;
vpceConfigurationDescription?: string | null;
vpceConfigurationName?: string | null;
vpceServiceName?: string | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the VPC endpoint configuration.

§
serviceDnsName?: string | null
[src]

The DNS name that maps to the private IP address of the service you want to access.

§
vpceConfigurationDescription?: string | null
[src]

An optional description that provides details about your VPC endpoint configuration.

§
vpceConfigurationName?: string | null
[src]

The friendly name you give to your VPC endpoint configuration to manage your configurations more easily.

§
vpceServiceName?: string | null
[src]

The name of the VPC endpoint service running in your AWS account that you want Device Farm to test.