Interface CfnBridgePropsMixin.BridgeNetworkSourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBridgePropsMixin.BridgeNetworkSourceProperty.Jsii$Proxy
- Enclosing class:
CfnBridgePropsMixin
@Stability(Stable)
public static interface CfnBridgePropsMixin.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.mixins.preview.services.mediaconnect.mixins.*;
BridgeNetworkSourceProperty bridgeNetworkSourceProperty = BridgeNetworkSourceProperty.builder()
.multicastIp("multicastIp")
.multicastSourceSettings(MulticastSourceSettingsProperty.builder()
.multicastSourceIp("multicastSourceIp")
.build())
.name("name")
.networkName("networkName")
.port(123)
.protocol("protocol")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBridgePropsMixin.BridgeNetworkSourcePropertystatic final classAn implementation forCfnBridgePropsMixin.BridgeNetworkSourceProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe network source multicast IP.default ObjectThe settings related to the multicast source.default StringgetName()The name of the network 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
IResolvableorCfnBridgePropsMixin.MulticastSourceSettingsProperty- See Also:
-
getName
The name of the network source.- 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
-