Show / Hide Table of Contents

Class CfnParallelData.TagsItemsProperty

Inheritance
object
CfnParallelData.TagsItemsProperty
Implements
CfnParallelData.ITagsItemsProperty
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.Translate
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnParallelData.TagsItemsProperty : CfnParallelData.ITagsItemsProperty
Syntax (vb)
Public Class CfnParallelData.TagsItemsProperty Implements CfnParallelData.ITagsItemsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-translate-paralleldata-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.AWS.Translate;

             var tagsItemsProperty = new TagsItemsProperty {
                 Key = "key",
                 Value = "value"
             };

Synopsis

Constructors

TagsItemsProperty()

Properties

Key
Value

Constructors

TagsItemsProperty()

public TagsItemsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-translate-paralleldata-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.AWS.Translate;

             var tagsItemsProperty = new TagsItemsProperty {
                 Key = "key",
                 Value = "value"
             };

Properties

Key

public string Key { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-translate-paralleldata-tagsitems.html#cfn-translate-paralleldata-tagsitems-key

Value

public string Value { get; set; }
Property Value

string

Remarks

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

Implements

CfnParallelData.ITagsItemsProperty
Back to top Generated by DocFX