Class CfnActivity.TagsEntryProperty
The TagsEntry
property specifies tags to identify an activity.
Inheritance
System.Object
CfnActivity.TagsEntryProperty
Implements
Namespace: Amazon.CDK.AWS.StepFunctions
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TagsEntryProperty : Object, CfnActivity.ITagsEntryProperty
Syntax (vb)
Public Class TagsEntryProperty
Inherits Object
Implements CfnActivity.ITagsEntryProperty
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.StepFunctions;
var tagsEntryProperty = new TagsEntryProperty {
Key = "key",
Value = "value"
};
Synopsis
Constructors
TagsEntryProperty() |
Properties
Key | The |
Value | The |
Constructors
TagsEntryProperty()
public TagsEntryProperty()
Properties
Key
The key
for a key-value pair in a tag entry.
public string Key { get; set; }
Property Value
System.String
Remarks
Value
The value
for a key-value pair in a tag entry.
public string Value { get; set; }
Property Value
System.String