For a specified resource ID, this API operation returns a list of compliance statuses for different resource types. Currently, you can only specify one resource ID per call. List results depend on the criteria specified in the filter.
See https://www.paws-r-sdk.com/docs/ssm_list_compliance_items/ for full documentation.
ssm_list_compliance_items(
Filters = NULL,
ResourceIds = NULL,
ResourceTypes = NULL,
NextToken = NULL,
MaxResults = NULL
)
One or more compliance filters. Use a filter to return a more specific list of results.
The ID for the resources from which to get compliance information. Currently, you can only specify one resource ID.
The type of resource from which to get compliance information.
Currently, the only supported resource type is ManagedInstance
.
A token to start the list. Use this token to get the next set of results.
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.