public static final class CfnFlow.EncryptionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFlow.EncryptionProperty
CfnFlow.EncryptionProperty
CfnFlow.EncryptionProperty.Builder, CfnFlow.EncryptionProperty.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 |
getAlgorithm()
The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
|
java.lang.String |
getConstantInitializationVector()
A 128-bit, 16-byte hex value represented by a 32-character string, to be used with the key for encrypting content.
|
java.lang.String |
getDeviceId()
The value of one of the devices that you configured with your digital rights management (DRM) platform key provider.
|
java.lang.String |
getKeyType()
The type of key that is used for the encryption.
|
java.lang.String |
getRegion()
The AWS Region that the API Gateway proxy endpoint was created in.
|
java.lang.String |
getResourceId()
An identifier for the content.
|
java.lang.String |
getRoleArn()
The Amazon Resource Name (ARN) of the role that you created during setup (when you set up MediaConnect as a trusted entity).
|
java.lang.String |
getSecretArn()
The ARN of the secret that you created in AWS Secrets Manager to store the encryption key.
|
java.lang.String |
getUrl()
The URL from the API Gateway proxy that you set up to talk to your key server.
|
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.String getRoleArn()
CfnFlow.EncryptionProperty
getRoleArn
in interface CfnFlow.EncryptionProperty
public final java.lang.String getAlgorithm()
CfnFlow.EncryptionProperty
getAlgorithm
in interface CfnFlow.EncryptionProperty
public final java.lang.String getConstantInitializationVector()
CfnFlow.EncryptionProperty
This parameter is not valid for static key encryption.
getConstantInitializationVector
in interface CfnFlow.EncryptionProperty
public final java.lang.String getDeviceId()
CfnFlow.EncryptionProperty
This parameter is required for SPEKE encryption and is not valid for static key encryption.
getDeviceId
in interface CfnFlow.EncryptionProperty
public final java.lang.String getKeyType()
CfnFlow.EncryptionProperty
If you don't specify a keyType
value, the service uses the default setting ( static-key
).
getKeyType
in interface CfnFlow.EncryptionProperty
public final java.lang.String getRegion()
CfnFlow.EncryptionProperty
This parameter is required for SPEKE encryption and is not valid for static key encryption.
getRegion
in interface CfnFlow.EncryptionProperty
public final java.lang.String getResourceId()
CfnFlow.EncryptionProperty
The service sends this value to the key server to identify the current endpoint. The resource ID is also known as the content ID. This parameter is required for SPEKE encryption and is not valid for static key encryption.
getResourceId
in interface CfnFlow.EncryptionProperty
public final java.lang.String getSecretArn()
CfnFlow.EncryptionProperty
getSecretArn
in interface CfnFlow.EncryptionProperty
public final java.lang.String getUrl()
CfnFlow.EncryptionProperty
This parameter is required for SPEKE encryption and is not valid for static key encryption.
getUrl
in interface CfnFlow.EncryptionProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()