Interface IPipe
(experimental) Interface representing a created or an imported Pipe.
Namespace: Amazon.CDK.AWS.Pipes.Alpha
Assembly: Amazon.CDK.AWS.Pipes.Alpha.dll
Syntax (csharp)
public interface IPipe : IResource, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IPipe Inherits IResource, IConstruct, IDependable, IEnvironmentAware
Remarks
Stability: Experimental
Synopsis
Properties
| PipeArn | (experimental) The ARN of the pipe. |
| PipeName | (experimental) The name of the pipe. |
| PipeRole | (experimental) The role used by the pipe. |
Properties
PipeArn
(experimental) The ARN of the pipe.
string PipeArn { get; }
Property Value
Remarks
Stability: Experimental
Attribute: true
PipeName
(experimental) The name of the pipe.
string PipeName { get; }
Property Value
Remarks
Stability: Experimental
Attribute: true
PipeRole
(experimental) The role used by the pipe.
IRole PipeRole { get; }
Property Value
Remarks
For imported pipes it assumes that the default role is used.
Stability: Experimental
Attribute: true