Skip to main content

signing_profile_tags

Expands all tag keys and values for signing_profiles in a region

Overview

Namesigning_profile_tags
TypeResource
DescriptionA signing profile is a signing template that can be used to carry out a pre-defined signing job.
Idaws.signer.signing_profile_tags

Fields

NameDatatypeDescription
profile_namestringA name for the signing profile. If you don't specify a name, 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.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all signing_profiles in a region.

SELECT
region,
profile_name,
profile_version,
arn,
profile_version_arn,
signature_validity_period,
platform_id,
tag_key,
tag_value
FROM aws.signer.signing_profile_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the signing_profile_tags resource, see signing_profiles