Skip to main content

profile_tags

Expands all tag keys and values for profiles in a region

Overview

Nameprofile_tags
TypeResource
DescriptionResource Type definition for AWS::Route53Profiles::Profile
Idaws.route53profiles.profile_tags

Fields

NameDatatypeDescription
namestringThe name of the profile.
client_tokenstringThe id of the creator request
arnstringThe Amazon Resource Name (ARN) of the resolver profile.
idstringThe ID of the profile.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all profiles in a region.

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

Permissions

For permissions required to operate on the profile_tags resource, see profiles