Skip to main content

compliance_summary

Creates, updates, deletes or gets a compliance_summary resource or lists compliance_summary in a region

Overview

Namecompliance_summary
TypeResource
Descriptioncompliance_summary
Idawscc.tagging.compliance_summary

Fields

NameDatatypeDescription
summary_listarrayA table that shows counts of noncompliant resources.
pagination_tokenstringA string that indicates that there is more data available than this response contains. To receive the next part of the response, specify this response value as the <code>PaginationToken</code> value in the request for the next page.
regionstringAWS region.

Methods

NameAccessible byRequired Params
get_compliance_summarySELECTIdentifier, region

SELECT examples

SELECT
region
FROM awscc.tagging.compliance_summary
WHERE
region = 'us-east-1';