interface SdiSourceReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaLive.SdiSourceReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#SdiSourceReference |
![]() | software.amazon.awscdk.services.medialive.SdiSourceReference |
![]() | aws_cdk.aws_medialive.SdiSourceReference |
![]() | aws-cdk-lib » aws_medialive » SdiSourceReference |
A reference to a SdiSource resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_medialive as medialive } from 'aws-cdk-lib';
const sdiSourceReference: medialive.SdiSourceReference = {
sdiSourceArn: 'sdiSourceArn',
sdiSourceId: 'sdiSourceId',
};
Properties
Name | Type | Description |
---|---|---|
sdi | string | The ARN of the SdiSource resource. |
sdi | string | The Id of the SdiSource resource. |
sdiSourceArn
Type:
string
The ARN of the SdiSource resource.
sdiSourceId
Type:
string
The Id of the SdiSource resource.