Interface CfnBridge.IngressGatewayBridgeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBridge.IngressGatewayBridgeProperty.Jsii$Proxy
- Enclosing class:
CfnBridge
@Stability(Stable)
public static interface CfnBridge.IngressGatewayBridgeProperty
extends software.amazon.jsii.JsiiSerializable
Create a bridge with the ingress bridge type.
An ingress bridge is a ground-to-cloud bridge. The content originates at your premises and is delivered to the cloud.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.mediaconnect.*; IngressGatewayBridgeProperty ingressGatewayBridgeProperty = IngressGatewayBridgeProperty.builder() .maxBitrate(123) .maxOutputs(123) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnBridge.IngressGatewayBridgeProperty
static final class
An implementation forCfnBridge.IngressGatewayBridgeProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The maximum expected bitrate (in bps) of the ingress bridge.The maximum number of outputs on the ingress bridge.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMaxBitrate
The maximum expected bitrate (in bps) of the ingress bridge.- See Also:
-
getMaxOutputs
The maximum number of outputs on the ingress bridge.- See Also:
-
builder
-