Show / Hide Table of Contents

Interface IFlowSourceReference

A reference to a FlowSource resource.

Namespace: Amazon.CDK.Interfaces.MediaConnect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IFlowSourceReference
Syntax (vb)
Public Interface 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

Properties

SourceArn

The SourceArn of the FlowSource resource.

Properties

SourceArn

The SourceArn of the FlowSource resource.

string SourceArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX