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