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

com.pulumi.azurenative.servicenetworking.kotlin.outputs.WafPolicyResponse.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.servicenetworking.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * Web Application Firewall Policy
 * @property id Resource ID of the WAF
 */
public data class WafPolicyResponse(
    public val id: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azurenative.servicenetworking.outputs.WafPolicyResponse): WafPolicyResponse = WafPolicyResponse(
            id = javaType.id(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy