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.
Properties
Link copied to clipboard
The query content.
Link copied to clipboard
The description of this saved query. This value should be fewer than 255 characters.
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.