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: