paws.management (version 0.1.0)

configservice_get_compliance_summary_by_resource_type: Returns the number of resources that are compliant and the number that are noncompliant

Description

Returns the number of resources that are compliant and the number that are noncompliant. You can specify one or more resource types to get these numbers for each resource type. The maximum number returned is 100.

Usage

configservice_get_compliance_summary_by_resource_type(ResourceTypes)

Arguments

ResourceTypes

Specify one or more resource types to get the number of resources that are compliant and the number that are noncompliant for each resource type.

For this request, you can specify an AWS resource type such as AWS::EC2::Instance. You can specify that the resource type is an AWS account by specifying AWS::::Account.

Request syntax

svc$get_compliance_summary_by_resource_type(
  ResourceTypes = list(
    "string"
  )
)