
com.pulumi.aws.cloudfront.kotlin.outputs.FieldLevelEncryptionConfigQueryArgProfileConfigQueryArgProfiles.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.cloudfront.kotlin.outputs
import kotlin.Suppress
import kotlin.collections.List
/**
*
* @property items
*/
public data class FieldLevelEncryptionConfigQueryArgProfileConfigQueryArgProfiles(
public val items: List? =
null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.aws.cloudfront.outputs.FieldLevelEncryptionConfigQueryArgProfileConfigQueryArgProfiles): FieldLevelEncryptionConfigQueryArgProfileConfigQueryArgProfiles =
FieldLevelEncryptionConfigQueryArgProfileConfigQueryArgProfiles(
items = javaType.items().map({ args0 ->
args0.let({ args0 ->
com.pulumi.aws.cloudfront.kotlin.outputs.FieldLevelEncryptionConfigQueryArgProfileConfigQueryArgProfilesItem.Companion.toKotlin(args0)
})
}),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy