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

com.pulumi.azurenative.cdn.kotlin.outputs.CdnCertificateSourceParametersResponse.kt Maven / Gradle / Ivy

Go to download

Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.

There is a newer version: 2.82.0.0
Show newest version
@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.azurenative.cdn.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * Defines the parameters for using CDN managed certificate for securing custom domain.
 * @property certificateType Type of certificate used
 * @property typeName
 */
public data class CdnCertificateSourceParametersResponse(
    public val certificateType: String,
    public val typeName: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azurenative.cdn.outputs.CdnCertificateSourceParametersResponse): CdnCertificateSourceParametersResponse = CdnCertificateSourceParametersResponse(
            certificateType = javaType.certificateType(),
            typeName = javaType.typeName(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy