
com.pulumi.azure.containerapp.kotlin.outputs.GetAppTemplateContainerStartupProbeHeader.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azure.containerapp.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property name The name of the Container App.
* @property value The HTTP Header value.
*/
public data class GetAppTemplateContainerStartupProbeHeader(
public val name: String,
public val `value`: String,
) {
public companion object {
public
fun toKotlin(javaType: com.pulumi.azure.containerapp.outputs.GetAppTemplateContainerStartupProbeHeader):
GetAppTemplateContainerStartupProbeHeader = GetAppTemplateContainerStartupProbeHeader(
name = javaType.name(),
`value` = javaType.`value`(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy