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::Transfer::Profile
Idaws.transfer.profile_tags

Fields

NameDatatypeDescription
as2_idstringAS2 identifier agreed with a trading partner.
profile_typestringEnum specifying whether the profile is local or associated with a trading partner.
certificate_idsarrayList of the certificate IDs associated with this profile to be used for encryption and signing of AS2 messages.
arnstringSpecifies the unique Amazon Resource Name (ARN) for the profile.
profile_idstringA unique identifier for 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,
as2_id,
profile_type,
certificate_ids,
arn,
profile_id,
tag_key,
tag_value
FROM aws.transfer.profile_tags
WHERE region = 'us-east-1';

Permissions

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