/AWS1/CL_SSSDATABASE¶
The SAP HANA database of the application registered with AWS Systems Manager for SAP.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_applicationid
TYPE /AWS1/SSSAPPLICATIONID
/AWS1/SSSAPPLICATIONID
¶
The ID of the application.
iv_componentid
TYPE /AWS1/SSSCOMPONENTID
/AWS1/SSSCOMPONENTID
¶
The ID of the component.
it_credentials
TYPE /AWS1/CL_SSSAPPLICATIONCRED=>TT_APPLICATIONCREDENTIALLIST
TT_APPLICATIONCREDENTIALLIST
¶
The credentials of the database.
iv_databaseid
TYPE /AWS1/SSSDATABASEID
/AWS1/SSSDATABASEID
¶
The ID of the SAP HANA database.
iv_databasename
TYPE /AWS1/SSSSTRING
/AWS1/SSSSTRING
¶
The name of the database.
iv_databasetype
TYPE /AWS1/SSSDATABASETYPE
/AWS1/SSSDATABASETYPE
¶
The type of the database.
iv_arn
TYPE /AWS1/SSSSSMSAPARN
/AWS1/SSSSSMSAPARN
¶
The Amazon Resource Name (ARN) of the database.
iv_status
TYPE /AWS1/SSSDATABASESTATUS
/AWS1/SSSDATABASESTATUS
¶
The status of the database.
iv_primaryhost
TYPE /AWS1/SSSSTRING
/AWS1/SSSSTRING
¶
The primary host of the database.
iv_sqlport
TYPE /AWS1/SSSINTEGER
/AWS1/SSSINTEGER
¶
The SQL port of the database.
iv_lastupdated
TYPE /AWS1/SSSTIMESTAMP
/AWS1/SSSTIMESTAMP
¶
The time at which the database was last updated.
it_connectedcomponentarns
TYPE /AWS1/CL_SSSCOMPONENTARNLIST_W=>TT_COMPONENTARNLIST
TT_COMPONENTARNLIST
¶
The Amazon Resource Names of the connected AWS Systems Manager for SAP components.
Queryable Attributes¶
ApplicationId¶
The ID of the application.
Accessible with the following methods¶
Method | Description |
---|---|
GET_APPLICATIONID() |
Getter for APPLICATIONID, with configurable default |
ASK_APPLICATIONID() |
Getter for APPLICATIONID w/ exceptions if field has no value |
HAS_APPLICATIONID() |
Determine if APPLICATIONID has a value |
ComponentId¶
The ID of the component.
Accessible with the following methods¶
Method | Description |
---|---|
GET_COMPONENTID() |
Getter for COMPONENTID, with configurable default |
ASK_COMPONENTID() |
Getter for COMPONENTID w/ exceptions if field has no value |
HAS_COMPONENTID() |
Determine if COMPONENTID has a value |
Credentials¶
The credentials of the database.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREDENTIALS() |
Getter for CREDENTIALS, with configurable default |
ASK_CREDENTIALS() |
Getter for CREDENTIALS w/ exceptions if field has no value |
HAS_CREDENTIALS() |
Determine if CREDENTIALS has a value |
DatabaseId¶
The ID of the SAP HANA database.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DATABASEID() |
Getter for DATABASEID, with configurable default |
ASK_DATABASEID() |
Getter for DATABASEID w/ exceptions if field has no value |
HAS_DATABASEID() |
Determine if DATABASEID has a value |
DatabaseName¶
The name of the database.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DATABASENAME() |
Getter for DATABASENAME, with configurable default |
ASK_DATABASENAME() |
Getter for DATABASENAME w/ exceptions if field has no value |
HAS_DATABASENAME() |
Determine if DATABASENAME has a value |
DatabaseType¶
The type of the database.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DATABASETYPE() |
Getter for DATABASETYPE, with configurable default |
ASK_DATABASETYPE() |
Getter for DATABASETYPE w/ exceptions if field has no value |
HAS_DATABASETYPE() |
Determine if DATABASETYPE has a value |
Arn¶
The Amazon Resource Name (ARN) of the database.
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 |
Status¶
The status of the database.
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 |
PrimaryHost¶
The primary host of the database.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PRIMARYHOST() |
Getter for PRIMARYHOST, with configurable default |
ASK_PRIMARYHOST() |
Getter for PRIMARYHOST w/ exceptions if field has no value |
HAS_PRIMARYHOST() |
Determine if PRIMARYHOST has a value |
SQLPort¶
The SQL port of the database.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SQLPORT() |
Getter for SQLPORT, with configurable default |
ASK_SQLPORT() |
Getter for SQLPORT w/ exceptions if field has no value |
HAS_SQLPORT() |
Determine if SQLPORT has a value |
LastUpdated¶
The time at which the database was last updated.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTUPDATED() |
Getter for LASTUPDATED, with configurable default |
ASK_LASTUPDATED() |
Getter for LASTUPDATED w/ exceptions if field has no value |
HAS_LASTUPDATED() |
Determine if LASTUPDATED has a value |
ConnectedComponentArns¶
The Amazon Resource Names of the connected AWS Systems Manager for SAP components.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONNECTEDCOMPONENTARNS() |
Getter for CONNECTEDCOMPONENTARNS, with configurable default |
ASK_CONNECTEDCOMPONENTARNS() |
Getter for CONNECTEDCOMPONENTARNS w/ exceptions if field has |
HAS_CONNECTEDCOMPONENTARNS() |
Determine if CONNECTEDCOMPONENTARNS has a value |