UpdatePipeRequest

Types

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

Properties

Link copied to clipboard

A description of the pipe.

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

The parameters required to set up enrichment on your pipe.

Link copied to clipboard

The logging configuration settings for the pipe.

Link copied to clipboard
val name: String?

The name of the pipe.

Link copied to clipboard

The ARN of the role that allows the pipe to send data to the target.

Link copied to clipboard

The parameters required to set up a source for your pipe.

Link copied to clipboard

The ARN of the target resource.

Link copied to clipboard

The parameters required to set up a target for your pipe.

Functions

Link copied to clipboard
inline fun copy(block: UpdatePipeRequest.Builder.() -> Unit = {}): UpdatePipeRequest
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