public static final class CfnFlowOutput.EncryptionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFlowOutput.EncryptionProperty
CfnFlowOutput.EncryptionProperty
CfnFlowOutput.EncryptionProperty.Builder, CfnFlowOutput.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 |
getKeyType()
The type of key that is used for the encryption.
|
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.
|
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()
CfnFlowOutput.EncryptionProperty
getRoleArn
in interface CfnFlowOutput.EncryptionProperty
public final java.lang.String getSecretArn()
CfnFlowOutput.EncryptionProperty
getSecretArn
in interface CfnFlowOutput.EncryptionProperty
public final java.lang.String getAlgorithm()
CfnFlowOutput.EncryptionProperty
getAlgorithm
in interface CfnFlowOutput.EncryptionProperty
public final java.lang.String getKeyType()
CfnFlowOutput.EncryptionProperty
If you don't specify a keyType
value, the service uses the default setting ( static-key
).
getKeyType
in interface CfnFlowOutput.EncryptionProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()