FlowSourceProps
- class aws_cdk.aws_mediaconnect_alpha.FlowSourceProps(*, flow, source)
Bases:
object(experimental) Properties for the flow source.
- Parameters:
flow (
IFlow) – (experimental) The flow this source is connected to. The flow must have Failover enabled to add an additional source.source (
SourceConfiguration) – (experimental) Additional Source Configuration. Set the source’s name vianameon the configuration (e.g.SourceConfiguration.rtp({ name })). When no name is set there, one is generated from construct naming.
- 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 # flow: mediaconnect_alpha.Flow # source_configuration: mediaconnect_alpha.SourceConfiguration flow_source_props = mediaconnect_alpha.FlowSourceProps( flow=flow, source=source_configuration )
Attributes
- flow
(experimental) The flow this source is connected to.
The flow must have Failover enabled to add an additional source.
- Stability:
experimental
- source
(experimental) Additional Source Configuration.
Set the source’s name via
nameon the configuration (e.g.SourceConfiguration.rtp({ name })). When no name is set there, one is generated from construct naming.- Stability:
experimental