Returns detailed status for each member account within an organization for a given organization conformance pack
Source:R/configservice_operations.R
configservice_get_organi_confor_pack_detail_status.RdReturns 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.
Usage
configservice_get_organization_conformance_pack_detailed_status(
OrganizationConformancePackName,
Filters = NULL,
Limit = NULL,
NextToken = NULL
)Arguments
- OrganizationConformancePackName
[required] The name of organization conformance pack for which you want status details for member accounts.
- Filters
An
OrganizationResourceDetailedStatusFiltersobject.- Limit
The maximum number of
OrganizationConformancePackDetailedStatusesreturned on each page. If you do not specify a number, Config uses the default. The default is 100.- NextToken
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.