
com.pulumi.azurenative.security.kotlin.outputs.DefenderForContainersAwsOfferingResponseKubernetesService.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.security.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* The kubernetes service connection configuration
* @property cloudRoleArn The cloud role ARN in AWS for this feature used for provisioning resources
*/
public data class DefenderForContainersAwsOfferingResponseKubernetesService(
public val cloudRoleArn: String? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.security.outputs.DefenderForContainersAwsOfferingResponseKubernetesService): DefenderForContainersAwsOfferingResponseKubernetesService =
DefenderForContainersAwsOfferingResponseKubernetesService(
cloudRoleArn = javaType.cloudRoleArn().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy