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::Transfer::Profile |
| Id | aws.transfer.profile_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
as2_id | string | AS2 identifier agreed with a trading partner. |
profile_type | string | Enum specifying whether the profile is local or associated with a trading partner. |
certificate_ids | array | List of the certificate IDs associated with this profile to be used for encryption and signing of AS2 messages. |
arn | string | Specifies the unique Amazon Resource Name (ARN) for the profile. |
profile_id | string | A unique identifier for 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,
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