Lists the configuration check operations performed by AWS Systems Manager for SAP
Source:R/ssmsap_operations.R
ssmsap_list_configuration_check_operations.RdLists the configuration check operations performed by AWS Systems Manager for SAP.
See https://www.paws-r-sdk.com/docs/ssmsap_list_configuration_check_operations/ for full documentation.
Usage
ssmsap_list_configuration_check_operations(
ApplicationId,
ListMode = NULL,
MaxResults = NULL,
NextToken = NULL,
Filters = NULL
)Arguments
- ApplicationId
[required] The ID of the application.
- ListMode
The mode for listing configuration check operations. Defaults to "LATEST_PER_CHECK".
LATEST_PER_CHECK - Will list the latest configuration check operation per check type.
ALL_OPERATIONS - Will list all configuration check operations performed on the application.
- MaxResults
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
- NextToken
The token for the next page of results.
- Filters
The filters of an operation.