profile_tags
Expands all tag keys and values for profiles in a region
Overview
| Name | profile_tags |
| Type | Resource |
| Description | Resource Type definition for AWS::Route53Profiles::Profile |
| Id | aws.route53profiles.profile_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
name | string | The name of the profile. |
client_token | string | The id of the creator request |
arn | string | The Amazon Resource Name (ARN) of the resolver profile. |
id | string | The ID of the profile. |
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 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