Class CfnRouterOutputPropsMixin.SrtCallerRouterOutputConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnRouterOutputPropsMixin.SrtCallerRouterOutputConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRouterOutputPropsMixin.SrtCallerRouterOutputConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRouterOutputPropsMixin.SrtCallerRouterOutputConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnRouterOutputPropsMixin.SrtCallerRouterOutputConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRouterOutputPropsMixin.SrtCallerRouterOutputConfigurationProperty
An implementation for
CfnRouterOutputPropsMixin.SrtCallerRouterOutputConfigurationProperty-
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.cfnpropertymixins.services.mediaconnect.CfnRouterOutputPropsMixin.SrtCallerRouterOutputConfigurationProperty
CfnRouterOutputPropsMixin.SrtCallerRouterOutputConfigurationProperty.Builder, CfnRouterOutputPropsMixin.SrtCallerRouterOutputConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRouterOutputPropsMixin.SrtCallerRouterOutputConfigurationProperty.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 StringThe destination IP address for the SRT protocol in caller mode.final NumberThe destination port number for the SRT protocol in caller mode.final ObjectContains the configuration settings for encrypting SRT streams, including the encryption key details and encryption parameters.final NumberThe minimum latency in milliseconds 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
protected Jsii$Proxy(CfnRouterOutputPropsMixin.SrtCallerRouterOutputConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRouterOutputPropsMixin.SrtCallerRouterOutputConfigurationProperty.Builder.
-
-
Method Details
-
getDestinationAddress
Description copied from interface:CfnRouterOutputPropsMixin.SrtCallerRouterOutputConfigurationPropertyThe destination IP address for the SRT protocol in caller mode.- Specified by:
getDestinationAddressin interfaceCfnRouterOutputPropsMixin.SrtCallerRouterOutputConfigurationProperty- See Also:
-
getDestinationPort
Description copied from interface:CfnRouterOutputPropsMixin.SrtCallerRouterOutputConfigurationPropertyThe destination port number for the SRT protocol in caller mode.- Specified by:
getDestinationPortin interfaceCfnRouterOutputPropsMixin.SrtCallerRouterOutputConfigurationProperty- See Also:
-
getEncryptionConfiguration
Description copied from interface:CfnRouterOutputPropsMixin.SrtCallerRouterOutputConfigurationPropertyContains the configuration settings for encrypting SRT streams, including the encryption key details and encryption parameters.Returns union: either
IResolvableorCfnRouterOutputPropsMixin.SrtEncryptionConfigurationProperty- Specified by:
getEncryptionConfigurationin interfaceCfnRouterOutputPropsMixin.SrtCallerRouterOutputConfigurationProperty- See Also:
-
getMinimumLatencyMilliseconds
Description copied from interface:CfnRouterOutputPropsMixin.SrtCallerRouterOutputConfigurationPropertyThe minimum latency in milliseconds for the SRT protocol in caller mode.- Specified by:
getMinimumLatencyMillisecondsin interfaceCfnRouterOutputPropsMixin.SrtCallerRouterOutputConfigurationProperty- See Also:
-
getStreamId
Description copied from interface:CfnRouterOutputPropsMixin.SrtCallerRouterOutputConfigurationPropertyThe stream ID for the SRT protocol in caller mode.- Specified by:
getStreamIdin interfaceCfnRouterOutputPropsMixin.SrtCallerRouterOutputConfigurationProperty- 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()
-