interface CFNKubernetesConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.GuardDuty.CfnDetectorPropsMixin.CFNKubernetesConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsguardduty#CfnDetectorPropsMixin_CFNKubernetesConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.guardduty.CfnDetectorPropsMixin.CFNKubernetesConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_guardduty.CfnDetectorPropsMixin.CFNKubernetesConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_guardduty » 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 { aws_guardduty as guardduty } from '@aws-cdk/cfn-property-mixins';
const cFNKubernetesConfigurationProperty: guardduty.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