
com.pulumi.awsnative.guardduty.kotlin.outputs.DetectorCfnKubernetesAuditLogsConfiguration.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.guardduty.kotlin.outputs
import kotlin.Boolean
import kotlin.Suppress
/**
*
* @property enable Describes whether Kubernetes audit logs are enabled as a data source for the detector.
*/
public data class DetectorCfnKubernetesAuditLogsConfiguration(
public val enable: Boolean,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.guardduty.outputs.DetectorCfnKubernetesAuditLogsConfiguration): DetectorCfnKubernetesAuditLogsConfiguration = DetectorCfnKubernetesAuditLogsConfiguration(
enable = javaType.enable(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy