certificate_tags
Expands all tag keys and values for certificates
in a region
Overview
Name | certificate_tags |
Type | Resource |
Description | Resource Type definition for AWS::Transfer::Certificate |
Id | aws.transfer.certificate_tags |
Fields
Name | Datatype | Description |
---|---|---|
usage | string | Specifies the usage type for the certificate. |
certificate | string | Specifies the certificate body to be imported. |
certificate_chain | string | Specifies the certificate chain to be imported. |
private_key | string | Specifies the private key for the certificate. |
active_date | string | Specifies the active date for the certificate. |
inactive_date | string | Specifies the inactive date for the certificate. |
description | string | A textual description for the certificate. |
arn | string | Specifies the unique Amazon Resource Name (ARN) for the agreement. |
certificate_id | string | A unique identifier for the certificate. |
status | string | A status description for the certificate. |
type | string | Describing the type of certificate. With or without a private key. |
serial | string | Specifies Certificate's serial. |
not_before_date | string | Specifies the not before date for the certificate. |
not_after_date | string | Specifies the not after date for the certificate. |
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 certificates
in a region.
SELECT
region,
usage,
certificate,
certificate_chain,
private_key,
active_date,
inactive_date,
description,
arn,
certificate_id,
status,
type,
serial,
not_before_date,
not_after_date,
tag_key,
tag_value
FROM aws.transfer.certificate_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the certificate_tags
resource, see certificates