signing_profiles_list_only
Lists signing_profiles in a region or regions, for all properties use signing_profiles
Overview
| Name | signing_profiles_list_only |
| 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_profiles_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
arn | string | The Amazon Resource Name (ARN) of the specified signing profile. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all signing_profiles in a region.
SELECT
region,
arn
FROM aws.signer.signing_profiles_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the signing_profiles_list_only resource, see signing_profiles