Show / Hide Table of Contents

Class CfnClientCertificateProps

Properties for defining a CfnClientCertificate.

Inheritance
System.Object
CfnClientCertificateProps
Implements
ICfnClientCertificateProps
Namespace: Amazon.CDK.AWS.APIGateway
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnClientCertificateProps : Object, ICfnClientCertificateProps
Syntax (vb)
Public Class CfnClientCertificateProps
    Inherits Object
    Implements ICfnClientCertificateProps
Remarks

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

ExampleMetadata: fixture=_generated

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 cfnClientCertificateProps = new CfnClientCertificateProps {
    Description = "description",
    Tags = new [] { new CfnTag {
        Key = "key",
        Value = "value"
    } }
};

Synopsis

Constructors

CfnClientCertificateProps()

Properties

Description

The description of the client certificate.

Tags

The collection of tags.

Constructors

CfnClientCertificateProps()

public CfnClientCertificateProps()

Properties

Description

The description of the client certificate.

public string Description { get; set; }
Property Value

System.String

Remarks

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

Tags

The collection of tags.

public ICfnTag[] Tags { get; set; }
Property Value

ICfnTag[]

Remarks

Each tag element is associated with a given resource.

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

Implements

ICfnClientCertificateProps
Back to top Generated by DocFX