ServiceInstance
The state of the service instance associated with the deployment.
Inherited 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.