Skip to main content

profile_tags

Expands all tag keys and values for profiles in a region

Overview

Nameprofile_tags
TypeResource
DescriptionDefinition of AWS::B2BI::Profile Resource Type
Idaws.b2bi.profile_tags

Fields

NameDatatypeDescription
business_namestring
created_atstring
emailstring
log_group_namestring
loggingstring
modified_atstring
namestring
phonestring
profile_arnstring
profile_idstring
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,
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