Table of Contents

Class CfnClientCertificate

Namespace
Amazon.CDK.AWS.APIGateway
Assembly
Amazon.CDK.AWS.APIGateway.dll

A CloudFormation AWS::ApiGateway::ClientCertificate.

public class CfnClientCertificate : CfnResource, IInspectable
Inheritance
CfnClientCertificate
Implements
IInspectable

Examples

// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.APIGateway;

             var cfnClientCertificate = new CfnClientCertificate(this, "MyCfnClientCertificate", new CfnClientCertificateProps {
                 Description = "description",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             });

Remarks

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.

CloudformationResource: AWS::ApiGateway::ClientCertificate

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-clientcertificate.html

ExampleMetadata: fixture=_generated

Constructors

CfnClientCertificate(Construct, string, ICfnClientCertificateProps?)

Create a new AWS::ApiGateway::ClientCertificate.

public CfnClientCertificate(Construct scope, string id, ICfnClientCertificateProps? props = null)

Parameters

scope Construct
  • scope in which this resource is defined.
id string
  • scoped id of the resource.
props ICfnClientCertificateProps
  • resource properties.

Properties

AttrClientCertificateId

The ID for the client certificate.

public virtual string AttrClientCertificateId { get; }

Property Value

string

Remarks

For example: abc123 .

CloudformationAttribute: ClientCertificateId

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

public static string CFN_RESOURCE_TYPE_NAME { get; }

Property Value

string

CfnProperties

protected override IDictionary<string, object> CfnProperties { get; }

Property Value

IDictionary<string, object>

Description

The description of the client certificate.

public virtual string? Description { get; set; }

Property Value

string

Remarks

Tags

The collection of tags.

public virtual TagManager Tags { get; }

Property Value

TagManager

Remarks

Methods

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

public virtual void Inspect(TreeInspector inspector)

Parameters

inspector TreeInspector
  • tree inspector to collect and process attributes.

RenderProperties(IDictionary<string, object>)

protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)

Parameters

props IDictionary<string, object>

Returns

IDictionary<string, object>