Show / Hide Table of Contents

Class FlowSourceReference

A reference to a FlowSource resource.

Inheritance
object
FlowSourceReference
Implements
IFlowSourceReference
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.MediaConnect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class FlowSourceReference : IFlowSourceReference
Syntax (vb)
Public Class FlowSourceReference Implements IFlowSourceReference
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.MediaConnect;

            var flowSourceReference = new FlowSourceReference {
                SourceArn = "sourceArn"
            };

Synopsis

Constructors

FlowSourceReference()

A reference to a FlowSource resource.

Properties

SourceArn

The SourceArn of the FlowSource resource.

Constructors

FlowSourceReference()

A reference to a FlowSource resource.

public FlowSourceReference()
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.MediaConnect;

            var flowSourceReference = new FlowSourceReference {
                SourceArn = "sourceArn"
            };

Properties

SourceArn

The SourceArn of the FlowSource resource.

public string SourceArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IFlowSourceReference
Back to top Generated by DocFX