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

com.pulumi.awsnative.glue.kotlin.outputs.TriggerNotificationProperty.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.awsnative.glue.kotlin.outputs

import kotlin.Int
import kotlin.Suppress

/**
 * Specifies configuration properties of a job run notification.
 * @property notifyDelayAfter After a job run starts, the number of minutes to wait before sending a job run delay notification
 */
public data class TriggerNotificationProperty(
    public val notifyDelayAfter: Int? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.glue.outputs.TriggerNotificationProperty): TriggerNotificationProperty = TriggerNotificationProperty(
            notifyDelayAfter = javaType.notifyDelayAfter().map({ args0 -> args0 }).orElse(null),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy