PlaybackConfigurationReference
- class aws_cdk.interfaces.aws_mediatailor.PlaybackConfigurationReference(*, playback_configuration_arn, playback_configuration_name)
Bases:
objectA 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.interfaces import aws_mediatailor as interfaces_aws_mediatailor playback_configuration_reference = interfaces_aws_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.