Show / Hide Table of Contents

Class CfnChannelPlacementGroupMixinProps

Properties for CfnChannelPlacementGroupPropsMixin.

Inheritance
object
CfnChannelPlacementGroupMixinProps
Implements
ICfnChannelPlacementGroupMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaLive
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnChannelPlacementGroupMixinProps : ICfnChannelPlacementGroupMixinProps
Syntax (vb)
Public Class CfnChannelPlacementGroupMixinProps Implements ICfnChannelPlacementGroupMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channelplacementgroup.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.CfnPropertyMixins.AWS.MediaLive;

             var cfnChannelPlacementGroupMixinProps = new CfnChannelPlacementGroupMixinProps {
                 ClusterId = "clusterId",
                 Name = "name",
                 Nodes = new [] { "nodes" },
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             };

Synopsis

Constructors

CfnChannelPlacementGroupMixinProps()

Properties for CfnChannelPlacementGroupPropsMixin.

Properties

ClusterId

The ID of the cluster the node is on.

Name

The name of the channel placement group.

Nodes

List of nodes added to the channel placement group.

Tags

A collection of key-value pairs.

Constructors

CfnChannelPlacementGroupMixinProps()

Properties for CfnChannelPlacementGroupPropsMixin.

public CfnChannelPlacementGroupMixinProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channelplacementgroup.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.CfnPropertyMixins.AWS.MediaLive;

             var cfnChannelPlacementGroupMixinProps = new CfnChannelPlacementGroupMixinProps {
                 ClusterId = "clusterId",
                 Name = "name",
                 Nodes = new [] { "nodes" },
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             };

Properties

ClusterId

The ID of the cluster the node is on.

public string? ClusterId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channelplacementgroup.html#cfn-medialive-channelplacementgroup-clusterid

Name

The name of the channel placement group.

public string? Name { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channelplacementgroup.html#cfn-medialive-channelplacementgroup-name

Nodes

List of nodes added to the channel placement group.

public string[]? Nodes { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channelplacementgroup.html#cfn-medialive-channelplacementgroup-nodes

Tags

A collection of key-value pairs.

public ICfnTag[]? Tags { get; set; }
Property Value

ICfnTag[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channelplacementgroup.html#cfn-medialive-channelplacementgroup-tags

Implements

ICfnChannelPlacementGroupMixinProps
Back to top Generated by DocFX