Pipe

class Pipe

An object that represents a pipe. Amazon EventBridgePipes connect event sources to targets and reduces the need for specialized knowledge and integration code.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The ARN of the pipe.

Link copied to clipboard

The time the pipe was created.

Link copied to clipboard

The state the pipe is in.

Link copied to clipboard

The state the pipe should be in.

Link copied to clipboard

The ARN of the enrichment resource.

Link copied to clipboard

When the pipe was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).

Link copied to clipboard
val name: String?

The name of the pipe.

Link copied to clipboard

The ARN of the source resource.

Link copied to clipboard

The reason the pipe is in its current state.

Link copied to clipboard

The ARN of the target resource.

Functions

Link copied to clipboard
inline fun copy(block: Pipe.Builder.() -> Unit = {}): Pipe
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String