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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDetector.CFNKubernetesAuditLogsConfigurationProperty
static final class
An implementation forCfnDetector.CFNKubernetesAuditLogsConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Describes whether Kubernetes audit logs are enabled as a data source for the detector.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.- See Also:
-
builder
-