Show / Hide Table of Contents

Interface CfnDetector.ITagItemProperty

Describes a tag.

Namespace: Amazon.CDK.AWS.GuardDuty
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDetector.ITagItemProperty
Syntax (vb)
Public Interface CfnDetector.ITagItemProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-detector-tagitem.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.GuardDuty;

             var tagItemProperty = new TagItemProperty {
                 Key = "key",
                 Value = "value"
             };

Synopsis

Properties

Key

The tag key.

Value

The tag value.

Properties

Key

The tag key.

string Key { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-detector-tagitem.html#cfn-guardduty-detector-tagitem-key

Value

The tag value.

string Value { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-detector-tagitem.html#cfn-guardduty-detector-tagitem-value

Back to top Generated by DocFX