Interface CfnDetector.CFNS3LogsConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDetector.CFNS3LogsConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnDetector

@Stability(Stable) public static interface CfnDetector.CFNS3LogsConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Describes whether S3 data event logs will be enabled as a data source when the detector is created.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.guardduty.*;
 CFNS3LogsConfigurationProperty cFNS3LogsConfigurationProperty = CFNS3LogsConfigurationProperty.builder()
         .enable(false)
         .build();
 

See Also: