Show / Hide Table of Contents

Interface IFlowOutput

(experimental) Interface for Flow Output.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IFlowOutputRef.FlowOutputRef
IEnvironmentAware.Env
Namespace: Amazon.CDK.AWS.MediaConnect.Alpha
Assembly: Amazon.CDK.AWS.MediaConnect.Alpha.dll
Syntax (csharp)
public interface IFlowOutput : IResource, IFlowOutputRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IFlowOutput Inherits IResource, IFlowOutputRef, IConstruct, IDependable, IEnvironmentAware
Remarks

Stability: Experimental

Synopsis

Properties

FlowOutputArn

(experimental) The Amazon Resource Name (ARN) of the flow output.

Properties

FlowOutputArn

(experimental) The Amazon Resource Name (ARN) of the flow output.

string FlowOutputArn { get; }
Property Value

string

Remarks

Stability: Experimental

Attribute: true

Back to top Generated by DocFX