profile_permission
Gets an individual profile_permission
resource
Overview
Name | profile_permission |
Type | Resource |
Description | profile_permission |
Id | awscc.signer.profile_permission |
Fields
Name | Datatype | Description |
---|---|---|
profile_name | string | |
profile_version | string | |
action | string | |
principal | string | |
statement_id | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
profile_name,
profile_version,
action,
principal,
statement_id
FROM awscc.signer.profile_permission
WHERE data__Identifier = '<StatementId>|<ProfileName>';
Permissions
To operate on the profile_permission
resource, the following permissions are required:
Read
signer:ListProfilePermissions
Delete
signer:RemoveProfilePermission,
signer:ListProfilePermissions