Class CfnPackagingConfigurationPropsMixin.HlsEncryptionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.mediapackage.CfnPackagingConfigurationPropsMixin.HlsEncryptionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPackagingConfigurationPropsMixin.HlsEncryptionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPackagingConfigurationPropsMixin.HlsEncryptionProperty
@Stability(Stable)
@Internal
public static final class CfnPackagingConfigurationPropsMixin.HlsEncryptionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPackagingConfigurationPropsMixin.HlsEncryptionProperty
An implementation for
CfnPackagingConfigurationPropsMixin.HlsEncryptionProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.mediapackage.CfnPackagingConfigurationPropsMixin.HlsEncryptionProperty
CfnPackagingConfigurationPropsMixin.HlsEncryptionProperty.Builder, CfnPackagingConfigurationPropsMixin.HlsEncryptionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPackagingConfigurationPropsMixin.HlsEncryptionProperty.Builder.protectedJsii$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.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 ObjectParameters for the SPEKE key provider.final inthashCode()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 theCfnPackagingConfigurationPropsMixin.HlsEncryptionProperty.Builder.
-
-
Method Details
-
getConstantInitializationVector
Description copied from interface:CfnPackagingConfigurationPropsMixin.HlsEncryptionPropertyA 128-bit, 16-byte hex value represented by a 32-character string, used with the key for encrypting blocks.If you don't specify a constant initialization vector (IV), AWS Elemental MediaPackage periodically rotates the IV.
- Specified by:
getConstantInitializationVectorin interfaceCfnPackagingConfigurationPropsMixin.HlsEncryptionProperty- See Also:
-
getEncryptionMethod
Description copied from interface:CfnPackagingConfigurationPropsMixin.HlsEncryptionPropertyHLS encryption type.- Specified by:
getEncryptionMethodin interfaceCfnPackagingConfigurationPropsMixin.HlsEncryptionProperty- See Also:
-
getSpekeKeyProvider
Description copied from interface:CfnPackagingConfigurationPropsMixin.HlsEncryptionPropertyParameters for the SPEKE key provider.Returns union: either
IResolvableorCfnPackagingConfigurationPropsMixin.SpekeKeyProviderProperty- Specified by:
getSpekeKeyProviderin interfaceCfnPackagingConfigurationPropsMixin.HlsEncryptionProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-