Saves a new query or updates an existing saved query. The QueryName
must be unique for an AWS account in an AWS Region. You can create upto
300 queries in an AWS account in an AWS Region.
configservice_put_stored_query(StoredQuery, Tags)
[required] A list of StoredQuery
objects. The mandatory fields are QueryName
and Expression
.
A list of Tags
object.
svc$put_stored_query( StoredQuery = list( QueryId = "string", QueryArn = "string", QueryName = "string", Description = "string", Expression = "string" ), Tags = list( list( Key = "string", Value = "string" ) ) )