Class CfnFlowOutput.EncryptionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.CfnFlowOutput.EncryptionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlowOutput.EncryptionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnFlowOutput.EncryptionProperty
@Stability(Stable)
@Internal
public static final class CfnFlowOutput.EncryptionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlowOutput.EncryptionProperty
An implementation for
CfnFlowOutput.EncryptionProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.mediaconnect.CfnFlowOutput.EncryptionProperty
CfnFlowOutput.EncryptionProperty.Builder, CfnFlowOutput.EncryptionProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFlowOutput.EncryptionProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The type of algorithm that is used for static key encryption (such as aes128, aes192, or aes256).final String
The type of key that is used for the encryption.final String
The Amazon Resource Name (ARN) of the role that you created during setup (when you set up MediaConnect as a trusted entity).final String
The ARN of the secret that you created in AWS Secrets Manager to store the encryption key.final int
hashCode()
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 theCfnFlowOutput.EncryptionProperty.Builder
.
-
-
Method Details
-
getRoleArn
Description copied from interface:CfnFlowOutput.EncryptionProperty
The Amazon Resource Name (ARN) of the role that you created during setup (when you set up MediaConnect as a trusted entity).- Specified by:
getRoleArn
in interfaceCfnFlowOutput.EncryptionProperty
-
getSecretArn
Description copied from interface:CfnFlowOutput.EncryptionProperty
The ARN of the secret that you created in AWS Secrets Manager to store the encryption key.- Specified by:
getSecretArn
in interfaceCfnFlowOutput.EncryptionProperty
-
getAlgorithm
Description copied from interface:CfnFlowOutput.EncryptionProperty
The type of algorithm that is used for static key encryption (such as aes128, aes192, or aes256).If you are using SPEKE or SRT-password encryption, this property must be left blank.
- Specified by:
getAlgorithm
in interfaceCfnFlowOutput.EncryptionProperty
-
getKeyType
Description copied from interface:CfnFlowOutput.EncryptionProperty
The type of key that is used for the encryption.If you don't specify a
keyType
value, the service uses the default setting (static-key
). Valid key types are:static-key
,speke
, andsrt-password
.- Specified by:
getKeyType
in interfaceCfnFlowOutput.EncryptionProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-