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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.FrameCaptureOutputSettingsProperty
static final class
An implementation forCfnChannel.FrameCaptureOutputSettingsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getNameModifier
Required if the output group contains more than one output.This modifier forms part of the output file name.
-
builder
-