ServiceInstance

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

Link copied to clipboard

The time when the service instance was created.

Link copied to clipboard

The service instance deployment status.

Link copied to clipboard

The message associated with the service instance deployment status.

Link copied to clipboard

The name of the environment that the service instance was deployed into.

Link copied to clipboard

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

Link copied to clipboard

The last client request token received.

Link copied to clipboard

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

Link copied to clipboard

The time when the service instance was last deployed successfully.

Link copied to clipboard

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

Link copied to clipboard

The name of the service instance.

Link copied to clipboard

The name of the service that the service instance belongs to.

Link copied to clipboard
val spec: String?

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Functions

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