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
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