Class TransitEncryption.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.TransitEncryption.Jsii$Proxy
- All Implemented Interfaces:
TransitEncryption,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
TransitEncryption
@Stability(Experimental)
@Internal
public static final class TransitEncryption.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements TransitEncryption
An implementation for
TransitEncryption-
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.TransitEncryption
TransitEncryption.Builder, TransitEncryption.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(TransitEncryption.Builder builder) Constructor that initializes the object based on literal property values passed by theTransitEncryption.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 IRolegetRole()(experimental) IAM role that MediaConnect assumes to access the Secrets Manager secret.final ISecret(experimental) Secrets Manager secret containing the transit 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 theTransitEncryption.Builder.
-
-
Method Details
-
getSecret
Description copied from interface:TransitEncryption(experimental) Secrets Manager secret containing the transit encryption key.- Specified by:
getSecretin interfaceTransitEncryption
-
getRole
Description copied from interface:TransitEncryption(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 and a confused-deputy trust condition. See the **Encryption** section of the module README for the generated trust policy.
- Specified by:
getRolein interfaceTransitEncryption
-
$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()
-