Class CfnDetector.CFNS3LogsConfigurationProperty
Describes whether S3 data event logs will be enabled as a data source when the detector is created.
Inheritance
System.Object
    CfnDetector.CFNS3LogsConfigurationProperty
  Implements
Namespace: Amazon.CDK.AWS.GuardDuty
Assembly: Amazon.CDK.AWS.GuardDuty.dll
Syntax (csharp)
public class CFNS3LogsConfigurationProperty : Object, CfnDetector.ICFNS3LogsConfigurationProperty
  Syntax (vb)
Public Class CFNS3LogsConfigurationProperty
    Inherits Object
    Implements CfnDetector.ICFNS3LogsConfigurationProperty
  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.AWS.GuardDuty;
var cFNS3LogsConfigurationProperty = new CFNS3LogsConfigurationProperty {
    Enable = false
};
  Synopsis
Constructors
| CFNS3LogsConfigurationProperty() | 
Properties
| Enable | The status of S3 data event logs as a data source.  | 
    
Constructors
CFNS3LogsConfigurationProperty()
public CFNS3LogsConfigurationProperty()
  Properties
Enable
The status of S3 data event logs as a data source.
public object Enable { get; set; }
  Property Value
System.Object