DetectorDatasourcesS3LogsArgs

data class DetectorDatasourcesS3LogsArgs(val enable: Output<Boolean>) : ConvertibleToJava<DetectorDatasourcesS3LogsArgs>

Constructors

Link copied to clipboard
constructor(enable: Output<Boolean>)

Properties

Link copied to clipboard
val enable: Output<Boolean>

Enable monitoring and feedback reporting. Setting to false is equivalent to "suspending" GuardDuty. Defaults to true.

Functions

Link copied to clipboard
open override fun toJava(): DetectorDatasourcesS3LogsArgs