aws-cdk-lib.aws_guardduty.CfnDetector.CFNKubernetesAuditLogsConfigurationProperty

interface CFNKubernetesAuditLogsConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.GuardDuty.CfnDetector.CFNKubernetesAuditLogsConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsguardduty#CfnDetector_CFNKubernetesAuditLogsConfigurationProperty
Javasoftware.amazon.awscdk.services.guardduty.CfnDetector.CFNKubernetesAuditLogsConfigurationProperty
Pythonaws_cdk.aws_guardduty.CfnDetector.CFNKubernetesAuditLogsConfigurationProperty
TypeScript aws-cdk-lib » 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 { aws_guardduty as guardduty } from 'aws-cdk-lib';
const cFNKubernetesAuditLogsConfigurationProperty: guardduty.CfnDetector.CFNKubernetesAuditLogsConfigurationProperty = {
  enable: false,
};

Properties

NameTypeDescription
enable?boolean | IResolvableDescribes 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.