resourceStatus
Enum representing the status of a Resource.
Possible Values
value |
description |
ACTIVE |
The resource is active and exists.
|
PENDING_APPROVAL |
The resource has been created, but is not yet visible to the user pending a post-provisioning
approval for the request that created it. Note that a resource will enter this state
regardless of whether the request that created it actually requires approval. In that case,
the request will be automatically approved and the resource will be marked as #ACTIVE
.
|
REJECTED |
The post-provisioning approval for the request that created the resource was rejected. The
resource is not available to the requesting user and may be cleaned up by the provider.
|
DELETED |
The resource no longer exists.
|