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

CreateVpcEndpointServiceConfigurationRequest

import type { CreateVpcEndpointServiceConfigurationRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface CreateVpcEndpointServiceConfigurationRequest {
AcceptanceRequired?: boolean | null;
ClientToken?: string | null;
DryRun?: boolean | null;
GatewayLoadBalancerArns?: string[] | null;
NetworkLoadBalancerArns?: string[] | null;
PrivateDnsName?: string | null;
TagSpecifications?: TagSpecification[] | null;
}

§Properties

§
AcceptanceRequired?: boolean | null
[src]

Indicates whether requests from service consumers to create an endpoint to your service must be accepted. To accept a request, use "AcceptVpcEndpointConnections".

§
ClientToken?: string | null
[src]

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

§
DryRun?: boolean | null
[src]

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

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

The Amazon Resource Names (ARNs) of one or more Gateway Load Balancers.

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

The Amazon Resource Names (ARNs) of one or more Network Load Balancers for your service.

§
PrivateDnsName?: string | null
[src]

(Interface endpoint configuration) The private DNS name to assign to the VPC endpoint service.

§
TagSpecifications?: TagSpecification[] | null
[src]

The tags to associate with the service.