Show / Hide Table of Contents

Interface CfnComponent.ITagsItemsProperty

Namespace: Amazon.CDK.AWS.GreengrassV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnComponent.ITagsItemsProperty
Syntax (vb)
Public Interface CfnComponent.ITagsItemsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-component-tagsitems.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.GreengrassV2;

             var tagsItemsProperty = new TagsItemsProperty {
                 Key = "key",
                 Value = "value"
             };

Synopsis

Properties

Key
Value

Properties

Key

string Key { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-component-tagsitems.html#cfn-greengrassv2-component-tagsitems-key

Value

string Value { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-component-tagsitems.html#cfn-greengrassv2-component-tagsitems-value

Back to top Generated by DocFX