Skip to main content

profile

Gets an individual profile resource

Overview

Nameprofile
TypeResource
Descriptionprofile
Idawscc.transfer.profile

Fields

NameDatatypeDescription
as2_idstringAS2 identifier agreed with a trading partner.
profile_typestringEnum specifying whether the profile is local or associated with a trading partner.
tagsarrayAn array of key-value pairs to apply to this resource.
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
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
as2_id,
profile_type,
tags,
certificate_ids,
arn,
profile_id
FROM awscc.transfer.profile
WHERE data__Identifier = '<ProfileId>';

Permissions

To operate on the profile resource, the following permissions are required:

Read

transfer:DescribeProfile

Update

transfer:UpdateProfile,
transfer:UnTagResource,
transfer:TagResource

Delete

transfer:DeleteProfile