Class CfnChannelPlacementGroupMixinProps
Properties for CfnChannelPlacementGroupPropsMixin.
Implements
Inherited Members
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
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
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
Remarks
Name
The name of the channel placement group.
public string? Name { get; set; }
Property Value
Remarks
Nodes
List of nodes added to the channel placement group.
public string[]? Nodes { get; set; }
Property Value
string[]
Remarks
Tags
A collection of key-value pairs.
public ICfnTag[]? Tags { get; set; }
Property Value
ICfnTag[]