Interface CfnChannel.RawSettingsProperty

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

@Stability(Stable) public static interface CfnChannel.RawSettingsProperty extends software.amazon.jsii.JsiiSerializable
The container for WAV audio in the output group.

The parent of this entity is ArchiveContainerSettings.

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.*;
 RawSettingsProperty rawSettingsProperty = RawSettingsProperty.builder().build();