Skip to content

Commit 7f11a60

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: Adds a new VPC Subnet attribute "EnableDns64." When enabled on IPv6 Subnets, the Amazon-Provided DNS Resolver returns synthetic IPv6 addresses for IPv4-only destinations.
1 parent 34a95cc commit 7f11a60

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elastic Compute Cloud",
4+
"contributor": "",
5+
"description": "Adds a new VPC Subnet attribute \"EnableDns64.\" When enabled on IPv6 Subnets, the Amazon-Provided DNS Resolver returns synthetic IPv6 addresses for IPv4-only destinations."
6+
}

services/ec2/src/main/resources/codegen-resources/service-2.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32548,6 +32548,10 @@
3254832548
"CustomerOwnedIpv4Pool":{
3254932549
"shape":"CoipPoolId",
3255032550
"documentation":"<p>The customer-owned IPv4 address pool associated with the subnet.</p> <p>You must set this value when you specify <code>true</code> for <code>MapCustomerOwnedIpOnLaunch</code>.</p>"
32551+
},
32552+
"EnableDns64":{
32553+
"shape":"AttributeBooleanValue",
32554+
"documentation":"<p>Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations.</p>"
3255132555
}
3255232556
}
3255332557
},
@@ -41894,6 +41898,11 @@
4189441898
"shape":"String",
4189541899
"documentation":"<p>The Amazon Resource Name (ARN) of the Outpost.</p>",
4189641900
"locationName":"outpostArn"
41901+
},
41902+
"EnableDns64":{
41903+
"shape":"Boolean",
41904+
"documentation":"<p>Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations.</p>",
41905+
"locationName":"enableDns64"
4189741906
}
4189841907
},
4189941908
"documentation":"<p>Describes a subnet.</p>"

0 commit comments

Comments
 (0)