Skip to main content

signing_profile

Gets an individual signing_profile resource

Overview

Namesigning_profile
TypeResource
Descriptionsigning_profile
Idawscc.signer.signing_profile

Fields

NameDatatypeDescription
profile_namestringA name for the signing profile. AWS CloudFormation generates a unique physical ID and uses that ID for the signing profile name.
profile_versionstringA version for the signing profile. AWS Signer generates a unique version for each profile of the same profile name.
arnstringThe Amazon Resource Name (ARN) of the specified signing profile.
profile_version_arnstringThe Amazon Resource Name (ARN) of the specified signing profile version.
signature_validity_periodobjectSignature validity period of the profile.
platform_idstringThe ID of the target signing platform.
tagsarrayA list of tags associated with the signing profile.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
profile_name,
profile_version,
arn,
profile_version_arn,
signature_validity_period,
platform_id,
tags
FROM awscc.signer.signing_profile
WHERE data__Identifier = '<Arn>';

Permissions

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

Read

signer:GetSigningProfile

Delete

signer:CancelSigningProfile,
signer:GetSigningProfile

Update

signer:TagResource,
signer:UntagResource,
signer:GetSigningProfile