Interface CfnDetector.CFNKubernetesAuditLogsConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDetector.CFNKubernetesAuditLogsConfigurationProperty.Jsii$Proxy
- Enclosing class:
- CfnDetector
@Stability(Stable)
public static interface CfnDetector.CFNKubernetesAuditLogsConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Describes which optional data sources are enabled for a detector.
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.*;
CFNKubernetesAuditLogsConfigurationProperty cFNKubernetesAuditLogsConfigurationProperty = CFNKubernetesAuditLogsConfigurationProperty.builder()
.enable(false)
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDetector.CFNKubernetesAuditLogsConfigurationPropertystatic final classAn implementation forCfnDetector.CFNKubernetesAuditLogsConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnable
Describes whether Kubernetes audit logs are enabled as a data source for the detector. -
builder
-