Saved Query Args
data class SavedQueryArgs(val content: Output<QueryContentArgs>? = null, val description: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val name: Output<String>? = null, val savedQueryId: Output<String>? = null, val v1Id: Output<String>? = null, val v1Id1: Output<String>? = null) : ConvertibleToJava<SavedQueryArgs>
Creates a saved query in a parent project/folder/organization. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
fun SavedQueryArgs(content: Output<QueryContentArgs>? = null, description: Output<String>? = null, labels: Output<Map<String, String>>? = null, name: Output<String>? = null, savedQueryId: Output<String>? = null, v1Id: Output<String>? = null, v1Id1: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Required. The ID to use for the saved query, which must be unique in the specified parent. It will become the final component of the saved query's resource name. This value should be 4-63 characters, and valid characters are a-z-
. Notice that this field is required in the saved query creation, and the name
field of the saved_query
will be ignored.