Skip to main content

profiles

Retrieves a list of profiles in a region

Overview

Nameprofiles
TypeResource
Descriptionprofiles
Idawscc.transfer.profiles

Fields

NameDatatypeDescription
profile_idstringA unique identifier for the profile
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
profile_id
FROM awscc.transfer.profiles
WHERE region = 'us-east-1'

Permissions

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

Create

transfer:CreateProfile,
transfer:TagResource

List

transfer:ListProfiles