FlowSourceAttributes
- class aws_cdk.aws_mediaconnect_alpha.FlowSourceAttributes(*, flow_source_arn, flow_source_name=None, ingest_ip=None, source_ingest_port=None)
Bases:
object(experimental) Attributes for importing an existing Flow Source.
- Parameters:
flow_source_arn (
str) – (experimental) The Amazon Resource Name (ARN) of the flow source.flow_source_name (
Optional[str]) – (experimental) The name of the flow source. Default: - accessingflowSourceNameon the imported source throws; only provide when available.ingest_ip (
Optional[str]) – (experimental) The IP address that the flow will be listening on for incoming content. Default: - accessingingestIpon the imported source throws; only provide when available.source_ingest_port (
Optional[str]) – (experimental) The port that the flow will be listening on for incoming content. Default: - accessingsourceIngestPorton the imported source throws; only provide when available.
- 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_source_attributes = mediaconnect_alpha.FlowSourceAttributes( flow_source_arn="flowSourceArn", # the properties below are optional flow_source_name="flowSourceName", ingest_ip="ingestIp", source_ingest_port="sourceIngestPort" )
Attributes
- flow_source_arn
(experimental) The Amazon Resource Name (ARN) of the flow source.
- Stability:
experimental
- flow_source_name
(experimental) The name of the flow source.
- Default:
accessing
flowSourceNameon the imported source throws; only provide when available.
- Stability:
experimental
- ingest_ip
(experimental) The IP address that the flow will be listening on for incoming content.
- Default:
accessing
ingestIpon the imported source throws; only provide when available.
- Stability:
experimental
- source_ingest_port
(experimental) The port that the flow will be listening on for incoming content.
- Default:
accessing
sourceIngestPorton the imported source throws; only provide when available.
- Stability:
experimental