Skip to main content

aggregate_conformance_pack_compliance_summaries

Creates, updates, deletes, gets or lists an aggregate_conformance_pack_compliance_summaries resource.

Overview

Nameaggregate_conformance_pack_compliance_summaries
TypeResource
Idaws.config.aggregate_conformance_pack_compliance_summaries

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
aggregate_conformance_pack_compliance_summariesarrayReturns a list of AggregateConformancePackComplianceSummary object.
group_by_keystringGroups the result based on Amazon Web Services account ID or Amazon Web Services Region.
next_tokenstringThe nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_aggregate_conformance_pack_compliance_summaryselectregionReturns the count of compliant and noncompliant conformance packs across all Amazon Web Services accounts and Amazon Web Services Regions in an aggregator. You can filter based on Amazon Web Services account ID or Amazon Web Services Region. The results can return an empty result page, but if you have a nextToken, the results are displayed on the next page.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Returns the count of compliant and noncompliant conformance packs across all Amazon Web Services accounts and Amazon Web Services Regions in an aggregator. You can filter based on Amazon Web Services account ID or Amazon Web Services Region. The results can return an empty result page, but if you have a nextToken, the results are displayed on the next page.

SELECT
aggregate_conformance_pack_compliance_summaries,
group_by_key,
next_token
FROM aws.config.aggregate_conformance_pack_compliance_summaries
WHERE region = '{{ region }}' -- required
;