Show / Hide Table of Contents

Interface IPipe

(experimental) Interface representing a created or an imported Pipe.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IEnvironmentAware.Env
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

string

Remarks

Stability: Experimental

Attribute: true

Link: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pipes-pipe.html#Arn-fn::getatt

PipeName

(experimental) The name of the pipe.

string PipeName { get; }
Property Value

string

Remarks

Stability: Experimental

Attribute: true

Link: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pipes-pipe.html#cfn-pipes-pipe-name

PipeRole

(experimental) The role used by the pipe.

IRole PipeRole { get; }
Property Value

IRole

Remarks

For imported pipes it assumes that the default role is used.

Stability: Experimental

Attribute: true

Back to top Generated by DocFX