Show / Hide Table of Contents

Interface CfnTrustedEntitySet.ITagItemProperty

Describes a tag.

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

For more information, see Tag .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-trustedentityset-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-trustedentityset-tagitem.html#cfn-guardduty-trustedentityset-tagitem-key

Value

The tag value.

string Value { get; }
Property Value

string

Remarks

This is optional.

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

Back to top Generated by DocFX