public static interface CfnChannel.FrameCaptureCdnSettingsProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnChannel.FrameCaptureCdnSettingsProperty.Builder
A builder for
CfnChannel.FrameCaptureCdnSettingsProperty |
static class |
CfnChannel.FrameCaptureCdnSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.FrameCaptureCdnSettingsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnChannel.FrameCaptureCdnSettingsProperty.Builder |
builder() |
default java.lang.Object |
getFrameCaptureS3Settings()
Sets up Amazon S3 as the destination for this Frame Capture output.
|
default java.lang.Object getFrameCaptureS3Settings()
static CfnChannel.FrameCaptureCdnSettingsProperty.Builder builder()