Interface CfnActivity.ITagsEntryProperty
The TagsEntry
property specifies tags to identify an activity.
Namespace: Amazon.CDK.AWS.StepFunctions
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ITagsEntryProperty
Syntax (vb)
Public Interface 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
Properties
Key | The |
Value | The |
Properties
Key
The key
for a key-value pair in a tag entry.
string Key { get; }
Property Value
System.
Remarks
Value
The value
for a key-value pair in a tag entry.
string Value { get; }
Property Value
System.