AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::ApiGateway::ClientCertificate

CfnClientCertificate

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.

Import

import { CfnClientCertificate } from 'aws-cdk-lib/aws-apigateway';

Or use the module namespace:

import * as apigateway from 'aws-cdk-lib/aws-apigateway';
// apigateway.CfnClientCertificate

Properties

Configuration passed to the constructor as CfnClientCertificateProps.

descriptionOptional
string

The description of the client certificate.

tagsOptional
CfnTag[]

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

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Get the Amazon API Gateway Cheat Sheet

Everything you need to know about Amazon API Gateway on one page. HD quality, print-friendly.

Download Free Infographic