Skip to main content

client_certificate

Gets an individual client_certificate resource

Overview

Nameclient_certificate
TypeResource
Descriptionclient_certificate
Idawscc.apigateway.client_certificate

Fields

NameDatatypeDescription
client_certificate_idstring
descriptionstringThe description of the client certificate.
tagsarrayThe collection of tags. Each tag element is associated with a given resource.
regionstringAWS 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