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.
2 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Description | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ClientCertificateId | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ApiGateway::ClientCertificate
Resources:
MyResource:
Type: AWS::ApiGateway::ClientCertificate
Properties:
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
apigateway:POSTapigateway:GETapigateway:PUTapigateway:GETapigateway:GETapigateway:PATCHapigateway:PUTapigateway:DELETEapigateway:DELETEapigateway:GETEverything you need to know about ApiGateway on one page. HD quality, print-friendly.
Download Free InfographicClientCertificateId