Class SrtCallerDestinationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.SrtCallerDestinationProps.Jsii$Proxy
- All Implemented Interfaces:
SrtCallerDestinationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
SrtCallerDestinationProps
@Stability(Experimental)
@Internal
public static final class SrtCallerDestinationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements SrtCallerDestinationProps
An implementation for
SrtCallerDestinationProps-
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.medialive.alpha.SrtCallerDestinationProps
SrtCallerDestinationProps.Builder, SrtCallerDestinationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theSrtCallerDestinationProps.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 String(experimental) The address (IP or host) of the SRT listener to connect to.final ISecret(experimental) The Secrets Manager secret containing the encryption passphrase.final NumbergetPort()(experimental) The port of the SRT listener to connect to.final String(experimental) The stream ID for the SRT connection.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 theSrtCallerDestinationProps.Builder.
-
-
Method Details
-
getAddress
Description copied from interface:SrtCallerDestinationProps(experimental) The address (IP or host) of the SRT listener to connect to.- Specified by:
getAddressin interfaceSrtCallerDestinationProps
-
getEncryptionPassphraseSecret
Description copied from interface:SrtCallerDestinationProps(experimental) The Secrets Manager secret containing the encryption passphrase.[disable-awslint:prefer-ref-interface]
- Specified by:
getEncryptionPassphraseSecretin interfaceSrtCallerDestinationProps
-
getPort
Description copied from interface:SrtCallerDestinationProps(experimental) The port of the SRT listener to connect to.- Specified by:
getPortin interfaceSrtCallerDestinationProps
-
getStreamId
Description copied from interface:SrtCallerDestinationProps(experimental) The stream ID for the SRT connection.Default: - no stream ID
- Specified by:
getStreamIdin interfaceSrtCallerDestinationProps
-
$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()
-