@Stability(value=Stable)
public static interface CfnChannel.HlsS3SettingsProperty
extends software.amazon.jsii.JsiiSerializable
The parent of this entity is HlsCdnSettings.
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.*;
HlsS3SettingsProperty hlsS3SettingsProperty = HlsS3SettingsProperty.builder()
.cannedAcl("cannedAcl")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.HlsS3SettingsProperty.Builder
A builder for
CfnChannel.HlsS3SettingsProperty |
static class |
CfnChannel.HlsS3SettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.HlsS3SettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.HlsS3SettingsProperty.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.HlsS3SettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.