/AWS1/CL_OSRGETAPPLICATIONRSP¶
GetApplicationResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/OSRID /AWS1/OSRID¶
The unique identifier of the OpenSearch application.
iv_arn TYPE /AWS1/OSRARN /AWS1/OSRARN¶
arn
iv_name TYPE /AWS1/OSRAPPLICATIONNAME /AWS1/OSRAPPLICATIONNAME¶
The name of the OpenSearch application.
iv_endpoint TYPE /AWS1/OSRSTRING /AWS1/OSRSTRING¶
The endpoint URL of the OpenSearch application.
iv_status TYPE /AWS1/OSRAPPLICATIONSTATUS /AWS1/OSRAPPLICATIONSTATUS¶
The current status of the OpenSearch application. Possible values:
CREATING,UPDATING,DELETING,FAILED,ACTIVE, andDELETED.
io_iamidentitycenteroptions TYPE REF TO /AWS1/CL_OSRIAMIDCENTEROPTIONS /AWS1/CL_OSRIAMIDCENTEROPTIONS¶
The IAM Identity Center settings configured for the OpenSearch application.
it_datasources TYPE /AWS1/CL_OSRDATASOURCE=>TT_DATASOURCES TT_DATASOURCES¶
The data sources associated with the OpenSearch application.
it_appconfigs TYPE /AWS1/CL_OSRAPPCONFIG=>TT_APPCONFIGS TT_APPCONFIGS¶
The configuration settings of the OpenSearch application.
iv_createdat TYPE /AWS1/OSRTIMESTAMP /AWS1/OSRTIMESTAMP¶
The timestamp when the OpenSearch application was created.
iv_lastupdatedat TYPE /AWS1/OSRTIMESTAMP /AWS1/OSRTIMESTAMP¶
The timestamp of the last update to the OpenSearch application.
iv_kmskeyarn TYPE /AWS1/OSRKMSKEYARN /AWS1/OSRKMSKEYARN¶
The Amazon Resource Name (ARN) of the KMS key used to encrypt the application's data at rest.
Queryable Attributes¶
id¶
The unique identifier of the 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 |
arn¶
arn
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 |
name¶
The name of the 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 |
endpoint¶
The endpoint URL of the OpenSearch application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINT() |
Getter for ENDPOINT, with configurable default |
ASK_ENDPOINT() |
Getter for ENDPOINT w/ exceptions if field has no value |
HAS_ENDPOINT() |
Determine if ENDPOINT has a value |
status¶
The current status of the OpenSearch application. Possible values:
CREATING,UPDATING,DELETING,FAILED,ACTIVE, andDELETED.
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 |
iamIdentityCenterOptions¶
The IAM Identity Center settings configured for the OpenSearch application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IAMIDENTITYCENTEROPTIONS() |
Getter for IAMIDENTITYCENTEROPTIONS |
dataSources¶
The data sources associated with the 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 |
appConfigs¶
The configuration settings of the 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 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 of the last update to the OpenSearch application.
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 |
kmsKeyArn¶
The Amazon Resource Name (ARN) of the KMS key used to encrypt the application's data at rest.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KMSKEYARN() |
Getter for KMSKEYARN, with configurable default |
ASK_KMSKEYARN() |
Getter for KMSKEYARN w/ exceptions if field has no value |
HAS_KMSKEYARN() |
Determine if KMSKEYARN has a value |