Skip to main content

certificate_tags

Expands all tag keys and values for certificates in a region

Overview

Namecertificate_tags
TypeResource
DescriptionResource Type definition for AWS::Transfer::Certificate
Idaws.transfer.certificate_tags

Fields

NameDatatypeDescription
usagestringSpecifies the usage type for the certificate.
certificatestringSpecifies the certificate body to be imported.
certificate_chainstringSpecifies the certificate chain to be imported.
private_keystringSpecifies the private key for the certificate.
active_datestringSpecifies the active date for the certificate.
inactive_datestringSpecifies the inactive date for the certificate.
descriptionstringA textual description for the certificate.
arnstringSpecifies the unique Amazon Resource Name (ARN) for the agreement.
certificate_idstringA unique identifier for the certificate.
statusstringA status description for the certificate.
typestringDescribing the type of certificate. With or without a private key.
serialstringSpecifies Certificate's serial.
not_before_datestringSpecifies the not before date for the certificate.
not_after_datestringSpecifies the not after date for the certificate.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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