Class CfnRouterInput.SrtCallerRouterInputConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.CfnRouterInput.SrtCallerRouterInputConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRouterInput.SrtCallerRouterInputConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRouterInput.SrtCallerRouterInputConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnRouterInput.SrtCallerRouterInputConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRouterInput.SrtCallerRouterInputConfigurationProperty
An implementation for
CfnRouterInput.SrtCallerRouterInputConfigurationProperty-
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.CfnRouterInput.SrtCallerRouterInputConfigurationProperty
CfnRouterInput.SrtCallerRouterInputConfigurationProperty.Builder, CfnRouterInput.SrtCallerRouterInputConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRouterInput.SrtCallerRouterInputConfigurationProperty.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 ObjectContains the configuration settings for decrypting SRT streams, including the encryption key details and decryption parameters.final NumberThe minimum latency in milliseconds for the SRT protocol in caller mode.final StringThe source IP address for the SRT protocol in caller mode.final NumberThe source port number for the SRT protocol in caller mode.final StringThe stream ID for the SRT protocol in caller mode.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 theCfnRouterInput.SrtCallerRouterInputConfigurationProperty.Builder.
-
-
Method Details
-
getMinimumLatencyMilliseconds
Description copied from interface:CfnRouterInput.SrtCallerRouterInputConfigurationPropertyThe minimum latency in milliseconds for the SRT protocol in caller mode.- Specified by:
getMinimumLatencyMillisecondsin interfaceCfnRouterInput.SrtCallerRouterInputConfigurationProperty- See Also:
-
getSourceAddress
Description copied from interface:CfnRouterInput.SrtCallerRouterInputConfigurationPropertyThe source IP address for the SRT protocol in caller mode.- Specified by:
getSourceAddressin interfaceCfnRouterInput.SrtCallerRouterInputConfigurationProperty- See Also:
-
getSourcePort
Description copied from interface:CfnRouterInput.SrtCallerRouterInputConfigurationPropertyThe source port number for the SRT protocol in caller mode.- Specified by:
getSourcePortin interfaceCfnRouterInput.SrtCallerRouterInputConfigurationProperty- See Also:
-
getDecryptionConfiguration
Description copied from interface:CfnRouterInput.SrtCallerRouterInputConfigurationPropertyContains the configuration settings for decrypting SRT streams, including the encryption key details and decryption parameters.Returns union: either
IResolvableorCfnRouterInput.SrtDecryptionConfigurationProperty- Specified by:
getDecryptionConfigurationin interfaceCfnRouterInput.SrtCallerRouterInputConfigurationProperty- See Also:
-
getStreamId
Description copied from interface:CfnRouterInput.SrtCallerRouterInputConfigurationPropertyThe stream ID for the SRT protocol in caller mode.- Specified by:
getStreamIdin interfaceCfnRouterInput.SrtCallerRouterInputConfigurationProperty- See Also:
-
$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()
-