Class RouterSrtEncryption.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.RouterSrtEncryption.Jsii$Proxy
- All Implemented Interfaces:
RouterSrtEncryption,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
RouterSrtEncryption
@Stability(Experimental)
@Internal
public static final class RouterSrtEncryption.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements RouterSrtEncryption
An implementation for
RouterSrtEncryption-
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.RouterSrtEncryption
RouterSrtEncryption.Builder, RouterSrtEncryption.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(RouterSrtEncryption.Builder builder) Constructor that initializes the object based on literal property values passed by theRouterSrtEncryption.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 SRT passphrase.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 theRouterSrtEncryption.Builder.
-
-
Method Details
-
getSecret
Description copied from interface:RouterSrtEncryption(experimental) Secrets Manager secret containing the SRT passphrase.- Specified by:
getSecretin interfaceRouterSrtEncryption
-
getRole
Description copied from interface:RouterSrtEncryption(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 interfaceRouterSrtEncryption
-
$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()
-