Class StaticKeyEncryption.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.StaticKeyEncryption.Jsii$Proxy
- All Implemented Interfaces:
StaticKeyEncryption,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
StaticKeyEncryption
@Stability(Experimental)
@Internal
public static final class StaticKeyEncryption.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements StaticKeyEncryption
An implementation for
StaticKeyEncryption-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.mediaconnect.alpha.StaticKeyEncryption
StaticKeyEncryption.Builder, StaticKeyEncryption.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(StaticKeyEncryption.Builder builder) Constructor that initializes the object based on literal property values passed by theStaticKeyEncryption.Builder.protectedJsii$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.JsonNodefinal booleanfinal EncryptionAlgorithm(experimental) The encryption algorithm to use.final IRolegetRole()(experimental) IAM role that MediaConnect assumes to access the Secrets Manager secret.final ISecret(experimental) Secrets Manager secret containing the static encryption key.final inthashCode()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 theStaticKeyEncryption.Builder.
-
-
Method Details
-
getAlgorithm
Description copied from interface:StaticKeyEncryption(experimental) The encryption algorithm to use.- Specified by:
getAlgorithmin interfaceStaticKeyEncryption
-
getSecret
Description copied from interface:StaticKeyEncryption(experimental) Secrets Manager secret containing the static encryption key.- Specified by:
getSecretin interfaceStaticKeyEncryption
-
getRole
Description copied from interface:StaticKeyEncryption(experimental) IAM role that MediaConnect assumes to access the Secrets Manager secret.If provided, the role is used as-is; you must grant it the necessary permissions yourself.
Default: - a scoped role is auto-created with read access to the secret (including `kms:Decrypt` for a customer-managed key) and a confused-deputy trust condition. See the **Encryption** section of the module README for the generated trust policy.
- Specified by:
getRolein interfaceStaticKeyEncryption
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-