interface CFNKubernetesAuditLogsConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.GuardDuty.CfnDetector.CFNKubernetesAuditLogsConfigurationProperty |
![]() | software.amazon.awscdk.services.guardduty.CfnDetector.CFNKubernetesAuditLogsConfigurationProperty |
![]() | aws_cdk.aws_guardduty.CfnDetector.CFNKubernetesAuditLogsConfigurationProperty |
![]() | @aws-cdk/aws-guardduty » CfnDetector » 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 * as guardduty from '@aws-cdk/aws-guardduty';
const cFNKubernetesAuditLogsConfigurationProperty: guardduty.CfnDetector.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.