Interface CfnChannel.FrameCaptureCdnSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.FrameCaptureCdnSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.FrameCaptureCdnSettingsProperty
extends software.amazon.jsii.JsiiSerializable
Settings to configure the destination of a Frame Capture output.
The parent of this entity is FrameCaptureGroupSettings.
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.*; FrameCaptureCdnSettingsProperty frameCaptureCdnSettingsProperty = FrameCaptureCdnSettingsProperty.builder() .frameCaptureS3Settings(FrameCaptureS3SettingsProperty.builder() .cannedAcl("cannedAcl") .build()) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.FrameCaptureCdnSettingsProperty
static final class
An implementation forCfnChannel.FrameCaptureCdnSettingsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFrameCaptureS3Settings
Sets up Amazon S3 as the destination for this Frame Capture output. -
builder
-