aws.iot.list_outgoing_certificates
Example SQL Queries
SELECT * FROMaws.iot.list_outgoing_certificates;Description
Lists certificates that are being transferred but not yet accepted.
Requires permission to access the ListOutgoingCertificates action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| ascending_order Input Column Specifies the order for results. If True, the results are returned in ascending order, based on the creation date. | BOOLEAN |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| certificate_arn The certificate ARN. | VARCHAR |
| certificate_id The certificate ID. | VARCHAR |
| creation_date The certificate creation date. | TIMESTAMP_S |
| transfer_date The date the transfer was initiated. | TIMESTAMP_S |
| transfer_message The transfer message. | VARCHAR |
| transferred_to The Amazon Web Services account to which the transfer was made. | VARCHAR |