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

com.pulumi.azure.containerapp.kotlin.outputs.GetAppIngressCustomDomain.kt Maven / Gradle / Ivy

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

package com.pulumi.azure.containerapp.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property certificateBindingType The Binding type. Possible values include `Disabled` and `SniEnabled`. Defaults to `Disabled`.
 * @property certificateId The ID of the Container App Environment Certificate.
 * @property name The name of the Container App.
 */
public data class GetAppIngressCustomDomain(
    public val certificateBindingType: String,
    public val certificateId: String,
    public val name: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azure.containerapp.outputs.GetAppIngressCustomDomain):
            GetAppIngressCustomDomain = GetAppIngressCustomDomain(
            certificateBindingType = javaType.certificateBindingType(),
            certificateId = javaType.certificateId(),
            name = javaType.name(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy