interface CFNKubernetesAuditLogsConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.GuardDuty.Mixins.CfnDetectorPropsMixin.CFNKubernetesAuditLogsConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsguardduty/mixins#CfnDetectorPropsMixin_CFNKubernetesAuditLogsConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.guardduty.mixins.CfnDetectorPropsMixin.CFNKubernetesAuditLogsConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_guardduty.mixins.CfnDetectorPropsMixin.CFNKubernetesAuditLogsConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_guardduty » mixins » CfnDetectorPropsMixin » CFNKubernetesAuditLogsConfigurationProperty |
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 { mixins as guardduty_mixins } from '@aws-cdk/mixins-preview/aws-guardduty';
const cFNKubernetesAuditLogsConfigurationProperty: guardduty_mixins.CfnDetectorPropsMixin.CFNKubernetesAuditLogsConfigurationProperty = {
enable: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| enable? | boolean | IResolvable | Describes whether Kubernetes audit logs are enabled as a data source for the detector. |
enable?
Type:
boolean | IResolvable
(optional)
Describes whether Kubernetes audit logs are enabled as a data source for the detector.

.NET
Go
Java
Python
TypeScript