Skip to content

/AWS1/CL_OSRCREAPPLICATIONRSP

CreateApplicationResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_id TYPE /AWS1/OSRID /AWS1/OSRID

The unique identifier assigned to the OpenSearch application.

iv_name TYPE /AWS1/OSRAPPLICATIONNAME /AWS1/OSRAPPLICATIONNAME

The name of the 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 linked to the OpenSearch application.

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

The IAM Identity Center settings configured for the OpenSearch application.

it_appconfigs TYPE /AWS1/CL_OSRAPPCONFIG=>TT_APPCONFIGS TT_APPCONFIGS

Configuration settings for the OpenSearch application, including administrative options.

it_taglist TYPE /AWS1/CL_OSRTAG=>TT_TAGLIST TT_TAGLIST

A list of tags attached to a domain.

iv_createdat TYPE /AWS1/OSRTIMESTAMP /AWS1/OSRTIMESTAMP

The timestamp indicating when the OpenSearch application was created.

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 assigned to 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

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

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 linked to 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

iamIdentityCenterOptions

The IAM Identity Center settings configured for the OpenSearch application.

Accessible with the following methods

Method Description
GET_IAMIDENTITYCENTEROPTIONS() Getter for IAMIDENTITYCENTEROPTIONS

appConfigs

Configuration settings for the OpenSearch application, including administrative options.

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

tagList

A list of tags attached to a domain.

Accessible with the following methods

Method Description
GET_TAGLIST() Getter for TAGLIST, with configurable default
ASK_TAGLIST() Getter for TAGLIST w/ exceptions if field has no value
HAS_TAGLIST() Determine if TAGLIST has a value

createdAt

The timestamp indicating 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

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