profiles_list_only
Lists profiles
in a region or regions, for all properties use profiles
Overview
Name | profiles_list_only |
Type | Resource |
Description | Resource Type definition for AWS::Transfer::Profile |
Id | aws.transfer.profiles_list_only |
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
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all profiles
in a region.
SELECT
region,
profile_id
FROM aws.transfer.profiles_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the profiles_list_only
resource, see profiles