profiles
Retrieves a list of profiles
in a region
Overview
Name | profiles |
Type | Resource |
Description | profiles |
Id | awscc.rolesanywhere.profiles |
Fields
Name | Datatype | Description |
---|---|---|
profile_id | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
profile_id
FROM awscc.rolesanywhere.profiles
WHERE region = 'us-east-1'
Permissions
To operate on the profiles
resource, the following permissions are required:
Create
iam:GetRole,
iam:GetPolicy,
iam:PassRole,
rolesanywhere:CreateProfile,
rolesanywhere:TagResource,
rolesanywhere:ListTagsForResource
List
rolesanywhere:ListProfiles,
rolesanywhere:ListTagsForResource