Show / Hide Table of Contents

Class SdiSourceReference

A reference to a SdiSource resource.

Inheritance
object
SdiSourceReference
Implements
ISdiSourceReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Interfaces.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SdiSourceReference : ISdiSourceReference
Syntax (vb)
Public Class SdiSourceReference Implements ISdiSourceReference
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.Interfaces.MediaLive;

            var sdiSourceReference = new SdiSourceReference {
                SdiSourceArn = "sdiSourceArn",
                SdiSourceId = "sdiSourceId"
            };

Synopsis

Constructors

SdiSourceReference()

A reference to a SdiSource resource.

Properties

SdiSourceArn

The ARN of the SdiSource resource.

SdiSourceId

The Id of the SdiSource resource.

Constructors

SdiSourceReference()

A reference to a SdiSource resource.

public SdiSourceReference()
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.Interfaces.MediaLive;

            var sdiSourceReference = new SdiSourceReference {
                SdiSourceArn = "sdiSourceArn",
                SdiSourceId = "sdiSourceId"
            };

Properties

SdiSourceArn

The ARN of the SdiSource resource.

public string SdiSourceArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

SdiSourceId

The Id of the SdiSource resource.

public string SdiSourceId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

ISdiSourceReference
Back to top Generated by DocFX