Interface CfnBridgeSourcePropsMixin.BridgeNetworkSourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBridgeSourcePropsMixin.BridgeNetworkSourceProperty.Jsii$Proxy
- Enclosing class:
CfnBridgeSourcePropsMixin
@Stability(Stable)
public static interface CfnBridgeSourcePropsMixin.BridgeNetworkSourceProperty
extends software.amazon.jsii.JsiiSerializable
The source of the bridge.
A network source originates at your premises.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.*;
BridgeNetworkSourceProperty bridgeNetworkSourceProperty = BridgeNetworkSourceProperty.builder()
.multicastIp("multicastIp")
.multicastSourceSettings(MulticastSourceSettingsProperty.builder()
.multicastSourceIp("multicastSourceIp")
.build())
.networkName("networkName")
.port(123)
.protocol("protocol")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBridgeSourcePropsMixin.BridgeNetworkSourcePropertystatic final classAn implementation forCfnBridgeSourcePropsMixin.BridgeNetworkSourceProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe network source multicast IP.default ObjectThe settings related to the multicast source.default StringThe network source's gateway network name.default NumbergetPort()The network source port.default StringThe network source protocol.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMulticastIp
The network source multicast IP.- See Also:
-
getMulticastSourceSettings
The settings related to the multicast source.Returns union: either
IResolvableorCfnBridgeSourcePropsMixin.MulticastSourceSettingsProperty- See Also:
-
getNetworkName
The network source's gateway network name.- See Also:
-
getPort
The network source port.- See Also:
-
getProtocol
The network source protocol.AWS Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
- See Also:
-
builder
-