View source: R/ssm_operations.R
ssm_list_compliance_items | R Documentation |
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
)
Filters |
One or more compliance filters. Use a filter to return a more specific list of results. |
ResourceIds |
The ID for the resources from which to get compliance information. Currently, you can only specify one resource ID. |
ResourceTypes |
The type of resource from which to get compliance information.
Currently, the only supported resource type is |
NextToken |
A token to start the list. Use this token to get the next set of results. |
MaxResults |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.