interface SdiSourceAttributes
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.SdiSourceAttributes |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#SdiSourceAttributes |
Java | software.amazon.awscdk.services.medialive.alpha.SdiSourceAttributes |
Python | aws_cdk.aws_medialive_alpha.SdiSourceAttributes |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป SdiSourceAttributes |
Attributes for importing an existing SDI Source.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as medialive_alpha from '@aws-cdk/aws-medialive-alpha';
const sdiSourceAttributes: medialive_alpha.SdiSourceAttributes = {
sdiSourceArn: 'sdiSourceArn',
sdiSourceId: 'sdiSourceId',
};
Properties
| Name | Type | Description |
|---|---|---|
| sdi | string | The SDI Source ARN. |
| sdi | string | The SDI Source ID. |
sdiSourceArn
Type:
string
The SDI Source ARN.
sdiSourceId
Type:
string
The SDI Source ID.

.NET
Go
Java
Python
TypeScript (