configservice_select_resource_config: Accepts a structured query language (SQL) SELECT command,...

View source: R/configservice_operations.R

configservice_select_resource_configR Documentation

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.

See https://www.paws-r-sdk.com/docs/configservice_select_resource_config/ for full documentation.

Usage

configservice_select_resource_config(
  Expression,
  Limit = NULL,
  NextToken = NULL
)

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.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.