/AWS1/CL_OSRDATASOURCE¶
Data sources that are associated with an OpenSearch application.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_datasourcearn 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.
iv_datasourcedescription TYPE /AWS1/OSRDATASOURCEDESCRIPTION /AWS1/OSRDATASOURCEDESCRIPTION¶
Detailed description of a data source.
iv_iamrolefordatasourcearn TYPE /AWS1/OSRROLEARN /AWS1/OSRROLEARN¶
The ARN of the IAM role to be used for cross account/region data source association.
Queryable Attributes¶
dataSourceArn¶
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_DATASOURCEARN() |
Getter for DATASOURCEARN, with configurable default |
ASK_DATASOURCEARN() |
Getter for DATASOURCEARN w/ exceptions if field has no value |
HAS_DATASOURCEARN() |
Determine if DATASOURCEARN has a value |
dataSourceDescription¶
Detailed description of a data source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASOURCEDESCRIPTION() |
Getter for DATASOURCEDESCRIPTION, with configurable default |
ASK_DATASOURCEDESCRIPTION() |
Getter for DATASOURCEDESCRIPTION w/ exceptions if field has |
HAS_DATASOURCEDESCRIPTION() |
Determine if DATASOURCEDESCRIPTION has a value |
iamRoleForDataSourceArn¶
The ARN of the IAM role to be used for cross account/region data source association.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IAMROLEFORDATASOURCEARN() |
Getter for IAMROLEFORDATASOURCEARN, with configurable defaul |
ASK_IAMROLEFORDATASOURCEARN() |
Getter for IAMROLEFORDATASOURCEARN w/ exceptions if field ha |
HAS_IAMROLEFORDATASOURCEARN() |
Determine if IAMROLEFORDATASOURCEARN 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_DATASOURCES¶
TYPES TT_DATASOURCES TYPE STANDARD TABLE OF REF TO /AWS1/CL_OSRDATASOURCE WITH DEFAULT KEY
.