BridgeOutputProps
- class aws_cdk.aws_mediaconnect_alpha.BridgeOutputProps(*, bridge, output, bridge_output_name=None)
Bases:
object(experimental) Properties for the bridge output.
- Parameters:
bridge (
IBridge) – (experimental) The bridge that you want to update.output (
BridgeOutputConfiguration) – (experimental) The network output configuration.bridge_output_name (
Optional[str]) – (experimental) Bridge output name. Default: - autogenerated
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_mediaconnect_alpha as mediaconnect_alpha # bridge: mediaconnect_alpha.Bridge # bridge_output_configuration: mediaconnect_alpha.BridgeOutputConfiguration bridge_output_props = mediaconnect_alpha.BridgeOutputProps( bridge=bridge, output=bridge_output_configuration, # the properties below are optional bridge_output_name="bridgeOutputName" )
Attributes
- bridge
(experimental) The bridge that you want to update.
- Stability:
experimental
- bridge_output_name
(experimental) Bridge output name.
- Default:
autogenerated
- Stability:
experimental
- output
(experimental) The network output configuration.
- Stability:
experimental