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