Case

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.

Properties

Link copied to clipboard

The issue classification applicable to this case.

Link copied to clipboard
val contactEmail: Output<String>

A user-supplied email address to send case update notifications for. This should only be used in BYOID flows, where we cannot infer the user's email address directly from their EUCs.

Link copied to clipboard
val createTime: Output<String>

The time this case was created.

Link copied to clipboard
val creator: Output<ActorResponse>

The user who created the case. Note: The name and email will be obfuscated if the case was created by Google Support.

Link copied to clipboard
val description: Output<String>

A broad description of the issue.

Link copied to clipboard
val displayName: Output<String>

The short summary of the issue reported in this case.

Link copied to clipboard
val escalated: Output<Boolean>

Whether the case is currently escalated.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val languageCode: Output<String>

The language the user has requested to receive support in. This should be a BCP 47 language code (e.g., "en", "zh-CN", "zh-TW", "ja", "ko"). If no language or an unsupported language is specified, this field defaults to English (en). Language selection during case creation may affect your available support options. For a list of supported languages and their support working hours, see: https://cloud.google.com/support/docs/language-working-hours

Link copied to clipboard
val name: Output<String>

The resource name for the case.

Link copied to clipboard
val priority: Output<String>

The priority of this case.

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

REMOVED. The severity of this case. Use priority instead.

Link copied to clipboard
val state: Output<String>

The current status of the support case.

Link copied to clipboard

The email addresses to receive updates on this case.

Link copied to clipboard
val testCase: Output<Boolean>

Whether this case was created for internal API testing and should not be acted on by the support team.

Link copied to clipboard
val timeZone: Output<String>

The timezone of the user who created the support case. It should be in a format IANA recognizes: https://www.iana.org/time-zones. There is no additional validation done by the API.

Link copied to clipboard
val updateTime: Output<String>

The time this case was last updated.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val v2betaId1: Output<String>
Link copied to clipboard
val v2betumId: Output<String>