certificates_list_only
Lists certificates
in a region or regions, for all properties use certificates
Overview
Name | certificates_list_only |
Type | Resource |
Description | Resource Type definition for AWS::Transfer::Certificate |
Id | aws.transfer.certificates_list_only |
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. |
tags | array | Key-value pairs that can be used to group and search for certificates. Tags are metadata attached to certificates for any purpose. |
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. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all certificates
in a region.
SELECT
region,
certificate_id
FROM aws.transfer.certificates_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the certificates_list_only
resource, see certificates