@Stability(value=Stable)
public static interface CfnChannel.FrameCaptureS3SettingsProperty
extends software.amazon.jsii.JsiiSerializable
The parent of this entity is FrameCaptureCdnSettings.
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.*;
FrameCaptureS3SettingsProperty frameCaptureS3SettingsProperty = FrameCaptureS3SettingsProperty.builder()
.cannedAcl("cannedAcl")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.FrameCaptureS3SettingsProperty.Builder
A builder for
CfnChannel.FrameCaptureS3SettingsProperty |
static class |
CfnChannel.FrameCaptureS3SettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.FrameCaptureS3SettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.FrameCaptureS3SettingsProperty.Builder |
builder() |
default String |
getCannedAcl()
Specify the canned ACL to apply to each S3 request.
|
@Stability(value=Stable) @Nullable default String getCannedAcl()
Defaults to none.
@Stability(value=Stable) static CfnChannel.FrameCaptureS3SettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.