configservice_put_stored_query: Saves a new query or updates an existing saved query

View source: R/configservice_operations.R

configservice_put_stored_queryR Documentation

Saves a new query or updates an existing saved query

Description

Saves a new query or updates an existing saved query. The QueryName must be unique for a single Amazon Web Services account and a single Amazon Web Services Region. You can create upto 300 queries in a single Amazon Web Services account and a single Amazon Web Services Region.

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

Usage

configservice_put_stored_query(StoredQuery, Tags = NULL)

Arguments

StoredQuery

[required] A list of StoredQuery objects. The mandatory fields are QueryName and Expression.

When you are creating a query, you must provide a query name and an expression. When you are updating a query, you must provide a query name but updating the description is optional.

Tags

A list of Tags object.


paws.management documentation built on Sept. 12, 2024, 6:19 a.m.