Interface CfnChannel.HlsS3SettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.HlsS3SettingsProperty.Jsii$Proxy
- Enclosing class:
- CfnChannel
@Stability(Stable)
public static interface CfnChannel.HlsS3SettingsProperty
extends software.amazon.jsii.JsiiSerializable
Sets up Amazon S3 as the destination for this HLS output.
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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.HlsS3SettingsProperty
static final class
An implementation forCfnChannel.HlsS3SettingsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCannedAcl
Specify the canned ACL to apply to each S3 request.Defaults to none.
-
builder
-