profiles
Retrieves a list of profiles
in a region
Overview
Name | profiles |
Type | Resource |
Description | profiles |
Id | awscc.transfer.profiles |
Fields
Name | Datatype | Description |
---|---|---|
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,
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