powered by
Returns the details of a specific stored query.
configservice_get_stored_query(QueryName)
A list with the following syntax:
list( StoredQuery = list( QueryId = "string", QueryArn = "string", QueryName = "string", Description = "string", Expression = "string" ) )
[required] The name of the query.
svc$get_stored_query( QueryName = "string" )