
com.pulumi.awsnative.greengrassv2.kotlin.outputs.DeploymentIoTJobAbortConfig.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.greengrassv2.kotlin.outputs
import kotlin.Suppress
import kotlin.collections.List
/**
*
* @property criteriaList The list of criteria that define when and how to cancel the configuration deployment.
*/
public data class DeploymentIoTJobAbortConfig(
public val criteriaList: List,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.greengrassv2.outputs.DeploymentIoTJobAbortConfig): DeploymentIoTJobAbortConfig = DeploymentIoTJobAbortConfig(
criteriaList = javaType.criteriaList().map({ args0 ->
args0.let({ args0 ->
com.pulumi.awsnative.greengrassv2.kotlin.outputs.DeploymentIoTJobAbortCriteria.Companion.toKotlin(args0)
})
}),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy