Skip to main content

profiles_list_only

Lists profiles in a region or regions, for all properties use profiles

Overview

Nameprofiles_list_only
TypeResource
DescriptionResource Type definition for AWS::Transfer::Profile
Idaws.transfer.profiles_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

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