aws.docdb.describe_certificates
Example SQL Queries
SELECT * FROMaws.docdb.describe_certificates;Description
Returns a list of certificate authority (CA) certificates provided by Amazon DocumentDB for this Amazon Web Services account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| certificate_identifier Input Column The unique key that identifies a certificate. Example: rds-ca-2019 | VARCHAR |
| filters Input Column This parameter is not currently supported. | STRUCT( |
Show child fields
| |
| _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 Amazon Resource Name (ARN) for the certificate. Example: arn:aws:rds:us-east-1::cert:rds-ca-2019 | VARCHAR |
| certificate_type The type of the certificate. Example: CA | VARCHAR |
| thumbprint The thumbprint of the certificate. | VARCHAR |
| valid_from The starting date-time from which the certificate is valid. Example: 2019-07-31T17:57:09Z | TIMESTAMP_S |
| valid_till The date-time after which the certificate is no longer valid. Example: 2024-07-31T17:57:09Z | TIMESTAMP_S |