Interface CfnChannel.FollowerChannelSettingsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnChannel.FollowerChannelSettingsProperty.Jsii$Proxy
Enclosing class:
CfnChannel

@Stability(Stable) public static interface CfnChannel.FollowerChannelSettingsProperty extends software.amazon.jsii.JsiiSerializable
Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.medialive.*;
 FollowerChannelSettingsProperty followerChannelSettingsProperty = FollowerChannelSettingsProperty.builder()
         .linkedChannelType("linkedChannelType")
         .primaryChannelArn("primaryChannelArn")
         .build();
 

See Also: