client_certificates_list_only
Lists client_certificates
in a region or regions, for all properties use client_certificates
Overview
Name | client_certificates_list_only |
Type | Resource |
Description | The AWS::ApiGateway::ClientCertificate resource creates a client certificate that API Gateway uses to configure client-side SSL authentication for sending requests to the integration endpoint. |
Id | aws.apigateway.client_certificates_list_only |
Fields
Name | Datatype | Description |
---|---|---|
client_certificate_id | string | |
description | string | The description of the client certificate. |
tags | array | The collection of tags. Each tag element is associated with a given resource. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all client_certificates
in a region.
SELECT
region,
client_certificate_id
FROM aws.apigateway.client_certificates_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the client_certificates_list_only
resource, see client_certificates