profile_association_tags
Expands all tag keys and values for profile_associations in a region
Overview
| Name | profile_association_tags |
| Type | Resource |
| Description | Resource Type definition for AWS::Route53Profiles::ProfileAssociation |
| Id | aws.route53profiles.profile_association_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
resource_id | string | The resource that you associated the profile with. |
profile_id | string | The ID of the profile that you associated with the resource that is specified by ResourceId. |
id | string | Primary Identifier for Profile Association |
name | string | The name of an association between a Profile and a VPC. |
arn | string | The Amazon Resource Name (ARN) of the profile association. |
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 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