Interface CfnChannelPlacementGroupMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannelPlacementGroupMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-04-02T21:55:29.722Z")
@Stability(Stable)
public interface CfnChannelPlacementGroupMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnChannelPlacementGroupPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.medialive.*;
CfnChannelPlacementGroupMixinProps cfnChannelPlacementGroupMixinProps = CfnChannelPlacementGroupMixinProps.builder()
.clusterId("clusterId")
.name("name")
.nodes(List.of("nodes"))
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannelPlacementGroupMixinPropsstatic final classAn implementation forCfnChannelPlacementGroupMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getClusterId
The ID of the cluster the node is on.- See Also:
-
getName
The name of the channel placement group.- See Also:
-
getNodes
List of nodes added to the channel placement group.- See Also:
-
getTags
A collection of key-value pairs.- See Also:
-
builder
-