get_client_certificate
(**kwargs)¶Gets information about the current ClientCertificate resource.
See also: AWS API Documentation
Request Syntax
response = client.get_client_certificate(
clientCertificateId='string'
)
[REQUIRED]
The identifier of the ClientCertificate resource to be described.
{
'clientCertificateId': 'string',
'description': 'string',
'pemEncodedCertificate': 'string',
'createdDate': datetime(2015, 1, 1),
'expirationDate': datetime(2015, 1, 1),
'tags': {
'string': 'string'
}
}
Response Structure
Represents a client certificate used to configure client-side SSL authentication while sending requests to the integration endpoint.
The identifier of the client certificate.
The description of the client certificate.
The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication in the integration endpoint .
The timestamp when the client certificate was created.
The timestamp when the client certificate will expire.
The collection of tags. Each tag element is associated with a given resource.
Exceptions
APIGateway.Client.exceptions.BadRequestException
APIGateway.Client.exceptions.NotFoundException
APIGateway.Client.exceptions.UnauthorizedException
APIGateway.Client.exceptions.TooManyRequestsException