subnet_cidr_blocks_list_only
Lists subnet_cidr_blocks
in a region or regions, for all properties use subnet_cidr_blocks
Overview
Name | subnet_cidr_blocks_list_only |
Type | Resource |
Description | The AWS::EC2::SubnetCidrBlock resource creates association between subnet and IPv6 CIDR |
Id | aws.ec2.subnet_cidr_blocks_list_only |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Information about the IPv6 association. |
ipv6_cidr_block | string | The IPv6 network range for the subnet, in CIDR notation. The subnet size must use a /64 prefix length |
ipv6_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 CIDR |
ipv6_netmask_length | integer | The netmask length of the IPv6 CIDR to allocate to the subnet from an IPAM pool |
subnet_id | string | The ID of the subnet |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all subnet_cidr_blocks
in a region.
SELECT
region,
id
FROM aws.ec2.subnet_cidr_blocks_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the subnet_cidr_blocks_list_only
resource, see subnet_cidr_blocks