Table of Contents

Interface ICfnTag

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll
public interface ICfnTag

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

Properties

Key

string Key { get; }

Property Value

string

Remarks

Value

string Value { get; }

Property Value

string

Remarks