Package-level declarations
Types
Link copied to clipboard
                Creates a new Evaluation in a given project and location. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.
Link copied to clipboard
                data class EvaluationArgs(val description: Output<String>? = null, val evaluationId: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val requestId: Output<String>? = null, val resourceFilter: Output<ResourceFilterArgs>? = null, val ruleNames: Output<List<String>>? = null, val schedule: Output<String>? = null) : ConvertibleToJava<EvaluationArgs> 
/* Creates a new Evaluation in a given project and location. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.
Link copied to clipboard
                class EvaluationArgsBuilder
Builder for EvaluationArgs.
Link copied to clipboard
                Link copied to clipboard
                Builder for Evaluation.
Link copied to clipboard
                object Workloadmanager_v1Functions
Functions
Link copied to clipboard
                suspend fun evaluation(name: String, block: suspend EvaluationResourceBuilder.() -> Unit): Evaluation