state property

EnvironmentState? state
final

The state of the environment. An environment can be in one of the following states: READY_FOR_DEPLOYMENT, DEPLOYING, ROLLING_BACK, or ROLLED_BACK

Implementation

final EnvironmentState? state;