Class CfnRouterOutput.RouterOutputProtocolConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.CfnRouterOutput.RouterOutputProtocolConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRouterOutput.RouterOutputProtocolConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRouterOutput.RouterOutputProtocolConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnRouterOutput.RouterOutputProtocolConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRouterOutput.RouterOutputProtocolConfigurationProperty
An implementation for
CfnRouterOutput.RouterOutputProtocolConfigurationProperty-
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.CfnRouterOutput.RouterOutputProtocolConfigurationProperty
CfnRouterOutput.RouterOutputProtocolConfigurationProperty.Builder, CfnRouterOutput.RouterOutputProtocolConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRouterOutput.RouterOutputProtocolConfigurationProperty.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 ObjectgetRist()The configuration settings for a router output using the RIST (Reliable Internet Stream Transport) protocol, including the destination address and port.final ObjectgetRtp()The configuration settings for a router output using the RTP (Real-Time Transport Protocol) protocol, including the destination address and port, and forward error correction state.final ObjectThe configuration settings for a router output using the SRT (Secure Reliable Transport) protocol in caller mode, including the destination address and port, minimum latency, stream ID, and encryption key configuration.final ObjectThe configuration settings for a router output using the SRT (Secure Reliable Transport) protocol in listener mode, including the port, minimum latency, and encryption key configuration.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 theCfnRouterOutput.RouterOutputProtocolConfigurationProperty.Builder.
-
-
Method Details
-
getRist
Description copied from interface:CfnRouterOutput.RouterOutputProtocolConfigurationPropertyThe configuration settings for a router output using the RIST (Reliable Internet Stream Transport) protocol, including the destination address and port.Returns union: either
IResolvableorCfnRouterOutput.RistRouterOutputConfigurationProperty- Specified by:
getRistin interfaceCfnRouterOutput.RouterOutputProtocolConfigurationProperty- See Also:
-
getRtp
Description copied from interface:CfnRouterOutput.RouterOutputProtocolConfigurationPropertyThe configuration settings for a router output using the RTP (Real-Time Transport Protocol) protocol, including the destination address and port, and forward error correction state.Returns union: either
IResolvableorCfnRouterOutput.RtpRouterOutputConfigurationProperty- Specified by:
getRtpin interfaceCfnRouterOutput.RouterOutputProtocolConfigurationProperty- See Also:
-
getSrtCaller
Description copied from interface:CfnRouterOutput.RouterOutputProtocolConfigurationPropertyThe configuration settings for a router output using the SRT (Secure Reliable Transport) protocol in caller mode, including the destination address and port, minimum latency, stream ID, and encryption key configuration.Returns union: either
IResolvableorCfnRouterOutput.SrtCallerRouterOutputConfigurationProperty- Specified by:
getSrtCallerin interfaceCfnRouterOutput.RouterOutputProtocolConfigurationProperty- See Also:
-
getSrtListener
Description copied from interface:CfnRouterOutput.RouterOutputProtocolConfigurationPropertyThe configuration settings for a router output using the SRT (Secure Reliable Transport) protocol in listener mode, including the port, minimum latency, and encryption key configuration.Returns union: either
IResolvableorCfnRouterOutput.SrtListenerRouterOutputConfigurationProperty- Specified by:
getSrtListenerin interfaceCfnRouterOutput.RouterOutputProtocolConfigurationProperty- 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()
-