Contact Args
data class ContactArgs(val email: Output<String>? = null, val languageTag: Output<String>? = null, val notificationCategorySubscriptions: Output<List<ContactNotificationCategorySubscriptionsItem>>? = null, val project: Output<String>? = null, val validateTime: Output<String>? = null, val validationState: Output<ContactValidationState>? = null) : ConvertibleToJava<ContactArgs>
Adds a new contact for a resource. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
constructor(email: Output<String>? = null, languageTag: Output<String>? = null, notificationCategorySubscriptions: Output<List<ContactNotificationCategorySubscriptionsItem>>? = null, project: Output<String>? = null, validateTime: Output<String>? = null, validationState: Output<ContactValidationState>? = null)
Properties
Link copied to clipboard
The preferred language for notifications, as a ISO 639-1 language code. See Supported languages for a list of supported languages.
Link copied to clipboard
val notificationCategorySubscriptions: Output<List<ContactNotificationCategorySubscriptionsItem>>? = null
The categories of notifications that the contact will receive communications for.
Link copied to clipboard
The last time the validation_state was updated, either manually or automatically. A contact is considered stale if its validation state was updated more than 1 year ago.
Link copied to clipboard
The validity of the contact. A contact is considered valid if it is the correct recipient for notifications for a particular resource.