List Applications
| ssmsap_list_applications | R Documentation |
Lists all the applications registered with AWS Systems Manager for SAP¶
Description¶
Lists all the applications registered with AWS Systems Manager for SAP.
Usage¶
Arguments¶
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.
FiltersThe filter of name, value, and operator.
Value¶
A list with the following syntax:
list(
Applications = list(
list(
Id = "string",
DiscoveryStatus = "SUCCESS"|"REGISTRATION_FAILED"|"REFRESH_FAILED"|"REGISTERING"|"DELETING",
Type = "HANA"|"SAP_ABAP",
Arn = "string",
Tags = list(
"string"
)
)
),
NextToken = "string"
)