Class CfnOriginEndpointPropsMixin.CmafEncryptionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.mediapackage.CfnOriginEndpointPropsMixin.CmafEncryptionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnOriginEndpointPropsMixin.CmafEncryptionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOriginEndpointPropsMixin.CmafEncryptionProperty
@Stability(Stable)
@Internal
public static final class CfnOriginEndpointPropsMixin.CmafEncryptionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOriginEndpointPropsMixin.CmafEncryptionProperty
An implementation for
CfnOriginEndpointPropsMixin.CmafEncryptionProperty-
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.CfnOriginEndpointPropsMixin.CmafEncryptionProperty
CfnOriginEndpointPropsMixin.CmafEncryptionProperty.Builder, CfnOriginEndpointPropsMixin.CmafEncryptionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOriginEndpointPropsMixin.CmafEncryptionProperty.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 StringAn optional 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting blocks.final StringThe encryption method to use.final NumberNumber of seconds before AWS Elemental MediaPackage rotates to a new key.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 theCfnOriginEndpointPropsMixin.CmafEncryptionProperty.Builder.
-
-
Method Details
-
getConstantInitializationVector
Description copied from interface:CfnOriginEndpointPropsMixin.CmafEncryptionPropertyAn optional 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting blocks.If you don't specify a value, then AWS Elemental MediaPackage creates the constant initialization vector (IV).
- Specified by:
getConstantInitializationVectorin interfaceCfnOriginEndpointPropsMixin.CmafEncryptionProperty- See Also:
-
getEncryptionMethod
Description copied from interface:CfnOriginEndpointPropsMixin.CmafEncryptionPropertyThe encryption method to use.- Specified by:
getEncryptionMethodin interfaceCfnOriginEndpointPropsMixin.CmafEncryptionProperty- See Also:
-
getKeyRotationIntervalSeconds
Description copied from interface:CfnOriginEndpointPropsMixin.CmafEncryptionPropertyNumber 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 interfaceCfnOriginEndpointPropsMixin.CmafEncryptionProperty- See Also:
-
getSpekeKeyProvider
Description copied from interface:CfnOriginEndpointPropsMixin.CmafEncryptionPropertyParameters for the SPEKE key provider.Returns union: either
IResolvableorCfnOriginEndpointPropsMixin.SpekeKeyProviderProperty- Specified by:
getSpekeKeyProviderin interfaceCfnOriginEndpointPropsMixin.CmafEncryptionProperty- 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()
-