compliance_summary
Creates, updates, deletes or gets a compliance_summary resource or lists compliance_summary in a region
Overview
| Name | compliance_summary |
| Type | Resource |
| Description | compliance_summary |
| Id | awscc.tagging.compliance_summary |
Fields
| Name | Datatype | Description |
|---|---|---|
summary_list | array | A table that shows counts of noncompliant resources. |
pagination_token | string | A 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 PaginationToken value in the request for the next page. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
get_compliance_summary | SELECT | Identifier, region |
SELECT examples
SELECT
region
FROM awscc.tagging.compliance_summary
WHERE
region = '{{ region }}';