Skip to content

/AWS1/CL_M2_APPLICATIONSUMMARY

A subset of the possible application attributes. Used in the application list.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_name TYPE /AWS1/M2_ENTITYNAME /AWS1/M2_ENTITYNAME

The name of the application.

iv_applicationid TYPE /AWS1/M2_IDENTIFIER /AWS1/M2_IDENTIFIER

The unique identifier of the application.

iv_applicationarn TYPE /AWS1/M2_ARN /AWS1/M2_ARN

The Amazon Resource Name (ARN) of the application.

iv_applicationversion TYPE /AWS1/M2_VERSION /AWS1/M2_VERSION

The version of the application.

iv_status TYPE /AWS1/M2_APPLICATIONLIFECYCLE /AWS1/M2_APPLICATIONLIFECYCLE

The status of the application.

iv_enginetype TYPE /AWS1/M2_ENGINETYPE /AWS1/M2_ENGINETYPE

The type of the target platform for this application.

iv_creationtime TYPE /AWS1/M2_TIMESTAMP /AWS1/M2_TIMESTAMP

The timestamp when the application was created.

Optional arguments:

iv_description TYPE /AWS1/M2_ENTITYDESCRIPTION /AWS1/M2_ENTITYDESCRIPTION

The description of the application.

iv_environmentid TYPE /AWS1/M2_IDENTIFIER /AWS1/M2_IDENTIFIER

The unique identifier of the runtime environment that hosts this application.

iv_laststarttime TYPE /AWS1/M2_TIMESTAMP /AWS1/M2_TIMESTAMP

The timestamp when you last started the application. Null until the application runs for the first time.

iv_versionstatus TYPE /AWS1/M2_APPLICATIONVERSIONLC /AWS1/M2_APPLICATIONVERSIONLC

Indicates the status of the latest version of the application.

iv_deploymentstatus TYPE /AWS1/M2_APPLICATIONDEPLOYME00 /AWS1/M2_APPLICATIONDEPLOYME00

Indicates either an ongoing deployment or if the application has ever deployed successfully.

iv_rolearn TYPE /AWS1/M2_ARN /AWS1/M2_ARN

The Amazon Resource Name (ARN) of the role associated with the application.


Queryable Attributes

name

The name of the application.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

description

The description of the application.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

applicationId

The unique identifier of the application.

Accessible with the following methods

Method Description
GET_APPLICATIONID() Getter for APPLICATIONID, with configurable default
ASK_APPLICATIONID() Getter for APPLICATIONID w/ exceptions if field has no value
HAS_APPLICATIONID() Determine if APPLICATIONID has a value

applicationArn

The Amazon Resource Name (ARN) of the application.

Accessible with the following methods

Method Description
GET_APPLICATIONARN() Getter for APPLICATIONARN, with configurable default
ASK_APPLICATIONARN() Getter for APPLICATIONARN w/ exceptions if field has no valu
HAS_APPLICATIONARN() Determine if APPLICATIONARN has a value

applicationVersion

The version of the application.

Accessible with the following methods

Method Description
GET_APPLICATIONVERSION() Getter for APPLICATIONVERSION, with configurable default
ASK_APPLICATIONVERSION() Getter for APPLICATIONVERSION w/ exceptions if field has no
HAS_APPLICATIONVERSION() Determine if APPLICATIONVERSION has a value

status

The status of the application.

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

engineType

The type of the target platform for this application.

Accessible with the following methods

Method Description
GET_ENGINETYPE() Getter for ENGINETYPE, with configurable default
ASK_ENGINETYPE() Getter for ENGINETYPE w/ exceptions if field has no value
HAS_ENGINETYPE() Determine if ENGINETYPE has a value

creationTime

The timestamp when the application was created.

Accessible with the following methods

Method Description
GET_CREATIONTIME() Getter for CREATIONTIME, with configurable default
ASK_CREATIONTIME() Getter for CREATIONTIME w/ exceptions if field has no value
HAS_CREATIONTIME() Determine if CREATIONTIME has a value

environmentId

The unique identifier of the runtime environment that hosts this application.

Accessible with the following methods

Method Description
GET_ENVIRONMENTID() Getter for ENVIRONMENTID, with configurable default
ASK_ENVIRONMENTID() Getter for ENVIRONMENTID w/ exceptions if field has no value
HAS_ENVIRONMENTID() Determine if ENVIRONMENTID has a value

lastStartTime

The timestamp when you last started the application. Null until the application runs for the first time.

Accessible with the following methods

Method Description
GET_LASTSTARTTIME() Getter for LASTSTARTTIME, with configurable default
ASK_LASTSTARTTIME() Getter for LASTSTARTTIME w/ exceptions if field has no value
HAS_LASTSTARTTIME() Determine if LASTSTARTTIME has a value

versionStatus

Indicates the status of the latest version of the application.

Accessible with the following methods

Method Description
GET_VERSIONSTATUS() Getter for VERSIONSTATUS, with configurable default
ASK_VERSIONSTATUS() Getter for VERSIONSTATUS w/ exceptions if field has no value
HAS_VERSIONSTATUS() Determine if VERSIONSTATUS has a value

deploymentStatus

Indicates either an ongoing deployment or if the application has ever deployed successfully.

Accessible with the following methods

Method Description
GET_DEPLOYMENTSTATUS() Getter for DEPLOYMENTSTATUS, with configurable default
ASK_DEPLOYMENTSTATUS() Getter for DEPLOYMENTSTATUS w/ exceptions if field has no va
HAS_DEPLOYMENTSTATUS() Determine if DEPLOYMENTSTATUS has a value

roleArn

The Amazon Resource Name (ARN) of the role associated with the application.

Accessible with the following methods

Method Description
GET_ROLEARN() Getter for ROLEARN, with configurable default
ASK_ROLEARN() Getter for ROLEARN w/ exceptions if field has no value
HAS_ROLEARN() Determine if ROLEARN has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_APPLICATIONSUMMARYLIST

TYPES TT_APPLICATIONSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_M2_APPLICATIONSUMMARY WITH DEFAULT KEY
.