Skip to main content

profile_permission

Gets an individual profile_permission resource

Overview

Nameprofile_permission
TypeResource
Descriptionprofile_permission
Idawscc.signer.profile_permission

Fields

NameDatatypeDescription
profile_namestring
profile_versionstring
actionstring
principalstring
statement_idstring
regionstringAWS 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