Show / Hide Table of Contents

Interface CfnReviewTemplatePropsMixin.ITagsItemsProperty

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.WellArchitected
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnReviewTemplatePropsMixin.ITagsItemsProperty
Syntax (vb)
Public Interface CfnReviewTemplatePropsMixin.ITagsItemsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wellarchitected-reviewtemplate-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.CfnPropertyMixins.AWS.WellArchitected;

             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-wellarchitected-reviewtemplate-tagsitems.html#cfn-wellarchitected-reviewtemplate-tagsitems-key

Value

string? Value { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX