profile
Gets an individual profile
resource
Overview
Name | profile |
Type | Resource |
Description | profile |
Id | awscc.transfer.profile |
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. |
tags | array | An array of key-value pairs to apply to this resource. |
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 |
region | string | AWS 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