Interface CfnDetectorPropsMixin.CFNKubernetesAuditLogsConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDetectorPropsMixin.CFNKubernetesAuditLogsConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnDetectorPropsMixin

@Stability(Stable) public static interface CfnDetectorPropsMixin.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.cfnpropertymixins.services.guardduty.*;
 CFNKubernetesAuditLogsConfigurationProperty cFNKubernetesAuditLogsConfigurationProperty = CFNKubernetesAuditLogsConfigurationProperty.builder()
         .enable(false)
         .build();
 

See Also: