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: