Package-level declarations

Types

Link copied to clipboard
class Contact : KotlinCustomResource

Adds a new contact for a resource. Auto-naming is currently not supported for this resource.

Link copied to clipboard
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.

Link copied to clipboard
Link copied to clipboard
object ContactMapper : ResourceMapper<Contact>
Link copied to clipboard
Link copied to clipboard
class FolderContact : KotlinCustomResource

Adds a new contact for a resource. Auto-naming is currently not supported for this resource.

Link copied to clipboard
data class FolderContactArgs(val email: Output<String>? = null, val folderId: Output<String>? = null, val languageTag: Output<String>? = null, val notificationCategorySubscriptions: Output<List<FolderContactNotificationCategorySubscriptionsItem>>? = null, val validateTime: Output<String>? = null, val validationState: Output<FolderContactValidationState>? = null) : ConvertibleToJava<FolderContactArgs>

Adds a new contact for a resource. Auto-naming is currently not supported for this resource.

Link copied to clipboard
Link copied to clipboard
object FolderContactMapper : ResourceMapper<FolderContact>
Link copied to clipboard
Link copied to clipboard
class OrganizationContact : KotlinCustomResource

Adds a new contact for a resource. Auto-naming is currently not supported for this resource.

Link copied to clipboard
data class OrganizationContactArgs(val email: Output<String>? = null, val languageTag: Output<String>? = null, val notificationCategorySubscriptions: Output<List<OrganizationContactNotificationCategorySubscriptionsItem>>? = null, val organizationId: Output<String>? = null, val validateTime: Output<String>? = null, val validationState: Output<OrganizationContactValidationState>? = null) : ConvertibleToJava<OrganizationContactArgs>

Adds a new contact for a resource. Auto-naming is currently not supported for this resource.

Link copied to clipboard

Functions

Link copied to clipboard
fun contact(name: String): Contact
suspend fun contact(name: String, block: suspend ContactResourceBuilder.() -> Unit): Contact
Link copied to clipboard