Show / Hide Table of Contents

Class CfnNode.SdiSourceMappingProperty

SDI source mapping.

Inheritance
object
CfnNode.SdiSourceMappingProperty
Implements
CfnNode.ISdiSourceMappingProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-node-sdisourcemapping.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-node-sdisourcemapping.html

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

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-node-sdisourcemapping.html#cfn-medialive-node-sdisourcemapping-cardnumber

ChannelNumber

The channel number.

public double? ChannelNumber { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-node-sdisourcemapping.html#cfn-medialive-node-sdisourcemapping-channelnumber

SdiSource

The SDI source.

public string? SdiSource { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-node-sdisourcemapping.html#cfn-medialive-node-sdisourcemapping-sdisource

Implements

CfnNode.ISdiSourceMappingProperty
Back to top Generated by DocFX