SdiSourceAttributes
- class aws_cdk.aws_medialive_alpha.SdiSourceAttributes(*, sdi_source_arn, sdi_source_id)
Bases:
object(experimental) Attributes for importing an existing SDI Source.
- Parameters:
sdi_source_arn (
str) – (experimental) The SDI Source ARN.sdi_source_id (
str) – (experimental) The SDI Source ID.
- 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_medialive_alpha as medialive_alpha sdi_source_attributes = medialive_alpha.SdiSourceAttributes( sdi_source_arn="sdiSourceArn", sdi_source_id="sdiSourceId" )
Attributes
- sdi_source_arn
(experimental) The SDI Source ARN.
- Stability:
experimental
- Attribute:
true
- sdi_source_id
(experimental) The SDI Source ID.
- Stability:
experimental
- Attribute:
true