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