state property
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;
The state of the environment. An environment can be in one of the following
states: READY_FOR_DEPLOYMENT
, DEPLOYING
,
ROLLING_BACK
, or ROLLED_BACK
final EnvironmentState? state;