List Databases
| ssmsap_list_databases | R Documentation |
Lists the SAP HANA databases of an application registered with AWS Systems Manager for SAP¶
Description¶
Lists the SAP HANA databases of an application registered with AWS Systems Manager for SAP.
Usage¶
Arguments¶
ApplicationIdThe ID of the application.
ComponentIdThe ID of the component.
NextTokenThe token for the next page of results.
MaxResultsThe maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value. If you do not specify a value for MaxResults, the request returns 50 items per page by default.
Value¶
A list with the following syntax:
list(
Databases = list(
list(
ApplicationId = "string",
ComponentId = "string",
DatabaseId = "string",
DatabaseType = "SYSTEM"|"TENANT",
Arn = "string",
Tags = list(
"string"
)
)
),
NextToken = "string"
)