DeploymentState
The detailed data about the current state of the deployment.
Inheritors
Types
The state of the component associated with the deployment.
The state of the environment associated with the deployment.
The state of the service instance associated with the deployment.
The state of the service pipeline associated with the deployment.
Functions
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.
Casts this DeploymentState as a Component and retrieves its aws.sdk.kotlin.services.proton.model.ComponentState value. Returns null if the DeploymentState is not a Component.
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.
Casts this DeploymentState as a Environment and retrieves its aws.sdk.kotlin.services.proton.model.EnvironmentState value. Returns null if the DeploymentState is not a Environment.
Casts this DeploymentState as a ServiceInstance and retrieves its aws.sdk.kotlin.services.proton.model.ServiceInstanceState value. Throws an exception if the DeploymentState is not a ServiceInstance.
Casts this DeploymentState as a ServiceInstance and retrieves its aws.sdk.kotlin.services.proton.model.ServiceInstanceState value. Returns null if the DeploymentState is not a ServiceInstance.
Casts this DeploymentState as a ServicePipeline and retrieves its aws.sdk.kotlin.services.proton.model.ServicePipelineState value. Throws an exception if the DeploymentState is not a ServicePipeline.
Casts this DeploymentState as a ServicePipeline and retrieves its aws.sdk.kotlin.services.proton.model.ServicePipelineState value. Returns null if the DeploymentState is not a ServicePipeline.