ipam_scope_tags
Expands all tag keys and values for ipam_scopes
in a region
Overview
Name | ipam_scope_tags |
Type | Resource |
Description | Resource Schema of AWS::EC2::IPAMScope Type |
Id | aws.ec2.ipam_scope_tags |
Fields
Name | Datatype | Description |
---|---|---|
ipam_scope_id | string | Id of the IPAM scope. |
arn | string | The Amazon Resource Name (ARN) of the IPAM scope. |
ipam_id | string | The Id of the IPAM this scope is a part of. |
ipam_arn | string | The Amazon Resource Name (ARN) of the IPAM this scope is a part of. |
ipam_scope_type | string | Determines whether this scope contains publicly routable space or space for a private network |
is_default | boolean | Is this one of the default scopes created with the IPAM. |
description | string | |
pool_count | integer | The number of pools that currently exist in this scope. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all ipam_scopes
in a region.
SELECT
region,
ipam_scope_id,
arn,
ipam_id,
ipam_arn,
ipam_scope_type,
is_default,
description,
pool_count,
tag_key,
tag_value
FROM aws.ec2.ipam_scope_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the ipam_scope_tags
resource, see ipam_scopes