SavedQuery

class SavedQuery : KotlinCustomResource

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
val createTime: Output<String>

The create time of this saved query.

Link copied to clipboard
val creator: Output<String>

The account's email address who has created this saved query.

Link copied to clipboard
val description: Output<String>

The description of this saved query. This value should be fewer than 255 characters.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>

Labels applied on the resource. This value should not contain more than 10 entries. The key and value of each entry must be non-empty and fewer than 64 characters.

Link copied to clipboard
val lastUpdater: Output<String>

The account's email address who has updated this saved query most recently.

Link copied to clipboard
val lastUpdateTime: Output<String>

The last update time of this saved query.

Link copied to clipboard
val name: Output<String>

The resource name of the saved query. The format must be: * projects/project_number/savedQueries/saved_query_id * folders/folder_number/savedQueries/saved_query_id * organizations/organization_number/savedQueries/saved_query_id

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val savedQueryId: Output<String>

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.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val v1Id: Output<String>
Link copied to clipboard
val v1Id1: Output<String>