Package-level declarations

Types

Link copied to clipboard
class ContactCenter : KotlinCustomResource

Creates a new ContactCenter in a given project and location.

Link copied to clipboard
data class ContactCenterArgs(val adminUser: Output<AdminUserArgs>? = null, val ccaipManagedUsers: Output<Boolean>? = null, val contactCenterId: Output<String>? = null, val customerDomainPrefix: Output<String>? = null, val displayName: Output<String>? = null, val instanceConfig: Output<InstanceConfigArgs>? = 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 samlParams: Output<SAMLParamsArgs>? = null, val userEmail: Output<String>? = null) : ConvertibleToJava<ContactCenterArgs>

Creates a new ContactCenter in a given project and location.

Link copied to clipboard
Link copied to clipboard
object ContactCenterMapper : ResourceMapper<ContactCenter>
Link copied to clipboard

Functions

Link copied to clipboard