Class CfnNode.SdiSourceMappingProperty
SDI source mapping.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnNode.SdiSourceMappingProperty : CfnNode.ISdiSourceMappingProperty
Syntax (vb)
Public Class CfnNode.SdiSourceMappingProperty Implements CfnNode.ISdiSourceMappingProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.MediaLive;
var sdiSourceMappingProperty = new SdiSourceMappingProperty {
CardNumber = 123,
ChannelNumber = 123,
SdiSource = "sdiSource"
};
Synopsis
Constructors
| SdiSourceMappingProperty() | SDI source mapping. |
Properties
| CardNumber | The card number. |
| ChannelNumber | The channel number. |
| SdiSource | The SDI source. |
Constructors
SdiSourceMappingProperty()
SDI source mapping.
public SdiSourceMappingProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.MediaLive;
var sdiSourceMappingProperty = new SdiSourceMappingProperty {
CardNumber = 123,
ChannelNumber = 123,
SdiSource = "sdiSource"
};
Properties
CardNumber
The card number.
public double? CardNumber { get; set; }
Property Value
Remarks
ChannelNumber
The channel number.
public double? ChannelNumber { get; set; }
Property Value
Remarks
SdiSource
The SDI source.
public string? SdiSource { get; set; }