configservice_describe_remediation_execution_status: Provides a detailed view of a Remediation Execution for a set...

View source: R/configservice_operations.R

configservice_describe_remediation_execution_statusR Documentation

Provides a detailed view of a Remediation Execution for a set of resources including state, timestamps for when steps for the remediation execution occur, and any error messages for steps that have failed

Description

Provides a detailed view of a Remediation Execution for a set of resources including state, timestamps for when steps for the remediation execution occur, and any error messages for steps that have failed. When you specify the limit and the next token, you receive a paginated response.

See https://www.paws-r-sdk.com/docs/configservice_describe_remediation_execution_status/ for full documentation.

Usage

configservice_describe_remediation_execution_status(
  ConfigRuleName,
  ResourceKeys = NULL,
  Limit = NULL,
  NextToken = NULL
)

Arguments

ConfigRuleName

[required] A list of Config rule names.

ResourceKeys

A list of resource keys to be processed with the current request. Each element in the list consists of the resource type and resource ID.

Limit

The maximum number of RemediationExecutionStatuses returned on each page. The default is maximum. If you specify 0, Config uses the default.

NextToken

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.