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 SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.mediaconnect.CfnFlowOutput.EncryptionPropertyCfnFlowOutput.EncryptionProperty.Builder, CfnFlowOutput.EncryptionProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFlowOutput.EncryptionProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe type of algorithm that is used for static key encryption (such as aes128, aes192, or aes256).final StringThe type of key that is used for the encryption.final StringThe ARN of the role that you created during setup (when you set up MediaConnect as a trusted entity).final StringThe ARN of the secret that you created in AWS Secrets Manager to store the encryption key.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnFlowOutput.EncryptionProperty.Builder.
 
- 
- 
Method Details- 
getRoleArnDescription copied from interface:CfnFlowOutput.EncryptionPropertyThe ARN of the role that you created during setup (when you set up MediaConnect as a trusted entity).- Specified by:
- getRoleArnin interface- CfnFlowOutput.EncryptionProperty
- See Also:
 
- 
getSecretArnDescription copied from interface:CfnFlowOutput.EncryptionPropertyThe ARN of the secret that you created in AWS Secrets Manager to store the encryption key.This parameter is required for static key encryption and is not valid for SPEKE encryption. - Specified by:
- getSecretArnin interface- CfnFlowOutput.EncryptionProperty
- See Also:
 
- 
getAlgorithmDescription copied from interface:CfnFlowOutput.EncryptionPropertyThe 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:
- getAlgorithmin interface- CfnFlowOutput.EncryptionProperty
- See Also:
 
- 
getKeyTypeDescription copied from interface:CfnFlowOutput.EncryptionPropertyThe type of key that is used for the encryption.If you don't specify a keyTypevalue, the service uses the default setting (static-key). Valid key types are:static-key,speke, andsrt-password.Default: - "static-key" - Specified by:
- getKeyTypein interface- CfnFlowOutput.EncryptionProperty
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-