Service

class Service

Detailed data of an Proton service 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.

Link copied to clipboard

The name of the code repository branch that holds the code that's deployed in Proton.

Link copied to clipboard

The time when the service was created.

Link copied to clipboard

A description of the service.

Link copied to clipboard

The time when the service was last modified.

Link copied to clipboard

The name of the service.

Link copied to clipboard

The service pipeline detail data.

Link copied to clipboard

The Amazon Resource Name (ARN) of the repository connection. For more information, see Setting up an AWS CodeStar connection in the Proton User Guide.

Link copied to clipboard

The ID of the source code repository.

Link copied to clipboard

The formatted specification that defines the service.

Link copied to clipboard

The status of the service.

Link copied to clipboard

A service status message.

Link copied to clipboard

The name of the service template.

Functions

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