@Stability(value=Stable)
public static interface CfnDetector.CFNS3LogsConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDetector.CFNS3LogsConfigurationProperty.Builder
A builder for
CfnDetector.CFNS3LogsConfigurationProperty |
static class |
CfnDetector.CFNS3LogsConfigurationProperty.Jsii$Proxy
An implementation for
CfnDetector.CFNS3LogsConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDetector.CFNS3LogsConfigurationProperty.Builder |
builder() |
default Object |
getEnable()
The status of S3 data event logs as a data source.
|
@Stability(value=Stable) @Nullable default Object getEnable()
@Stability(value=Stable) static CfnDetector.CFNS3LogsConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.