Interface CfnDetectorPropsMixin.CFNKubernetesConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDetectorPropsMixin.CFNKubernetesConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDetectorPropsMixin
@Stability(Stable)
public static interface CfnDetectorPropsMixin.CFNKubernetesConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Describes which Kubernetes protection data sources are enabled for the 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.mixins.preview.services.guardduty.mixins.*;
CFNKubernetesConfigurationProperty cFNKubernetesConfigurationProperty = CFNKubernetesConfigurationProperty.builder()
.auditLogs(CFNKubernetesAuditLogsConfigurationProperty.builder()
.enable(false)
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDetectorPropsMixin.CFNKubernetesConfigurationPropertystatic final classAn implementation forCfnDetectorPropsMixin.CFNKubernetesConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAuditLogs
Describes whether Kubernetes audit logs are enabled as a data source for the detector.Returns union: either
IResolvableorCfnDetectorPropsMixin.CFNKubernetesAuditLogsConfigurationProperty- See Also:
-
builder
@Stability(Stable) static CfnDetectorPropsMixin.CFNKubernetesConfigurationProperty.Builder builder()
-