Uses of Class
software.amazon.awscdk.services.mediaconnect.CfnBridge.Builder
Packages that use CfnBridge.Builder
Package
Description
AWS::MediaConnect Construct Library
-
Uses of CfnBridge.Builder in software.amazon.awscdk.services.mediaconnect
Methods in software.amazon.awscdk.services.mediaconnect that return CfnBridge.BuilderModifier and TypeMethodDescriptionstatic CfnBridge.BuilderCfnBridge.Builder.egressGatewayBridge(IResolvable egressGatewayBridge) Create a bridge with the egress bridge type.CfnBridge.Builder.egressGatewayBridge(CfnBridge.EgressGatewayBridgeProperty egressGatewayBridge) Create a bridge with the egress bridge type.CfnBridge.Builder.ingressGatewayBridge(IResolvable ingressGatewayBridge) Create a bridge with the ingress bridge type.CfnBridge.Builder.ingressGatewayBridge(CfnBridge.IngressGatewayBridgeProperty ingressGatewayBridge) Create a bridge with the ingress bridge type.The name of the bridge.The outputs that you want to add to this bridge.CfnBridge.Builder.outputs(IResolvable outputs) The outputs that you want to add to this bridge.CfnBridge.Builder.placementArn(String placementArn) The bridge placement Amazon Resource Number (ARN).CfnBridge.Builder.sourceFailoverConfig(IResolvable sourceFailoverConfig) The settings for source failover.CfnBridge.Builder.sourceFailoverConfig(CfnBridge.FailoverConfigProperty sourceFailoverConfig) The settings for source failover.The sources that you want to add to this bridge.CfnBridge.Builder.sources(IResolvable sources) The sources that you want to add to this bridge.