VodSourceReference
- class aws_cdk.aws_mediatailor.VodSourceReference(*, source_location_name, vod_source_arn, vod_source_name)
Bases:
object
A reference to a VodSource resource.
- Parameters:
source_location_name (
str
) – The SourceLocationName of the VodSource resource.vod_source_arn (
str
) – The ARN of the VodSource resource.vod_source_name (
str
) – The VodSourceName of the VodSource resource.
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_mediatailor as mediatailor vod_source_reference = mediatailor.VodSourceReference( source_location_name="sourceLocationName", vod_source_arn="vodSourceArn", vod_source_name="vodSourceName" )
Attributes
- source_location_name
The SourceLocationName of the VodSource resource.
- vod_source_arn
The ARN of the VodSource resource.
- vod_source_name
The VodSourceName of the VodSource resource.