Class CfnDetectorPropsMixin.CFNKubernetesAuditLogsConfigurationProperty
Describes which optional data sources are enabled for a detector.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.GuardDuty.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDetectorPropsMixin.CFNKubernetesAuditLogsConfigurationProperty : CfnDetectorPropsMixin.ICFNKubernetesAuditLogsConfigurationProperty
Syntax (vb)
Public Class CfnDetectorPropsMixin.CFNKubernetesAuditLogsConfigurationProperty Implements CfnDetectorPropsMixin.ICFNKubernetesAuditLogsConfigurationProperty
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.Mixins.Preview.AWS.GuardDuty.Mixins;
var cFNKubernetesAuditLogsConfigurationProperty = new CFNKubernetesAuditLogsConfigurationProperty {
Enable = false
};
Synopsis
Constructors
| CFNKubernetesAuditLogsConfigurationProperty() | Describes which optional data sources are enabled for a detector. |
Properties
| Enable | Describes whether Kubernetes audit logs are enabled as a data source for the detector. |
Constructors
CFNKubernetesAuditLogsConfigurationProperty()
Describes which optional data sources are enabled for a detector.
public CFNKubernetesAuditLogsConfigurationProperty()
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.Mixins.Preview.AWS.GuardDuty.Mixins;
var cFNKubernetesAuditLogsConfigurationProperty = new CFNKubernetesAuditLogsConfigurationProperty {
Enable = false
};
Properties
Enable
Describes whether Kubernetes audit logs are enabled as a data source for the detector.
public object? Enable { get; set; }