vpc_cidr_blocks_list_only
Lists vpc_cidr_blocks
in a region or regions, for all properties use vpc_cidr_blocks
Overview
Name | vpc_cidr_blocks_list_only |
Type | Resource |
Description | Resource Type definition for AWS::EC2::VPCCidrBlock |
Id | aws.ec2.vpc_cidr_blocks_list_only |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The Id of the VPC associated CIDR Block. |
vpc_id | string | The ID of the VPC. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all vpc_cidr_blocks
in a region.
SELECT
region,
id,
vpc_id
FROM aws.ec2.vpc_cidr_blocks_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the vpc_cidr_blocks_list_only
resource, see vpc_cidr_blocks