View source: R/configservice_operations.R
configservice_get_discovered_resource_counts | R Documentation |
Returns the resource types, the number of each resource type, and the total number of resources that Config is recording in this region for your Amazon Web Services account.
See https://www.paws-r-sdk.com/docs/configservice_get_discovered_resource_counts/ for full documentation.
configservice_get_discovered_resource_counts(
resourceTypes = NULL,
limit = NULL,
nextToken = NULL
)
resourceTypes |
The comma-separated list that specifies the resource types that you want
Config to return (for example, If a value for If the configuration recorder is turned off, Config returns an empty list of ResourceCount objects. If the configuration recorder is not recording a specific resource type (for example, S3 buckets), that resource type is not returned in the list of ResourceCount objects. |
limit |
The maximum number of ResourceCount objects returned on each page. The default is 100. You cannot specify a number greater than 100. If you specify 0, Config uses the default. |
nextToken |
The |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.