get Client Certificate
suspend fun getClientCertificate(argument: GetClientCertificatePlainArgs): GetClientCertificateResult
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.
Return
null
Parameters
argument
null
Return
null
Parameters
client Certificate Id
The ID for the client certificate. For example: abc123
.
See also
suspend fun getClientCertificate(argument: suspend GetClientCertificatePlainArgsBuilder.() -> Unit): GetClientCertificateResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.apigateway.kotlin.inputs.GetClientCertificatePlainArgs.