All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.gcp.oracledatabase.kotlin.outputs.AutonomousDatabasePropertiesCustomerContact.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.gcp.oracledatabase.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property email The email address used by Oracle to send notifications regarding databases
 * and infrastructure.
 * The `apex_details` block contains:
 */
public data class AutonomousDatabasePropertiesCustomerContact(
    public val email: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.gcp.oracledatabase.outputs.AutonomousDatabasePropertiesCustomerContact): AutonomousDatabasePropertiesCustomerContact = AutonomousDatabasePropertiesCustomerContact(
            email = javaType.email(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy