Interface CfnBridgePropsMixin.IngressGatewayBridgeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBridgePropsMixin.IngressGatewayBridgeProperty.Jsii$Proxy
- Enclosing class:
CfnBridgePropsMixin
@Stability(Stable)
public static interface CfnBridgePropsMixin.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.cfnpropertymixins.services.mediaconnect.*;
IngressGatewayBridgeProperty ingressGatewayBridgeProperty = IngressGatewayBridgeProperty.builder()
.maxBitrate(123)
.maxOutputs(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBridgePropsMixin.IngressGatewayBridgePropertystatic final classAn implementation forCfnBridgePropsMixin.IngressGatewayBridgeProperty -
Method Summary
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
-