ipam_resource_discovery_association_tags
Expands all tag keys and values for ipam_resource_discovery_associations
in a region
Overview
Name | ipam_resource_discovery_association_tags |
Type | Resource |
Description | Resource Schema of AWS::EC2::IPAMResourceDiscoveryAssociation Type |
Id | aws.ec2.ipam_resource_discovery_association_tags |
Fields
Name | Datatype | Description |
---|---|---|
ipam_arn | string | Arn of the IPAM. |
ipam_region | string | The home region of the IPAM. |
ipam_resource_discovery_association_id | string | Id of the IPAM Resource Discovery Association. |
ipam_resource_discovery_id | string | The Amazon Resource Name (ARN) of the IPAM Resource Discovery Association. |
ipam_id | string | The Id of the IPAM this Resource Discovery is associated to. |
ipam_resource_discovery_association_arn | string | The Amazon Resource Name (ARN) of the resource discovery association is a part of. |
is_default | boolean | If the Resource Discovery Association exists due as part of CreateIpam. |
owner_id | string | The AWS Account ID for the account where the shared IPAM exists. |
state | string | The operational state of the Resource Discovery Association. Related to Create/Delete activities. |
resource_discovery_status | string | The status of the resource discovery. |
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_resource_discovery_associations
in a region.
SELECT
region,
ipam_arn,
ipam_region,
ipam_resource_discovery_association_id,
ipam_resource_discovery_id,
ipam_id,
ipam_resource_discovery_association_arn,
is_default,
owner_id,
state,
resource_discovery_status,
tag_key,
tag_value
FROM aws.ec2.ipam_resource_discovery_association_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the ipam_resource_discovery_association_tags
resource, see ipam_resource_discovery_associations