Skip to main content

profile_association_tags

Expands all tag keys and values for profile_associations in a region

Overview

Nameprofile_association_tags
TypeResource
DescriptionResource Type definition for AWS::Route53Profiles::ProfileAssociation
Idaws.route53profiles.profile_association_tags

Fields

NameDatatypeDescription
resource_idstringThe resource that you associated the profile with.
profile_idstringThe ID of the profile that you associated with the resource that is specified by ResourceId.
idstringPrimary Identifier for Profile Association
namestringThe name of an association between a Profile and a VPC.
arnstringThe Amazon Resource Name (ARN) of the profile association.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all profile_associations in a region.

SELECT
region,
resource_id,
profile_id,
id,
name,
arn,
tag_key,
tag_value
FROM aws.route53profiles.profile_association_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the profile_association_tags resource, see profile_associations