@Stability(value=Stable)
public static interface CfnChannel.FrameCaptureCdnSettingsProperty
extends software.amazon.jsii.JsiiSerializable
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 Object |
getFrameCaptureS3Settings()
Sets up Amazon S3 as the destination for this Frame Capture output.
|
@Stability(value=Stable) @Nullable default Object getFrameCaptureS3Settings()
@Stability(value=Stable) static CfnChannel.FrameCaptureCdnSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.