Class CfnClientCertificateProps
Properties for defining a CfnClientCertificate.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.APIGateway
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnClientCertificateProps : ICfnClientCertificateProps
Syntax (vb)
Public Class CfnClientCertificateProps Implements ICfnClientCertificateProps
Remarks
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 for defining a |
Properties
| Description | The description of the client certificate. |
| Tags | The collection of tags. |
Constructors
CfnClientCertificateProps()
Properties for defining a CfnClientCertificate.
public CfnClientCertificateProps()
Remarks
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"
} }
};
Properties
Description
The description of the client certificate.
public string? Description { get; set; }
Property Value
Remarks
Tags
The collection of tags.
public ICfnTag[]? Tags { get; set; }
Property Value
ICfnTag[]
Remarks
Each tag element is associated with a given resource.