public static final class CfnOriginEndpoint.CmafEncryptionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnOriginEndpoint.CmafEncryptionProperty
CfnOriginEndpoint.CmafEncryptionProperty
CfnOriginEndpoint.CmafEncryptionProperty.Builder, CfnOriginEndpoint.CmafEncryptionProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getConstantInitializationVector()
An optional 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting blocks.
|
java.lang.Number |
getKeyRotationIntervalSeconds()
Number of seconds before AWS Elemental MediaPackage rotates to a new key.
|
java.lang.Object |
getSpekeKeyProvider()
Parameters for the SPEKE key provider.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getSpekeKeyProvider()
CfnOriginEndpoint.CmafEncryptionProperty
getSpekeKeyProvider
in interface CfnOriginEndpoint.CmafEncryptionProperty
public final java.lang.String getConstantInitializationVector()
CfnOriginEndpoint.CmafEncryptionProperty
If you don't specify a value, then MediaPackage creates the constant initialization vector (IV).
getConstantInitializationVector
in interface CfnOriginEndpoint.CmafEncryptionProperty
public final java.lang.Number getKeyRotationIntervalSeconds()
CfnOriginEndpoint.CmafEncryptionProperty
By default, rotation is set to 60 seconds. Set to 0
to disable key rotation.
getKeyRotationIntervalSeconds
in interface CfnOriginEndpoint.CmafEncryptionProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()