Class SdiSourceReference
A reference to a SdiSource resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated
SdiSourceId
The Id of the SdiSource resource.
public string SdiSourceId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated