Class CfnOriginEndpoint.CmafEncryptionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackage.CfnOriginEndpoint.CmafEncryptionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnOriginEndpoint.CmafEncryptionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOriginEndpoint.CmafEncryptionProperty
@Stability(Stable)
@Internal
public static final class CfnOriginEndpoint.CmafEncryptionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOriginEndpoint.CmafEncryptionProperty
An implementation for
CfnOriginEndpoint.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.services.mediapackage.CfnOriginEndpoint.CmafEncryptionProperty
CfnOriginEndpoint.CmafEncryptionProperty.Builder, CfnOriginEndpoint.CmafEncryptionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOriginEndpoint.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 theCfnOriginEndpoint.CmafEncryptionProperty.Builder.
-
-
Method Details
-
getSpekeKeyProvider
Description copied from interface:CfnOriginEndpoint.CmafEncryptionPropertyParameters for the SPEKE key provider.Returns union: either
IResolvableorCfnOriginEndpoint.SpekeKeyProviderProperty- Specified by:
getSpekeKeyProviderin interfaceCfnOriginEndpoint.CmafEncryptionProperty- See Also:
-
getConstantInitializationVector
Description copied from interface:CfnOriginEndpoint.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 interfaceCfnOriginEndpoint.CmafEncryptionProperty- See Also:
-
getEncryptionMethod
Description copied from interface:CfnOriginEndpoint.CmafEncryptionPropertyThe encryption method to use.- Specified by:
getEncryptionMethodin interfaceCfnOriginEndpoint.CmafEncryptionProperty- See Also:
-
getKeyRotationIntervalSeconds
Description copied from interface:CfnOriginEndpoint.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 interfaceCfnOriginEndpoint.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()
-