Skip to main content

signing_profiles

Retrieves a list of signing_profiles in a region

Overview

Namesigning_profiles
TypeResource
Descriptionsigning_profiles
Idawscc.signer.signing_profiles

Fields

NameDatatypeDescription
arnundefinedThe Amazon Resource Name (ARN) of the specified signing profile.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn
FROM awscc.signer.signing_profiles
WHERE region = 'us-east-1'

Permissions

To operate on the signing_profiles resource, the following permissions are required:

Create

signer:PutSigningProfile,
signer:TagResource

List

signer:ListSigningProfiles