Interface CfnChannel.FrameCaptureOutputSettingsProperty

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

@Stability(Stable) public static interface CfnChannel.FrameCaptureOutputSettingsProperty extends software.amazon.jsii.JsiiSerializable
The frame capture output settings.

The parent of this entity is OutputSettings.

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.*;
 FrameCaptureOutputSettingsProperty frameCaptureOutputSettingsProperty = FrameCaptureOutputSettingsProperty.builder()
         .nameModifier("nameModifier")
         .build();
 

See Also: