Class CfnDetectorPropsMixin.CFNKubernetesConfigurationProperty
Describes which Kubernetes protection data sources are enabled for the detector.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.GuardDuty
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDetectorPropsMixin.CFNKubernetesConfigurationProperty : CfnDetectorPropsMixin.ICFNKubernetesConfigurationProperty
Syntax (vb)
Public Class CfnDetectorPropsMixin.CFNKubernetesConfigurationProperty Implements CfnDetectorPropsMixin.ICFNKubernetesConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.GuardDuty;
var cFNKubernetesConfigurationProperty = new CFNKubernetesConfigurationProperty {
AuditLogs = new CFNKubernetesAuditLogsConfigurationProperty {
Enable = false
}
};
Synopsis
Constructors
| CFNKubernetesConfigurationProperty() | Describes which Kubernetes protection data sources are enabled for the detector. |
Properties
| AuditLogs | Describes whether Kubernetes audit logs are enabled as a data source for the detector. |
Constructors
CFNKubernetesConfigurationProperty()
Describes which Kubernetes protection data sources are enabled for the detector.
public CFNKubernetesConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.GuardDuty;
var cFNKubernetesConfigurationProperty = new CFNKubernetesConfigurationProperty {
AuditLogs = new CFNKubernetesAuditLogsConfigurationProperty {
Enable = false
}
};
Properties
AuditLogs
Describes whether Kubernetes audit logs are enabled as a data source for the detector.
public object? AuditLogs { get; set; }