Class CfnChannel.HlsCdnSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.HlsCdnSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.HlsCdnSettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.HlsCdnSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.HlsCdnSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.HlsCdnSettingsProperty
An implementation for
CfnChannel.HlsCdnSettingsProperty
-
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.HlsCdnSettingsProperty
CfnChannel.HlsCdnSettingsProperty.Builder, CfnChannel.HlsCdnSettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.HlsCdnSettingsProperty.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 Object
Sets up Akamai as the downstream system for the HLS output group.final Object
The settings for Basic Put for the HLS output.final Object
Sets up MediaStore as the destination for the HLS output.final Object
Sets up Amazon S3 as the destination for this HLS output.final Object
The settings for Web VTT captions in the HLS output group.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.HlsCdnSettingsProperty.Builder
.
-
-
Method Details
-
getHlsAkamaiSettings
Description copied from interface:CfnChannel.HlsCdnSettingsProperty
Sets up Akamai as the downstream system for the HLS output group.- Specified by:
getHlsAkamaiSettings
in interfaceCfnChannel.HlsCdnSettingsProperty
- See Also:
-
getHlsBasicPutSettings
Description copied from interface:CfnChannel.HlsCdnSettingsProperty
The settings for Basic Put for the HLS output.- Specified by:
getHlsBasicPutSettings
in interfaceCfnChannel.HlsCdnSettingsProperty
- See Also:
-
getHlsMediaStoreSettings
Description copied from interface:CfnChannel.HlsCdnSettingsProperty
Sets up MediaStore as the destination for the HLS output.- Specified by:
getHlsMediaStoreSettings
in interfaceCfnChannel.HlsCdnSettingsProperty
- See Also:
-
getHlsS3Settings
Description copied from interface:CfnChannel.HlsCdnSettingsProperty
Sets up Amazon S3 as the destination for this HLS output.- Specified by:
getHlsS3Settings
in interfaceCfnChannel.HlsCdnSettingsProperty
- See Also:
-
getHlsWebdavSettings
Description copied from interface:CfnChannel.HlsCdnSettingsProperty
The settings for Web VTT captions in the HLS output group.The parent of this entity is HlsGroupSettings.
- Specified by:
getHlsWebdavSettings
in interfaceCfnChannel.HlsCdnSettingsProperty
- 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()
-