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

.NET
Go
Java
Python
TypeScript