ClientCertificate - Amazon API Gateway
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

ClientCertificate

Represents a client certificate used to configure client-side SSL authentication while sending requests to the integration endpoint.

Contents

clientCertificateId

The identifier of the client certificate.

Type: String

Required: No

createdDate

The timestamp when the client certificate was created.

Type: Timestamp

Required: No

description

The description of the client certificate.

Type: String

Required: No

expirationDate

The timestamp when the client certificate will expire.

Type: Timestamp

Required: No

pemEncodedCertificate

The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication in the integration endpoint .

Type: String

Required: No

tags

The collection of tags. Each tag element is associated with a given resource.

Type: String to string map

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: