AwsEc2VPCEndpointPropertiesArgs

data class AwsEc2VPCEndpointPropertiesArgs(val creationTimestamp: Output<String>? = null, val dnsEntries: Output<List<String>>? = null, val id: Output<String>? = null, val networkInterfaceIds: Output<List<String>>? = null, val policyDocument: Output<Any>? = null, val privateDnsEnabled: Output<Boolean>? = null, val routeTableIds: Output<List<String>>? = null, val securityGroupIds: Output<List<String>>? = null, val serviceName: Output<String>? = null, val subnetIds: Output<List<String>>? = null, val vpcEndpointType: Output<Either<String, VpcEndpointType>>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<AwsEc2VPCEndpointPropertiesArgs>

Definition of awsEc2VPCEndpoint

Constructors

Link copied to clipboard
constructor(creationTimestamp: Output<String>? = null, dnsEntries: Output<List<String>>? = null, id: Output<String>? = null, networkInterfaceIds: Output<List<String>>? = null, policyDocument: Output<Any>? = null, privateDnsEnabled: Output<Boolean>? = null, routeTableIds: Output<List<String>>? = null, securityGroupIds: Output<List<String>>? = null, serviceName: Output<String>? = null, subnetIds: Output<List<String>>? = null, vpcEndpointType: Output<Either<String, VpcEndpointType>>? = null, vpcId: Output<String>? = null)

Properties

Link copied to clipboard
val creationTimestamp: Output<String>? = null

Property creationTimestamp

Link copied to clipboard
val dnsEntries: Output<List<String>>? = null

Property dnsEntries

Link copied to clipboard
val id: Output<String>? = null

Property id

Link copied to clipboard
val networkInterfaceIds: Output<List<String>>? = null

Property networkInterfaceIds

Link copied to clipboard
val policyDocument: Output<Any>? = null

An endpoint policy, which controls access to the service from the VPC. The default endpoint policy allows full access to the service. Endpoint policies are supported only for gateway and interface endpoints. For CloudFormation templates in YAML, you can provide the policy in JSON or YAML format. CFNlong converts YAML policies to JSON format before calling the API to create or modify the VPC endpoint.

Link copied to clipboard
val privateDnsEnabled: Output<Boolean>? = null

Indicate whether to associate a private hosted zone with the specified VPC. The private hosted zone contains a record set for the default public DNS name for the service for the Region (for example, `kinesis.us-east-1.amazonaws.com`), which resolves to the private IP addresses of the endpoint network interfaces in the VPC. This enables you to make requests to the default public DNS name for the service instead of the public DNS names that are automatically generated by the VPC endpoint service. To use a private hosted zone, you must set the following VPC attributes to `true`: `enableDnsHostnames` and `enableDnsSupport`. This property is supported only for interface endpoints. Default: `false`

Link copied to clipboard
val routeTableIds: Output<List<String>>? = null

The IDs of the route tables. Routing is supported only for gateway endpoints.

Link copied to clipboard
val securityGroupIds: Output<List<String>>? = null

The IDs of the security groups to associate with the endpoint network interfaces. If this parameter is not specified, we use the default security group for the VPC. Security groups are supported only for interface endpoints.

Link copied to clipboard
val serviceName: Output<String>? = null

The name of the endpoint service.

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

The IDs of the subnets in which to create endpoint network interfaces. You must specify this property for an interface endpoint or a Gateway Load Balancer endpoint. You can't specify this property for a gateway endpoint. For a Gateway Load Balancer endpoint, you can specify only one subnet.

Link copied to clipboard
val vpcEndpointType: Output<Either<String, VpcEndpointType>>? = null

The type of endpoint. Default: Gateway

Link copied to clipboard
val vpcId: Output<String>? = null

The ID of the VPC.

Functions

Link copied to clipboard
open override fun toJava(): AwsEc2VPCEndpointPropertiesArgs