creating constant
LifecycleState
const creating
The resource has been marked for creation by the user. It will remain in this state until the creation is complete.
Implementation
static const creating = LifecycleState('CREATING');