Show / Hide Table of Contents

Class CfnDiscoverer.TagsEntryProperty

Tags to associate with the discoverer.

Inheritance
object
CfnDiscoverer.TagsEntryProperty
Implements
CfnDiscoverer.ITagsEntryProperty
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.EventSchemas
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDiscoverer.TagsEntryProperty : CfnDiscoverer.ITagsEntryProperty
Syntax (vb)
Public Class CfnDiscoverer.TagsEntryProperty Implements CfnDiscoverer.ITagsEntryProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eventschemas-discoverer-tagsentry.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.EventSchemas;

             var tagsEntryProperty = new TagsEntryProperty {
                 Key = "key",
                 Value = "value"
             };

Synopsis

Constructors

TagsEntryProperty()

Tags to associate with the discoverer.

Properties

Key

The key of a key-value pair.

Value

The value of a key-value pair.

Constructors

TagsEntryProperty()

Tags to associate with the discoverer.

public TagsEntryProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eventschemas-discoverer-tagsentry.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.EventSchemas;

             var tagsEntryProperty = new TagsEntryProperty {
                 Key = "key",
                 Value = "value"
             };

Properties

Key

The key of a key-value pair.

public string Key { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eventschemas-discoverer-tagsentry.html#cfn-eventschemas-discoverer-tagsentry-key

Value

The value of a key-value pair.

public string Value { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eventschemas-discoverer-tagsentry.html#cfn-eventschemas-discoverer-tagsentry-value

Implements

CfnDiscoverer.ITagsEntryProperty
Back to top Generated by DocFX