interface PlaybackConfigurationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaTailor.PlaybackConfigurationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmediatailor#PlaybackConfigurationReference |
![]() | software.amazon.awscdk.services.mediatailor.PlaybackConfigurationReference |
![]() | aws_cdk.aws_mediatailor.PlaybackConfigurationReference |
![]() | aws-cdk-lib » aws_mediatailor » PlaybackConfigurationReference |
A reference to a PlaybackConfiguration resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_mediatailor as mediatailor } from 'aws-cdk-lib';
const playbackConfigurationReference: mediatailor.PlaybackConfigurationReference = {
playbackConfigurationArn: 'playbackConfigurationArn',
playbackConfigurationName: 'playbackConfigurationName',
};
Properties
Name | Type | Description |
---|---|---|
playback | string | The ARN of the PlaybackConfiguration resource. |
playback | string | The Name of the PlaybackConfiguration resource. |
playbackConfigurationArn
Type:
string
The ARN of the PlaybackConfiguration resource.
playbackConfigurationName
Type:
string
The Name of the PlaybackConfiguration resource.