Returns detailed status for each member account within an organization for a given organization conformance pack.
See https://www.paws-r-sdk.com/docs/configservice_get_organization_conformance_pack_detailed_status/ for full documentation.
configservice_get_organization_conformance_pack_detailed_status(
OrganizationConformancePackName,
Filters = NULL,
Limit = NULL,
NextToken = NULL
)
[required] The name of organization conformance pack for which you want status details for member accounts.
An OrganizationResourceDetailedStatusFilters
object.
The maximum number of OrganizationConformancePackDetailedStatuses
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.