Skip to main content

ipam_resource_discovery_tags

Expands all tag keys and values for ipam_resource_discoveries in a region

Overview

Nameipam_resource_discovery_tags
TypeResource
DescriptionResource Schema of AWS::EC2::IPAMResourceDiscovery Type
Idaws.ec2.ipam_resource_discovery_tags

Fields

NameDatatypeDescription
ipam_resource_discovery_idstringId of the IPAM Pool.
owner_idstringOwner Account ID of the Resource Discovery
operating_regionsarrayThe regions Resource Discovery is enabled for. Allows resource discoveries to be created in these regions, as well as enabling monitoring
ipam_resource_discovery_regionstringThe region the resource discovery is setup in.
descriptionstring
is_defaultbooleanDetermines whether or not address space from this pool is publicly advertised. Must be set if and only if the pool is IPv6.
ipam_resource_discovery_arnstringAmazon Resource Name (Arn) for the Resource Discovery.
statestringThe state of this Resource Discovery.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all ipam_resource_discoveries in a region.

SELECT
region,
ipam_resource_discovery_id,
owner_id,
operating_regions,
ipam_resource_discovery_region,
description,
is_default,
ipam_resource_discovery_arn,
state,
tag_key,
tag_value
FROM aws.ec2.ipam_resource_discovery_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the ipam_resource_discovery_tags resource, see ipam_resource_discoveries