Skip to content

/AWS1/CL_CTTLANDINGZONEDETAIL

Information about the landing zone.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_version TYPE /AWS1/CTTLANDINGZONEVERSION /AWS1/CTTLANDINGZONEVERSION

The landing zone's current deployed version.

io_manifest TYPE REF TO /AWS1/CL_RT_DOCUMENT /AWS1/CL_RT_DOCUMENT

The landing zone manifest JSON text file that specifies the landing zone configurations.

Optional arguments:

iv_arn TYPE /AWS1/CTTARN /AWS1/CTTARN

The ARN of the landing zone.

iv_status TYPE /AWS1/CTTLANDINGZONESTATUS /AWS1/CTTLANDINGZONESTATUS

The landing zone deployment status. One of ACTIVE, PROCESSING, FAILED.

iv_latestavailableversion TYPE /AWS1/CTTLANDINGZONEVERSION /AWS1/CTTLANDINGZONEVERSION

The latest available version of the landing zone.

io_driftstatus TYPE REF TO /AWS1/CL_CTTLANDINGZONEDRIFT00 /AWS1/CL_CTTLANDINGZONEDRIFT00

The drift status of the landing zone.


Queryable Attributes

version

The landing zone's current deployed version.

Accessible with the following methods

Method Description
GET_VERSION() Getter for VERSION, with configurable default
ASK_VERSION() Getter for VERSION w/ exceptions if field has no value
HAS_VERSION() Determine if VERSION has a value

manifest

The landing zone manifest JSON text file that specifies the landing zone configurations.

Accessible with the following methods

Method Description
GET_MANIFEST() Getter for MANIFEST, with configurable default
ASK_MANIFEST() Getter for MANIFEST w/ exceptions if field has no value
HAS_MANIFEST() Determine if MANIFEST has a value

arn

The ARN of the landing zone.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

status

The landing zone deployment status. One of ACTIVE, PROCESSING, FAILED.

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

latestAvailableVersion

The latest available version of the landing zone.

Accessible with the following methods

Method Description
GET_LATESTAVAILABLEVERSION() Getter for LATESTAVAILABLEVERSION, with configurable default
ASK_LATESTAVAILABLEVERSION() Getter for LATESTAVAILABLEVERSION w/ exceptions if field has
HAS_LATESTAVAILABLEVERSION() Determine if LATESTAVAILABLEVERSION has a value

driftStatus

The drift status of the landing zone.

Accessible with the following methods

Method Description
GET_DRIFTSTATUS() Getter for DRIFTSTATUS