ServicePipeline

Detailed data of an Proton service instance pipeline resource.

Types

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

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the service pipeline.

Link copied to clipboard

The time when the service pipeline was created.

Link copied to clipboard

The deployment status of the service pipeline.

Link copied to clipboard

A service pipeline deployment status message.

Link copied to clipboard

The ID of the last attempted deployment of this service pipeline.

Link copied to clipboard

The time when a deployment of the service pipeline was last attempted.

Link copied to clipboard

The time when the service pipeline was last deployed successfully.

Link copied to clipboard

The ID of the last successful deployment of this service pipeline.

Link copied to clipboard
val spec: String?

The service spec that was used to create the service pipeline.

Link copied to clipboard

The major version of the service template that was used to create the service pipeline.

Link copied to clipboard

The minor version of the service template that was used to create the service pipeline.

Link copied to clipboard

The name of the service template that was used to create the service pipeline.

Functions

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