PipelineDescription

Contains pipeline metadata.

Types

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

Properties

Link copied to clipboard

Description of the pipeline.

Link copied to clipboard

A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.

Link copied to clipboard

The name of the pipeline.

Link copied to clipboard

The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

Link copied to clipboard
val tags: List<Tag>?

A list of tags to associated with a pipeline. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

Functions

Link copied to clipboard
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