interface ISdiSourceRef
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.MediaLive.ISdiSourceRef | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#ISdiSourceRef | 
|  Java | software.amazon.awscdk.services.medialive.ISdiSourceRef | 
|  Python | aws_cdk.aws_medialive.ISdiSourceRef | 
|  TypeScript | aws-cdk-lib»aws_medialive»ISdiSourceRef | 
Implemented by
Cfn
Obtainable from
Cfn.fromSdiSourceArn(), Cfn.fromSdiSourceId()
Indicates that this resource can be referenced as a SdiSource.
Properties
| Name | Type | Description | 
|---|---|---|
| node | Node | The tree node. | 
| sdi | Sdi | A reference to a SdiSource resource. | 
node
Type:
Node
The tree node.
sdiSourceRef
Type:
Sdi
A reference to a SdiSource resource.
