public static interface CfnDetector.CFNKubernetesAuditLogsConfigurationProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDetector.CFNKubernetesAuditLogsConfigurationProperty.Builder
A builder for
CfnDetector.CFNKubernetesAuditLogsConfigurationProperty |
static class |
CfnDetector.CFNKubernetesAuditLogsConfigurationProperty.Jsii$Proxy
An implementation for
CfnDetector.CFNKubernetesAuditLogsConfigurationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDetector.CFNKubernetesAuditLogsConfigurationProperty.Builder |
builder() |
default java.lang.Object |
getEnable()
Describes whether Kubernetes audit logs are enabled as a data source for the detector.
|