client_certificate_tags
Expands all tag keys and values for client_certificates
in a region
Overview
Name | client_certificate_tags |
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_certificate_tags |
Fields
Name | Datatype | Description |
---|---|---|
client_certificate_id | string | |
description | string | The description of the client certificate. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all client_certificates
in a region.
SELECT
region,
client_certificate_id,
description,
tag_key,
tag_value
FROM aws.apigateway.client_certificate_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the client_certificate_tags
resource, see client_certificates