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