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

UpdateVPCEConfigurationRequest

import type { UpdateVPCEConfigurationRequest } from "https://aws-api.deno.dev/v0.4/services/devicefarm.ts?docs=full";
interface UpdateVPCEConfigurationRequest {
arn: string;
serviceDnsName?: string | null;
vpceConfigurationDescription?: string | null;
vpceConfigurationName?: string | null;
vpceServiceName?: string | null;
}

§Properties

§
arn: string
[src]

The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to update.

§
serviceDnsName?: string | null
[src]

The DNS (domain) name used to connect to your private service in your VPC. The DNS name must not already be in use on the internet.

§
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.