ViewArgs

data class ViewArgs(val displayName: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<ViewArgs>

Creates a view.

Constructors

Link copied to clipboard
fun ViewArgs(displayName: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, value: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ViewArgs

Properties

Link copied to clipboard
val displayName: Output<String>? = null

The human-readable display name of the view.

Link copied to clipboard
val location: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null

Immutable. The resource name of the view. Format: projects/{project}/locations/{location}/views/{view}

Link copied to clipboard
val project: Output<String>? = null
Link copied to clipboard
val value: Output<String>? = null

String with specific view properties, must be non-empty.