Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LogGroupLifecycleState

The log group object state. The states workflow is:

  1. CREATING Log group is being created, backend service contacted.
  2. ACTIVE Log group is active.
  3. UPDATING Object configuration change requested, but the backend service has not confirmed the update.
  4. INACTIVE Log group is disabled.
  5. DELETING Log group is being deleted.

Enumeration members

Active

Active: = "ACTIVE"

Creating

Creating: = "CREATING"

Deleting

Deleting: = "DELETING"

Failed

Failed: = "FAILED"

Inactive

Inactive: = "INACTIVE"

UnknownValue

UnknownValue: = "UNKNOWN_VALUE"

This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.

Updating

Updating: = "UPDATING"

Functions

getDeserializedJsonObj

getJsonObj