View source: R/ssm_operations.R
ssm_describe_ops_items | R Documentation |
Query a set of OpsItems. You must have permission in Identity and Access Management (IAM) to query a list of OpsItems. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide.
See https://www.paws-r-sdk.com/docs/ssm_describe_ops_items/ for full documentation.
ssm_describe_ops_items(
OpsItemFilters = NULL,
MaxResults = NULL,
NextToken = NULL
)
OpsItemFilters |
One or more filters to limit the response.
*The Equals operator for Title matches the first 100 characters. If you specify more than 100 characters, they system returns an error that the filter value exceeds the length limit. **If you filter the response by using the OperationalData operator, specify a key-value pair by using the following JSON format: {"key":"key_name","value":"a_value"} |
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. |
NextToken |
A token to start the list. Use this token 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.