Class CfnOriginEndpoint.HlsEncryptionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackage.CfnOriginEndpoint.HlsEncryptionProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnOriginEndpoint.HlsEncryptionProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnOriginEndpoint.HlsEncryptionProperty
@Stability(Stable)
@Internal
public static final class CfnOriginEndpoint.HlsEncryptionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOriginEndpoint.HlsEncryptionProperty
An implementation for 
CfnOriginEndpoint.HlsEncryptionProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.mediapackage.CfnOriginEndpoint.HlsEncryptionPropertyCfnOriginEndpoint.HlsEncryptionProperty.Builder, CfnOriginEndpoint.HlsEncryptionProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOriginEndpoint.HlsEncryptionProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringA 128-bit, 16-byte hex value represented by a 32-character string, used with the key for encrypting blocks.final StringHLS encryption type.final NumberNumber of seconds before AWS Elemental MediaPackage rotates to a new key.final ObjectRepeat theEXT-X-KEYdirective for every media segment.final ObjectParameters for the SPEKE key provider.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnOriginEndpoint.HlsEncryptionProperty.Builder.
 
- 
- 
Method Details- 
getSpekeKeyProviderDescription copied from interface:CfnOriginEndpoint.HlsEncryptionPropertyParameters for the SPEKE key provider.- Specified by:
- getSpekeKeyProviderin interface- CfnOriginEndpoint.HlsEncryptionProperty
 
- 
getConstantInitializationVectorDescription copied from interface:CfnOriginEndpoint.HlsEncryptionPropertyA 128-bit, 16-byte hex value represented by a 32-character string, used with the key for encrypting blocks.- Specified by:
- getConstantInitializationVectorin interface- CfnOriginEndpoint.HlsEncryptionProperty
 
- 
getEncryptionMethodDescription copied from interface:CfnOriginEndpoint.HlsEncryptionPropertyHLS encryption type.- Specified by:
- getEncryptionMethodin interface- CfnOriginEndpoint.HlsEncryptionProperty
 
- 
getKeyRotationIntervalSecondsDescription copied from interface:CfnOriginEndpoint.HlsEncryptionPropertyNumber of seconds before AWS Elemental MediaPackage rotates to a new key.By default, rotation is set to 60 seconds. Set to 0to disable key rotation.- Specified by:
- getKeyRotationIntervalSecondsin interface- CfnOriginEndpoint.HlsEncryptionProperty
 
- 
getRepeatExtXKeyDescription copied from interface:CfnOriginEndpoint.HlsEncryptionPropertyRepeat theEXT-X-KEYdirective for every media segment.This might result in an increase in client requests to the DRM server. - Specified by:
- getRepeatExtXKeyin interface- CfnOriginEndpoint.HlsEncryptionProperty
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-