Package-level declarations

Types

Link copied to clipboard
class Evaluation : KotlinCustomResource

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
Link copied to clipboard
object EvaluationMapper : ResourceMapper<Evaluation>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun evaluation(name: String, block: suspend EvaluationResourceBuilder.() -> Unit): Evaluation