com.pulumi.aws.guardduty.kotlin.outputs.DetectorDatasourcesS3Logs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-aws-kotlin Show documentation
Show all versions of pulumi-aws-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.guardduty.kotlin.outputs
import kotlin.Boolean
import kotlin.Suppress
/**
*
* @property enable If true, enables [S3 protection](https://docs.aws.amazon.com/guardduty/latest/ug/s3-protection.html).
* Defaults to `true`.
*/
public data class DetectorDatasourcesS3Logs(
public val enable: Boolean,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.aws.guardduty.outputs.DetectorDatasourcesS3Logs): DetectorDatasourcesS3Logs = DetectorDatasourcesS3Logs(
enable = javaType.enable(),
)
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy