Returns detailed status for each member account within an organization for a given organization Config rule.
See https://www.paws-r-sdk.com/docs/configservice_get_organization_config_rule_detailed_status/ for full documentation.
configservice_get_organization_config_rule_detailed_status(
OrganizationConfigRuleName,
Filters = NULL,
Limit = NULL,
NextToken = NULL
)
[required] The name of your organization Config rule for which you want status details for member accounts.
A StatusDetailFilters
object.
The maximum number of OrganizationConfigRuleDetailedStatus
returned on
each page. If you do not specify a number, Config uses the default. The
default is 100.
The nextToken
string returned on a previous page that you use to get
the next page of results in a paginated response.