AWS::ApiGateway::ClientCertificateThe `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.
import { CfnClientCertificate } from 'aws-cdk-lib/aws-apigateway';Or use the module namespace:
import * as apigateway from 'aws-cdk-lib/aws-apigateway';
// apigateway.CfnClientCertificateConfiguration passed to the constructor as CfnClientCertificateProps.
descriptionOptionalstringThe description of the client certificate.
tagsOptionalCfnTag[]The collection of tags. Each tag element is associated with a given resource.
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about Amazon API Gateway on one page. HD quality, print-friendly.
Download Free Infographicaws-apigatewayAWS::ApiGateway::ClientCertificate