/AWS1/CL_MIGDATASTOREPRPS¶
The properties associated with the data store.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_datastoreid TYPE /AWS1/MIGDATASTOREID /AWS1/MIGDATASTOREID¶
The data store identifier.
iv_datastorename TYPE /AWS1/MIGDATASTORENAME /AWS1/MIGDATASTORENAME¶
The data store name.
iv_datastorestatus TYPE /AWS1/MIGDATASTORESTATUS /AWS1/MIGDATASTORESTATUS¶
The data store status.
Optional arguments:¶
iv_kmskeyarn TYPE /AWS1/MIGKMSKEYARN /AWS1/MIGKMSKEYARN¶
The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.
iv_lambdaauthorizerarn TYPE /AWS1/MIGLAMBDAARN /AWS1/MIGLAMBDAARN¶
The ARN of the authorizer's Lambda function.
iv_losslessstorageformat TYPE /AWS1/MIGLOSSLESSSTORAGEFORMAT /AWS1/MIGLOSSLESSSTORAGEFORMAT¶
The datastore's lossless storage format.
iv_datastorearn TYPE /AWS1/MIGARN /AWS1/MIGARN¶
The Amazon Resource Name (ARN) for the data store.
iv_createdat TYPE /AWS1/MIGDATE /AWS1/MIGDATE¶
The timestamp when the data store was created.
iv_updatedat TYPE /AWS1/MIGDATE /AWS1/MIGDATE¶
The timestamp when the data store was last updated.
Queryable Attributes¶
datastoreId¶
The data store identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASTOREID() |
Getter for DATASTOREID, with configurable default |
ASK_DATASTOREID() |
Getter for DATASTOREID w/ exceptions if field has no value |
HAS_DATASTOREID() |
Determine if DATASTOREID has a value |
datastoreName¶
The data store name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASTORENAME() |
Getter for DATASTORENAME, with configurable default |
ASK_DATASTORENAME() |
Getter for DATASTORENAME w/ exceptions if field has no value |
HAS_DATASTORENAME() |
Determine if DATASTORENAME has a value |
datastoreStatus¶
The data store status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASTORESTATUS() |
Getter for DATASTORESTATUS, with configurable default |
ASK_DATASTORESTATUS() |
Getter for DATASTORESTATUS w/ exceptions if field has no val |
HAS_DATASTORESTATUS() |
Determine if DATASTORESTATUS has a value |
kmsKeyArn¶
The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.
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 |
lambdaAuthorizerArn¶
The ARN of the authorizer's Lambda function.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAMBDAAUTHORIZERARN() |
Getter for LAMBDAAUTHORIZERARN, with configurable default |
ASK_LAMBDAAUTHORIZERARN() |
Getter for LAMBDAAUTHORIZERARN w/ exceptions if field has no |
HAS_LAMBDAAUTHORIZERARN() |
Determine if LAMBDAAUTHORIZERARN has a value |
losslessStorageFormat¶
The datastore's lossless storage format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOSSLESSSTORAGEFORMAT() |
Getter for LOSSLESSSTORAGEFORMAT, with configurable default |
ASK_LOSSLESSSTORAGEFORMAT() |
Getter for LOSSLESSSTORAGEFORMAT w/ exceptions if field has |
HAS_LOSSLESSSTORAGEFORMAT() |
Determine if LOSSLESSSTORAGEFORMAT has a value |
datastoreArn¶
The Amazon Resource Name (ARN) for the data store.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASTOREARN() |
Getter for DATASTOREARN, with configurable default |
ASK_DATASTOREARN() |
Getter for DATASTOREARN w/ exceptions if field has no value |
HAS_DATASTOREARN() |
Determine if DATASTOREARN has a value |
createdAt¶
The timestamp when the data store 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 |
updatedAt¶
The timestamp when the data store was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |