We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a7c4be commit ec8f1d6Copy full SHA for ec8f1d6
aws_services_virtual-private-cloud_ipv6.ts.html
@@ -80,6 +80,7 @@ <h1 class="page-title">aws/services/virtual-private-cloud/ipv6.ts</h1>
80
const cfnSubnet = subnet.node.defaultChild as CfnSubnet
81
cfnSubnet.ipv6CidrBlock = Fn.select(index, subnetIpv6CidrBlocks)
82
cfnSubnet.assignIpv6AddressOnCreation = true
83
+ cfnSubnet.ipv6Native = true
84
})
85
86
const addDefaultIpv6Routes = (subnets: ISubnet[], gatewayId: string, routerType: RouterType) =>
0 commit comments