Table of Contents

Class CfnTag

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll
public class CfnTag : ICfnTag
Inheritance
CfnTag
Implements
Inherited Members

Examples

// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK;
             var cfnTag = new CfnTag {
                 Key = "key",
                 Value = "value"
             };

Remarks

Constructors

CfnTag()

public CfnTag()

Properties

Key

public string Key { get; set; }

Property Value

string

Remarks

Value

public string Value { get; set; }

Property Value

string

Remarks