/AWS1/CL_OSRATTCHDATASOURCERSP¶
AttachDataSourceResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_attachmentid TYPE /AWS1/OSRSTRING /AWS1/OSRSTRING¶
The unique identifier assigned to the data source attachment.
iv_id TYPE /AWS1/OSRID /AWS1/OSRID¶
The unique identifier 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.
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_status TYPE /AWS1/OSRDATASRCATCHMTSTATUS /AWS1/OSRDATASRCATCHMTSTATUS¶
The status of the data source attachment. Valid values are
PENDING(waiting for resources to become active),ATTACHED(successfully attached), andFAILED(attachment timed out or encountered a non-retryable error).
Queryable Attributes¶
attachmentId¶
The unique identifier assigned to the data source attachment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTACHMENTID() |
Getter for ATTACHMENTID, with configurable default |
ASK_ATTACHMENTID() |
Getter for ATTACHMENTID w/ exceptions if field has no value |
HAS_ATTACHMENTID() |
Determine if ATTACHMENTID has a value |
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¶
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 |
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 |
status¶
The status of the data source attachment. Valid values are
PENDING(waiting for resources to become active),ATTACHED(successfully attached), andFAILED(attachment timed out or encountered a non-retryable error).
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 |