Returns a table that shows counts of resources that are noncompliant with their tag policies
Source:R/resourcegroupstaggingapi_operations.R
resourcegroupstaggingapi_get_compliance_summary.RdReturns a table that shows counts of resources that are noncompliant with their tag policies.
See https://www.paws-r-sdk.com/docs/resourcegroupstaggingapi_get_compliance_summary/ for full documentation.
Usage
resourcegroupstaggingapi_get_compliance_summary(
TargetIdFilters = NULL,
RegionFilters = NULL,
ResourceTypeFilters = NULL,
TagKeyFilters = NULL,
GroupBy = NULL,
MaxResults = NULL,
PaginationToken = NULL
)Arguments
- TargetIdFilters
Specifies target identifiers (usually, specific account IDs) to limit the output by. If you use this parameter, the count of returned noncompliant resources includes only resources with the specified target IDs.
- RegionFilters
Specifies a list of Amazon Web Services Regions to limit the output to. If you use this parameter, the count of returned noncompliant resources includes only resources in the specified Regions.
- ResourceTypeFilters
Specifies that you want the response to include information for only resources of the specified types. The format of each resource type is
service[:resourceType]. For example, specifying a resource type ofec2returns all Amazon EC2 resources (which includes EC2 instances). Specifying a resource type ofec2:instancereturns only EC2 instances.The string for each service name and resource type is the same as that embedded in a resource's Amazon Resource Name (ARN). Consult the Amazon Web Services General Reference for the following:
For a list of service name strings, see Amazon Web Services Service Namespaces.
For resource type strings, see Example ARNs.
For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.
For the list of services whose resources you can tag using the Resource Groups Tagging API, see Services that support the Resource Groups Tagging API. If an Amazon Web Services service isn't listed on that page, you might still be able to tag that service's resources by using that service's native tagging operations instead of using Resource Groups Tagging API operations. All tagged resources, whether the tagging used the Resource Groups Tagging API or not, are returned by the
Get*operation.You can specify multiple resource types by using a comma separated array. The array can include up to 100 items. Note that the length constraint requirement applies to each resource type filter.
- TagKeyFilters
Specifies that you want the response to include information for only resources that have tags with the specified tag keys. If you use this parameter, the count of returned noncompliant resources includes only resources that have the specified tag keys.
- GroupBy
Specifies a list of attributes to group the counts of noncompliant resources by. If supplied, the counts are sorted by those attributes.
- MaxResults
Specifies the maximum number of results to be returned in each page. A query can return fewer than this maximum, even if there are more results still to return. You should always check the
PaginationTokenresponse value to see if there are more results. You can specify a minimum of 1 and a maximum value of 100.- PaginationToken
Specifies a
PaginationTokenresponse value from a previous request to indicate that you want the next page of results. Leave this parameter empty in your initial request.