interface LiveSourceReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaTailor.LiveSourceReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmediatailor#LiveSourceReference |
![]() | software.amazon.awscdk.services.mediatailor.LiveSourceReference |
![]() | aws_cdk.aws_mediatailor.LiveSourceReference |
![]() | aws-cdk-lib » aws_mediatailor » LiveSourceReference |
A reference to a LiveSource 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 liveSourceReference: mediatailor.LiveSourceReference = {
liveSourceArn: 'liveSourceArn',
liveSourceName: 'liveSourceName',
sourceLocationName: 'sourceLocationName',
};
Properties
Name | Type | Description |
---|---|---|
live | string | The ARN of the LiveSource resource. |
live | string | The LiveSourceName of the LiveSource resource. |
source | string | The SourceLocationName of the LiveSource resource. |
liveSourceArn
Type:
string
The ARN of the LiveSource resource.
liveSourceName
Type:
string
The LiveSourceName of the LiveSource resource.
sourceLocationName
Type:
string
The SourceLocationName of the LiveSource resource.