Uses of Class
software.amazon.awscdk.services.ec2.CfnVPCEndpoint.Builder
-
Uses of CfnVPCEndpoint.Builder in software.amazon.awscdk.services.ec2
Modifier and TypeMethodDescriptionstatic CfnVPCEndpoint.Builder
CfnVPCEndpoint.Builder.dnsOptions
(IResolvable dnsOptions) Describes the DNS options for an endpoint.CfnVPCEndpoint.Builder.dnsOptions
(CfnVPCEndpoint.DnsOptionsSpecificationProperty dnsOptions) Describes the DNS options for an endpoint.CfnVPCEndpoint.Builder.ipAddressType
(String ipAddressType) The supported IP address types.CfnVPCEndpoint.Builder.policyDocument
(Object policyDocument) An endpoint policy, which controls access to the service from the VPC.CfnVPCEndpoint.Builder.privateDnsEnabled
(Boolean privateDnsEnabled) Indicate whether to associate a private hosted zone with the specified VPC.CfnVPCEndpoint.Builder.privateDnsEnabled
(IResolvable privateDnsEnabled) Indicate whether to associate a private hosted zone with the specified VPC.CfnVPCEndpoint.Builder.resourceConfigurationArn
(String resourceConfigurationArn) The Amazon Resource Name (ARN) of the resource configuration.CfnVPCEndpoint.Builder.routeTableIds
(List<String> routeTableIds) The IDs of the route tables.CfnVPCEndpoint.Builder.securityGroupIds
(List<String> securityGroupIds) The IDs of the security groups to associate with the endpoint network interfaces.CfnVPCEndpoint.Builder.serviceName
(String serviceName) The name of the endpoint service.CfnVPCEndpoint.Builder.serviceNetworkArn
(String serviceNetworkArn) The Amazon Resource Name (ARN) of the service network.The IDs of the subnets in which to create endpoint network interfaces.CfnVPCEndpoint.Builder.vpcEndpointType
(String vpcEndpointType) The type of endpoint.The ID of the VPC.