public static interface CfnChannel.HlsS3SettingsProperty
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 java.lang.String |
getCannedAcl()
Specify the canned ACL to apply to each S3 request.
|
default java.lang.String getCannedAcl()
Defaults to none.
static CfnChannel.HlsS3SettingsProperty.Builder builder()