VpcEndpoint

class VpcEndpoint : KotlinCustomResource

Resource Type definition for AWS::EC2::VPCEndpoint

Properties

Link copied to clipboard
Link copied to clipboard
val dnsEntries: Output<List<String>>
Link copied to clipboard
val id: Output<String>
Link copied to clipboard
Link copied to clipboard
val policyDocument: Output<String>?

A policy to attach to the endpoint that controls access to the service.

Link copied to clipboard

Indicate whether to associate a private hosted zone with the specified VPC.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val routeTableIds: Output<List<String>>?

One or more route table IDs.

Link copied to clipboard

The ID of one or more security groups to associate with the endpoint network interface.

Link copied to clipboard
val serviceName: Output<String>

The service name.

Link copied to clipboard
val subnetIds: Output<List<String>>?

The ID of one or more subnets in which to create an endpoint network interface.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
Link copied to clipboard
val vpcId: Output<String>

The ID of the VPC in which the endpoint will be used.