Show / Hide Table of Contents

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 CfnActivity.ITagsEntryProperty
Syntax (vb)
Public Interface CfnActivity.ITagsEntryProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-activity-tagsentry.html

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 key for a key-value pair in a tag entry.

Value

The value for a key-value pair in a tag entry.

Properties

Key

The key for a key-value pair in a tag entry.

string Key { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-activity-tagsentry.html#cfn-stepfunctions-activity-tagsentry-key

Value

The value for a key-value pair in a tag entry.

string Value { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-activity-tagsentry.html#cfn-stepfunctions-activity-tagsentry-value

Back to top Generated by DocFX