@Stability(value=Stable)
public static interface CfnDetector.CFNKubernetesAuditLogsConfigurationProperty
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.*;
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 Object |
getEnable()
Describes whether Kubernetes audit logs are enabled as a data source for the detector.
|
@Stability(value=Stable) @Nullable default Object getEnable()
@Stability(value=Stable) static CfnDetector.CFNKubernetesAuditLogsConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.