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

com.pulumi.awsnative.greengrassv2.kotlin.outputs.DeploymentComponentConfigurationUpdate.kt Maven / Gradle / Ivy

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

package com.pulumi.awsnative.greengrassv2.kotlin.outputs

import kotlin.String
import kotlin.Suppress
import kotlin.collections.List

/**
 *
 * @property merge
 * @property reset
 */
public data class DeploymentComponentConfigurationUpdate(
    public val merge: String? = null,
    public val reset: List? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.greengrassv2.outputs.DeploymentComponentConfigurationUpdate): DeploymentComponentConfigurationUpdate = DeploymentComponentConfigurationUpdate(
            merge = javaType.merge().map({ args0 -> args0 }).orElse(null),
            reset = javaType.reset().map({ args0 -> args0 }),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy