Skip to content

/AWS1/CL_OSRUPDAPPLICATIONRSP

UpdateApplicationResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_id TYPE /AWS1/OSRID /AWS1/OSRID

The unique identifier of the updated OpenSearch application.

iv_name TYPE /AWS1/OSRAPPLICATIONNAME /AWS1/OSRAPPLICATIONNAME

The name of the updated OpenSearch application.

iv_arn TYPE /AWS1/OSRARN /AWS1/OSRARN

The Amazon Resource Name (ARN) of the domain. See Identifiers for IAM Entities in Using Amazon Web Services Identity and Access Management for more information.

it_datasources TYPE /AWS1/CL_OSRDATASOURCE=>TT_DATASOURCES TT_DATASOURCES

The data sources associated with the updated OpenSearch application.

io_iamidentitycenteroptions TYPE REF TO /AWS1/CL_OSRIAMIDCENTEROPTIONS /AWS1/CL_OSRIAMIDCENTEROPTIONS

The IAM Identity Center configuration for the updated OpenSearch application.

it_appconfigs TYPE /AWS1/CL_OSRAPPCONFIG=>TT_APPCONFIGS TT_APPCONFIGS

The configuration settings for the updated OpenSearch application.

iv_createdat TYPE /AWS1/OSRTIMESTAMP /AWS1/OSRTIMESTAMP

The timestamp when the OpenSearch application was originally created.

iv_lastupdatedat TYPE /AWS1/OSRTIMESTAMP /AWS1/OSRTIMESTAMP

The timestamp when the OpenSearch application was last updated.


Queryable Attributes

id

The unique identifier of the updated OpenSearch application.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

name

The name of the updated OpenSearch 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

arn

The Amazon Resource Name (ARN) of the domain. See Identifiers for IAM Entities in Using Amazon Web Services Identity and Access Management for more information.

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

dataSources

The data sources associated with the updated OpenSearch application.

Accessible with the following methods

Method Description
GET_DATASOURCES() Getter for DATASOURCES, with configurable default
ASK_DATASOURCES() Getter for DATASOURCES w/ exceptions if field has no value
HAS_DATASOURCES() Determine if DATASOURCES has a value

iamIdentityCenterOptions

The IAM Identity Center configuration for the updated OpenSearch application.

Accessible with the following methods

Method Description
GET_IAMIDENTITYCENTEROPTIONS() Getter for IAMIDENTITYCENTEROPTIONS

appConfigs

The configuration settings for the updated OpenSearch application.

Accessible with the following methods

Method Description
GET_APPCONFIGS() Getter for APPCONFIGS, with configurable default
ASK_APPCONFIGS() Getter for APPCONFIGS w/ exceptions if field has no value
HAS_APPCONFIGS() Determine if APPCONFIGS has a value

createdAt

The timestamp when the OpenSearch application was originally created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

lastUpdatedAt

The timestamp when the OpenSearch application was last updated.

Accessible with the following methods

Method Description
GET_LASTUPDATEDAT() Getter for LASTUPDATEDAT, with configurable default
ASK_LASTUPDATEDAT() Getter for LASTUPDATEDAT w/ exceptions if field has no value
HAS_LASTUPDATEDAT() Determine if LASTUPDATEDAT has a value