Client Certificate Args
data class ClientCertificateArgs(val description: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ClientCertificateArgs>
The `AWS::ApiGateway::ClientCertificate`
resource creates a client certificate that API Gateway uses to configure client-side SSL authentication for sending requests to the integration endpoint.