View source: R/configservice_operations.R
configservice_put_stored_query | R Documentation |
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.
configservice_put_stored_query(StoredQuery, Tags = NULL)
StoredQuery |
[required] A list of 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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.