signing_profile_tags
Expands all tag keys and values for signing_profiles in a region
Overview
| Name | signing_profile_tags |
| Type | Resource |
| Description | A signing profile is a signing template that can be used to carry out a pre-defined signing job. |
| Id | aws.signer.signing_profile_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
profile_name | string | A 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_version | string | A version for the signing profile. AWS Signer generates a unique version for each profile of the same profile name. |
arn | string | The Amazon Resource Name (ARN) of the specified signing profile. |
profile_version_arn | string | The Amazon Resource Name (ARN) of the specified signing profile version. |
signature_validity_period | object | Signature validity period of the profile. |
platform_id | string | The ID of the target signing platform. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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