profile_tags
Expands all tag keys and values for profiles
in a region
Overview
Name | profile_tags |
Type | Resource |
Description | Definition of AWS::B2BI::Profile Resource Type |
Id | aws.b2bi.profile_tags |
Fields
Name | Datatype | Description |
---|---|---|
business_name | string | |
created_at | string | |
email | string | |
log_group_name | string | |
logging | string | |
modified_at | string | |
name | string | |
phone | string | |
profile_arn | string | |
profile_id | string | |
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,
business_name,
created_at,
email,
log_group_name,
logging,
modified_at,
name,
phone,
profile_arn,
profile_id,
tag_key,
tag_value
FROM aws.b2bi.profile_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the profile_tags
resource, see profiles