PlaybackConfigurationReference
- class aws_cdk.aws_mediatailor.PlaybackConfigurationReference(*, playback_configuration_arn, playback_configuration_name)
Bases:
object
A reference to a PlaybackConfiguration resource.
- Parameters:
playback_configuration_arn (
str
) – The ARN of the PlaybackConfiguration resource.playback_configuration_name (
str
) – The Name of the PlaybackConfiguration 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 playback_configuration_reference = mediatailor.PlaybackConfigurationReference( playback_configuration_arn="playbackConfigurationArn", playback_configuration_name="playbackConfigurationName" )
Attributes
- playback_configuration_arn
The ARN of the PlaybackConfiguration resource.
- playback_configuration_name
The Name of the PlaybackConfiguration resource.