aws.apigateway.get_client_certificates
Example SQL Queries
SELECT * FROMaws.apigateway.get_client_certificates;Description
Gets a collection of ClientCertificate resources.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| client_certificate_id The identifier of the client certificate. | VARCHAR |
| created_date The timestamp when the client certificate was created. | TIMESTAMP_S |
| description The description of the client certificate. | VARCHAR |
| expiration_date The timestamp when the client certificate will expire. | TIMESTAMP_S |
| pem_encoded_certificate The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication in the integration endpoint . | VARCHAR |
| tags The collection of tags. Each tag element is associated with a given resource. | MAP(VARCHAR, VARCHAR) |