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

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

package com.pulumi.azure.appservice.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property actionType The predefined action to be taken to an Auto Heal trigger.
 * @property minimumProcessExecutionTime The minimum amount of time in `hh:mm:ss` the Linux Web App must have been running before the defined action will be run in the event of a trigger.
 */
public data class GetLinuxWebAppSiteConfigAutoHealSettingAction(
    public val actionType: String,
    public val minimumProcessExecutionTime: String,
) {
    public companion object {
        public
        fun toKotlin(javaType: com.pulumi.azure.appservice.outputs.GetLinuxWebAppSiteConfigAutoHealSettingAction):
            GetLinuxWebAppSiteConfigAutoHealSettingAction =
            GetLinuxWebAppSiteConfigAutoHealSettingAction(
                actionType = javaType.actionType(),
                minimumProcessExecutionTime = javaType.minimumProcessExecutionTime(),
            )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy