PipelineSummary

Returns a summary of a pipeline.

Types

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

Properties

Link copied to clipboard

The date and time the pipeline was created, in timestamp format.

Link copied to clipboard

The method that the pipeline will use to handle multiple executions. The default mode is SUPERSEDED.

Link copied to clipboard
val name: String?

The name of the pipeline.

Link copied to clipboard

CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can tailor your pipeline features and cost to the needs of your applications.

Link copied to clipboard

The date and time of the last update to the pipeline, in timestamp format.

Link copied to clipboard
val version: Int?

The version number of the pipeline.

Functions

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