public static interface CfnChannel.HlsMediaStoreSettingsProperty
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.*; HlsMediaStoreSettingsProperty hlsMediaStoreSettingsProperty = HlsMediaStoreSettingsProperty.builder() .connectionRetryInterval(123) .filecacheDuration(123) .mediaStoreStorageClass("mediaStoreStorageClass") .numRetries(123) .restartDelay(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnChannel.HlsMediaStoreSettingsProperty.Builder
A builder for
CfnChannel.HlsMediaStoreSettingsProperty |
static class |
CfnChannel.HlsMediaStoreSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.HlsMediaStoreSettingsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnChannel.HlsMediaStoreSettingsProperty.Builder |
builder() |
default java.lang.Number |
getConnectionRetryInterval()
The number of seconds to wait before retrying a connection to the CDN if the connection is lost.
|
default java.lang.Number |
getFilecacheDuration()
The size, in seconds, of the file cache for streaming outputs.
|
default java.lang.String |
getMediaStoreStorageClass()
When set to temporal, output files are stored in non-persistent memory for faster reading and writing.
|
default java.lang.Number |
getNumRetries()
The number of retry attempts that are made before the channel is put into an error state.
|
default java.lang.Number |
getRestartDelay()
If a streaming output fails, the number of seconds to wait until a restart is initiated.
|
default java.lang.Number getConnectionRetryInterval()
default java.lang.Number getFilecacheDuration()
default java.lang.String getMediaStoreStorageClass()
default java.lang.Number getNumRetries()
default java.lang.Number getRestartDelay()
A value of 0 means never restart.
static CfnChannel.HlsMediaStoreSettingsProperty.Builder builder()