CreateVpcEndpointRequest
import type { CreateVpcEndpointRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";interface CreateVpcEndpointRequest {
ClientToken?: string | null;
DryRun?: boolean | null;
PolicyDocument?: string | null;
PrivateDnsEnabled?: boolean | null;
RouteTableIds?: string[] | null;
SecurityGroupIds?: string[] | null;
ServiceName: string;
SubnetIds?: string[] | null;
TagSpecifications?: TagSpecification[] | null;
VpcEndpointType?: VpcEndpointType | null;
VpcId: string;
}§Properties
§
TagSpecifications?: TagSpecification[] | null
[src]§
VpcEndpointType?: VpcEndpointType | null
[src]