aws.ec2.get_associated_ipv6_pool_cidrs
Example SQL Queries
SELECT * FROMaws.ec2.get_associated_ipv6_pool_cidrsWHERE"pool_id" = 'VALUE';Description
Gets information about the IPv6 CIDR block associations for a specified IPv6 address pool.
Table Definition
| Column Name | Column Data Type |
|---|---|
| pool_id Required Input Column The ID of the IPv6 address pool. | VARCHAR |
| dry_run Input Column Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation. | BOOLEAN |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| associated_resource The resource that's associated with the IPv6 CIDR block. | VARCHAR |
| ipv6_cidr The IPv6 CIDR block. | VARCHAR |