Skip to main content

profile_permissions

Retrieves a list of profile_permissions in a region

Overview

Nameprofile_permissions
TypeResource
Descriptionprofile_permissions
Idawscc.signer.profile_permissions

Fields

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