aws-cdk-lib.aws_guardduty.CfnDetector.CFNKubernetesConfigurationProperty

interface CFNKubernetesConfigurationProperty

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

Properties

NameTypeDescription
auditLogs?IResolvable | CFNKubernetesAuditLogsConfigurationPropertyDescribes whether Kubernetes audit logs are enabled as a data source for the detector.

auditLogs?

Type: IResolvable | CFNKubernetesAuditLogsConfigurationProperty (optional)

Describes whether Kubernetes audit logs are enabled as a data source for the detector.