Learn R Programming

paws.management (version 0.1.10)

configservice_select_resource_config: Accepts a structured query language (SQL) SELECT command, performs the corresponding search, and returns resource configurations matching the properties

Description

Accepts a structured query language (SQL) SELECT command, performs the corresponding search, and returns resource configurations matching the properties.

For more information about query components, see the Query Components section in the AWS Config Developer Guide.

Usage

configservice_select_resource_config(Expression, Limit, NextToken)

Arguments

Expression

[required] The SQL query SELECT command.

Limit

The maximum number of query results returned on each page.

NextToken

The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.

Request syntax

svc$select_resource_config(
  Expression = "string",
  Limit = 123,
  NextToken = "string"
)