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.4/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;
SupportedIpAddressTypes?: 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 manually.

§
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 the Gateway Load Balancers.

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

The Amazon Resource Names (ARNs) of the Network Load Balancers.

§
PrivateDnsName?: string | null
[src]

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

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

The supported IP address types. The possible values are ipv4 and ipv6.

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

The tags to associate with the service.