Skip to content

/AWS1/CL_CL9ENVIRONMENTLC

Information about the current creation or deletion lifecycle state of an Cloud9 development environment.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_status TYPE /AWS1/CL9ENVIRONMENTLCSTATUS /AWS1/CL9ENVIRONMENTLCSTATUS

The current creation or deletion lifecycle state of the environment.

  • CREATING: The environment is in the process of being created.

  • CREATED: The environment was successfully created.

  • CREATE_FAILED: The environment failed to be created.

  • DELETING: The environment is in the process of being deleted.

  • DELETE_FAILED: The environment failed to delete.

iv_reason TYPE /AWS1/CL9STRING /AWS1/CL9STRING

Any informational message about the lifecycle state of the environment.

iv_failureresource TYPE /AWS1/CL9STRING /AWS1/CL9STRING

If the environment failed to delete, the Amazon Resource Name (ARN) of the related Amazon Web Services resource.


Queryable Attributes

status

The current creation or deletion lifecycle state of the environment.

  • CREATING: The environment is in the process of being created.

  • CREATED: The environment was successfully created.

  • CREATE_FAILED: The environment failed to be created.

  • DELETING: The environment is in the process of being deleted.

  • DELETE_FAILED: The environment failed to delete.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

reason

Any informational message about the lifecycle state of the environment.

Accessible with the following methods

Method Description
GET_REASON() Getter for REASON, with configurable default
ASK_REASON() Getter for REASON w/ exceptions if field has no value
HAS_REASON() Determine if REASON has a value

failureResource

If the environment failed to delete, the Amazon Resource Name (ARN) of the related Amazon Web Services resource.

Accessible with the following methods

Method Description
GET_FAILURERESOURCE() Getter for FAILURERESOURCE, with configurable default
ASK_FAILURERESOURCE() Getter for FAILURERESOURCE w/ exceptions if field has no val
HAS_FAILURERESOURCE() Determine if FAILURERESOURCE has a value