
com.pulumi.awsnative.controltower.kotlin.outputs.EnabledControlParameter.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.controltower.kotlin.outputs
import kotlin.Any
import kotlin.String
import kotlin.Suppress
/**
*
* @property key The key of a key/value pair. It is of type `string` .
* @property value The value of a key/value pair. It can be of type `array` , `string` , `number` , `object` , or `boolean` . [Note: The *Type* field that follows may show a single type such as Number, which is only one possible type.]
*/
public data class EnabledControlParameter(
public val key: String,
public val `value`: Any,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.controltower.outputs.EnabledControlParameter): EnabledControlParameter = EnabledControlParameter(
key = javaType.key(),
`value` = javaType.`value`(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy