profile_permissions
Retrieves a list of profile_permissions
in a region
Overview
Name | profile_permissions |
Type | Resource |
Description | profile_permissions |
Id | awscc.signer.profile_permissions |
Fields
Name | Datatype | Description |
---|---|---|
statement_id | string | |
profile_name | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
statement_id,
profile_name
FROM awscc.signer.profile_permissions
WHERE region = 'us-east-1'
Permissions
To operate on the profile_permissions
resource, the following permissions are required:
Create
signer:AddProfilePermission,
signer:ListProfilePermissions
List
signer:ListProfilePermissions,
signer:GetSigningProfile