interface SdiSourceMappingProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaLive.CfnNodePropsMixin.SdiSourceMappingProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmedialive#CfnNodePropsMixin_SdiSourceMappingProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnNodePropsMixin.SdiSourceMappingProperty |
Python | aws_cdk.cfn_property_mixins.aws_medialive.CfnNodePropsMixin.SdiSourceMappingProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_medialive » CfnNodePropsMixin » SdiSourceMappingProperty |
SDI source mapping.
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/cfn-property-mixins';
const sdiSourceMappingProperty: medialive.CfnNodePropsMixin.SdiSourceMappingProperty = {
cardNumber: 123,
channelNumber: 123,
sdiSource: 'sdiSource',
};
Properties
| Name | Type | Description |
|---|---|---|
| card | number | The card number. |
| channel | number | The channel number. |
| sdi | string | The SDI source. |
cardNumber?
Type:
number
(optional)
The card number.
channelNumber?
Type:
number
(optional)
The channel number.
sdiSource?
Type:
string
(optional)
The SDI source.

.NET
Go
Java
Python
TypeScript