Package-level declarations

Types

Link copied to clipboard
class Case : KotlinCustomResource

Create a new case and associate it with the given Google Cloud Resource. The case object must have the following fields set: display_name, description, classification, and priority. 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 CaseArgs(val classification: Output<CaseClassificationArgs>? = null, val contactEmail: Output<String>? = null, val creator: Output<ActorArgs>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val escalated: Output<Boolean>? = null, val languageCode: Output<String>? = null, val name: Output<String>? = null, val priority: Output<CasePriority>? = null, val severity: Output<CaseSeverity>? = null, val subscriberEmailAddresses: Output<List<String>>? = null, val testCase: Output<Boolean>? = null, val timeZone: Output<String>? = null, val v2betaId1: Output<String>? = null, val v2betumId: Output<String>? = null) : ConvertibleToJava<CaseArgs>

Create a new case and associate it with the given Google Cloud Resource. The case object must have the following fields set: display_name, description, classification, and priority. 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

Builder for CaseArgs.

Link copied to clipboard
object CaseMapper : ResourceMapper<Case>
Link copied to clipboard

Builder for Case.

Functions

Link copied to clipboard
fun case(name: String): Case
suspend fun case(name: String, block: suspend CaseResourceBuilder.() -> Unit): Case