DeploymentState

sealed class DeploymentState

The detailed data about the current state of the deployment.

Inheritors

Types

Link copied to clipboard
data class Component(val value: ComponentState) : DeploymentState

The state of the component associated with the deployment.

Link copied to clipboard

The state of the environment associated with the deployment.

Link copied to clipboard
Link copied to clipboard

The state of the service instance associated with the deployment.

Link copied to clipboard

The state of the service pipeline associated with the deployment.

Functions

Link copied to clipboard

Casts this DeploymentState as a Component and retrieves its aws.sdk.kotlin.services.proton.model.ComponentState value. Throws an exception if the DeploymentState is not a Component.

Link copied to clipboard
Link copied to clipboard

Casts this DeploymentState as a Environment and retrieves its aws.sdk.kotlin.services.proton.model.EnvironmentState value. Throws an exception if the DeploymentState is not a Environment.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard