client_certificates
Retrieves a list of client_certificates
in a region
Overview
Name | client_certificates |
Type | Resource |
Description | client_certificates |
Id | awscc.apigateway.client_certificates |
Fields
Name | Datatype | Description |
---|---|---|
client_certificate_id | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
client_certificate_id
FROM awscc.apigateway.client_certificates
WHERE region = 'us-east-1'
Permissions
To operate on the client_certificates
resource, the following permissions are required:
Create
apigateway:POST,
apigateway:GET,
apigateway:PUT
List
apigateway:GET