Show / Hide Table of Contents

Class CfnDetector.TagItemProperty

Describes a tag.

Inheritance
object
CfnDetector.TagItemProperty
Implements
CfnDetector.ITagItemProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.GuardDuty
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDetector.TagItemProperty : CfnDetector.ITagItemProperty
Syntax (vb)
Public Class CfnDetector.TagItemProperty Implements 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

Constructors

TagItemProperty()

Describes a tag.

Properties

Key

The tag key.

Value

The tag value.

Constructors

TagItemProperty()

Describes a tag.

public TagItemProperty()
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"
             };

Properties

Key

The tag key.

public string Key { get; set; }
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.

public string Value { get; set; }
Property Value

string

Remarks

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

Implements

CfnDetector.ITagItemProperty
Back to top Generated by DocFX