@Stability(value=Stable)
public static interface CfnChannel.HlsBasicPutSettingsProperty
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.*;
HlsBasicPutSettingsProperty hlsBasicPutSettingsProperty = HlsBasicPutSettingsProperty.builder()
.connectionRetryInterval(123)
.filecacheDuration(123)
.numRetries(123)
.restartDelay(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.HlsBasicPutSettingsProperty.Builder
A builder for
CfnChannel.HlsBasicPutSettingsProperty |
static class |
CfnChannel.HlsBasicPutSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.HlsBasicPutSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.HlsBasicPutSettingsProperty.Builder |
builder() |
default Number |
getConnectionRetryInterval()
The number of seconds to wait before retrying a connection to the CDN if the connection is lost.
|
default Number |
getFilecacheDuration()
The size, in seconds, of the file cache for streaming outputs.
|
default Number |
getNumRetries()
The number of retry attempts that MediaLive makes before the channel is put into an error state.
|
default Number |
getRestartDelay()
If a streaming output fails, the number of seconds to wait until a restart is initiated.
|
@Stability(value=Stable) @Nullable default Number getConnectionRetryInterval()
@Stability(value=Stable) @Nullable default Number getFilecacheDuration()
@Stability(value=Stable) @Nullable default Number getNumRetries()
@Stability(value=Stable) @Nullable default Number getRestartDelay()
A value of 0 means never restart.
@Stability(value=Stable) static CfnChannel.HlsBasicPutSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.