Show / Hide Table of Contents

Class CfnMediaPipelineKinesisVideoStreamPool.TagsItemsProperty

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-chime-mediapipelinekinesisvideostreampool-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.Chime;

             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-chime-mediapipelinekinesisvideostreampool-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.Chime;

             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-chime-mediapipelinekinesisvideostreampool-tagsitems.html#cfn-chime-mediapipelinekinesisvideostreampool-tagsitems-key

Value

public string Value { get; set; }
Property Value

string

Remarks

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

Implements

CfnMediaPipelineKinesisVideoStreamPool.ITagsItemsProperty
Back to top Generated by DocFX