client_certificate
Gets an individual client_certificate
resource
Overview
Name | client_certificate |
Type | Resource |
Description | client_certificate |
Id | awscc.apigateway.client_certificate |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
client_certificate_id,
description,
tags
FROM awscc.apigateway.client_certificate
WHERE data__Identifier = '<ClientCertificateId>';
Permissions
To operate on the client_certificate
resource, the following permissions are required:
Read
apigateway:GET
Update
apigateway:GET,
apigateway:PATCH,
apigateway:PUT,
apigateway:DELETE
Delete
apigateway:DELETE