AWS Fundamentals Logo
AWS Fundamentals
AWS::ApiGateway::ClientCertificate

ApiGateway ClientCertificate

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.

Properties

2 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
Description
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ClientCertificateIdstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

apigateway:POSTapigateway:GETapigateway:PUT

read

apigateway:GET

update

apigateway:GETapigateway:PATCHapigateway:PUTapigateway:DELETE

delete

apigateway:DELETE

list

apigateway:GET

Get the ApiGateway Cheat Sheet

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

Download Free Infographic

Quick Facts

ServiceApiGateway
Properties3
Required0
TaggingSupported
Primary IDClientCertificateId

Supported Operations

CreateReadUpdateDeleteList

External Links