Class CfnChannel.HlsAkamaiSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.HlsAkamaiSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.HlsAkamaiSettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.HlsAkamaiSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.HlsAkamaiSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.HlsAkamaiSettingsProperty
An implementation for
CfnChannel.HlsAkamaiSettingsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.CfnChannel.HlsAkamaiSettingsProperty
CfnChannel.HlsAkamaiSettingsProperty.Builder, CfnChannel.HlsAkamaiSettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.HlsAkamaiSettingsProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Number
The number of seconds to wait before retrying a connection to the CDN if the connection is lost.final Number
The size, in seconds, of the file cache for streaming outputs.final String
Specifies whether to use chunked transfer encoding to Akamai.final Number
The number of retry attempts that will be made before the channel is put into an error state.final Number
If a streaming output fails, the number of seconds to wait until a restart is initiated.final String
getSalt()
The salt for authenticated Akamai.final String
getToken()
The token parameter for authenticated Akamai.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnChannel.HlsAkamaiSettingsProperty.Builder
.
-
-
Method Details
-
getConnectionRetryInterval
Description copied from interface:CfnChannel.HlsAkamaiSettingsProperty
The number of seconds to wait before retrying a connection to the CDN if the connection is lost.- Specified by:
getConnectionRetryInterval
in interfaceCfnChannel.HlsAkamaiSettingsProperty
- See Also:
-
getFilecacheDuration
Description copied from interface:CfnChannel.HlsAkamaiSettingsProperty
The size, in seconds, of the file cache for streaming outputs.- Specified by:
getFilecacheDuration
in interfaceCfnChannel.HlsAkamaiSettingsProperty
- See Also:
-
getHttpTransferMode
Description copied from interface:CfnChannel.HlsAkamaiSettingsProperty
Specifies whether to use chunked transfer encoding to Akamai.To enable this feature, contact Akamai.
- Specified by:
getHttpTransferMode
in interfaceCfnChannel.HlsAkamaiSettingsProperty
- See Also:
-
getNumRetries
Description copied from interface:CfnChannel.HlsAkamaiSettingsProperty
The number of retry attempts that will be made before the channel is put into an error state.- Specified by:
getNumRetries
in interfaceCfnChannel.HlsAkamaiSettingsProperty
- See Also:
-
getRestartDelay
Description copied from interface:CfnChannel.HlsAkamaiSettingsProperty
If a streaming output fails, the number of seconds to wait until a restart is initiated.A value of 0 means never restart.
- Specified by:
getRestartDelay
in interfaceCfnChannel.HlsAkamaiSettingsProperty
- See Also:
-
getSalt
Description copied from interface:CfnChannel.HlsAkamaiSettingsProperty
The salt for authenticated Akamai.- Specified by:
getSalt
in interfaceCfnChannel.HlsAkamaiSettingsProperty
- See Also:
-
getToken
Description copied from interface:CfnChannel.HlsAkamaiSettingsProperty
The token parameter for authenticated Akamai.If this is not specified, gda is used.
- Specified by:
getToken
in interfaceCfnChannel.HlsAkamaiSettingsProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-