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

com.pulumi.azure.cdn.kotlin.outputs.GetFrontdoorCustomDomainTl.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: 6.15.0.0
Show newest version
@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.azure.cdn.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property cdnFrontdoorSecretId The Resource ID of the Front Door Secret.
 * @property certificateType The SSL certificate type.
 * @property minimumTlsVersion The TLS protocol version that will be used for Https connections.
 */
public data class GetFrontdoorCustomDomainTl(
    public val cdnFrontdoorSecretId: String,
    public val certificateType: String,
    public val minimumTlsVersion: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azure.cdn.outputs.GetFrontdoorCustomDomainTl): GetFrontdoorCustomDomainTl = GetFrontdoorCustomDomainTl(
            cdnFrontdoorSecretId = javaType.cdnFrontdoorSecretId(),
            certificateType = javaType.certificateType(),
            minimumTlsVersion = javaType.minimumTlsVersion(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy