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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDetector.CFNS3LogsConfigurationProperty
static final class
An implementation forCfnDetector.CFNS3LogsConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnable
The status of S3 data event logs as a data source.- See Also:
-
builder
-