Module: AWSCDK::EC2::VPCEndpointDNSRecordIPType
- Defined in:
- ec2/vpc_endpoint_dns_record_ip_type.rb
Overview
Enums for all Dns Record IP Address types.
Constant Summary collapse
- IPV4 =
Deprecated.Note:
Default:
Create A records for the private, Regional, and zonal DNS names.
The IP address type must be IPv4 or Dualstack.
Jsii::Enum.new("aws-cdk-lib.aws_ec2.VpcEndpointDnsRecordIpType", "IPV4")
- IPV6 =
Deprecated.Note:
Default:
Create AAAA records for the private, Regional, and zonal DNS names.
The IP address type must be IPv6 or Dualstack.
Jsii::Enum.new("aws-cdk-lib.aws_ec2.VpcEndpointDnsRecordIpType", "IPV6")
- DUALSTACK =
Deprecated.Note:
Default:
Create A and AAAA records for the private, Regional, and zonal DNS names.
The IP address type must be Dualstack.
Jsii::Enum.new("aws-cdk-lib.aws_ec2.VpcEndpointDnsRecordIpType", "DUALSTACK")
- SERVICE_DEFINED =
Deprecated.Note:
Default:
Create A records for the private, Regional, and zonal DNS names and AAAA records for the Regional and zonal DNS names.
The IP address type must be Dualstack.
Jsii::Enum.new("aws-cdk-lib.aws_ec2.VpcEndpointDnsRecordIpType", "SERVICE_DEFINED")