@Stability(value=Stable) @Internal public static final class CfnFlow.EncryptionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFlow.EncryptionProperty
CfnFlow.EncryptionPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnFlow.EncryptionProperty.Builder, CfnFlow.EncryptionProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnFlow.EncryptionProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnFlow.EncryptionProperty.Builder. |
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(Object o) |
String |
getAlgorithm()
The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
|
String |
getConstantInitializationVector()
A 128-bit, 16-byte hex value represented by a 32-character string, to be used with the key for encrypting content.
|
String |
getDeviceId()
The value of one of the devices that you configured with your digital rights management (DRM) platform key provider.
|
String |
getKeyType()
The type of key that is used for the encryption.
|
String |
getRegion()
The AWS Region that the API Gateway proxy endpoint was created in.
|
String |
getResourceId()
An identifier for the content.
|
String |
getRoleArn()
The Amazon Resource Name (ARN) of the role that you created during setup (when you set up MediaConnect as a trusted entity).
|
String |
getSecretArn()
The ARN of the secret that you created in AWS Secrets Manager to store the encryption key.
|
String |
getUrl()
The URL from the API Gateway proxy that you set up to talk to your key server.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnFlow.EncryptionProperty.Builder builder)
CfnFlow.EncryptionProperty.Builder.public final String getRoleArn()
CfnFlow.EncryptionPropertygetRoleArn in interface CfnFlow.EncryptionPropertypublic final String getAlgorithm()
CfnFlow.EncryptionPropertygetAlgorithm in interface CfnFlow.EncryptionPropertypublic final String getConstantInitializationVector()
CfnFlow.EncryptionPropertyThis parameter is not valid for static key encryption.
getConstantInitializationVector in interface CfnFlow.EncryptionPropertypublic final String getDeviceId()
CfnFlow.EncryptionPropertyThis parameter is required for SPEKE encryption and is not valid for static key encryption.
getDeviceId in interface CfnFlow.EncryptionPropertypublic final String getKeyType()
CfnFlow.EncryptionProperty
If you don't specify a keyType value, the service uses the default setting ( static-key ).
getKeyType in interface CfnFlow.EncryptionPropertypublic final String getRegion()
CfnFlow.EncryptionPropertyThis parameter is required for SPEKE encryption and is not valid for static key encryption.
getRegion in interface CfnFlow.EncryptionPropertypublic final String getResourceId()
CfnFlow.EncryptionPropertyThe 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.EncryptionPropertypublic final String getSecretArn()
CfnFlow.EncryptionPropertygetSecretArn in interface CfnFlow.EncryptionPropertypublic final String getUrl()
CfnFlow.EncryptionPropertyThis parameter is required for SPEKE encryption and is not valid for static key encryption.
getUrl in interface CfnFlow.EncryptionProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.