The AWS::EC2::SubnetCidrBlock resource creates association between subnet and IPv6 CIDR
subnet_id
(String) The ID of the subnetipv_6_cidr_block
(String) The IPv6 network range for the subnet, in CIDR notation. The subnet size must use a /64 prefix lengthipv_6_ipam_pool_id
(String) The ID of an IPv6 Amazon VPC IP Address Manager (IPAM) pool from which to allocate, to get the subnet's CIDRipv_6_netmask_length
(Number) The netmask length of the IPv6 CIDR to allocate to the subnet from an IPAM poolid
(String) Uniquely identifies the resource.subnet_cidr_block_id
(String) Information about the IPv6 association.Import is supported using the following syntax:
$ terraform import awscc_ec2_subnet_cidr_block.example <resource ID>