Show / Hide Table of Contents

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
CfnDetector.ICFNS3LogsConfigurationProperty
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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-detector-cfns3logsconfiguration.html

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

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-detector-cfns3logsconfiguration.html#cfn-guardduty-detector-cfns3logsconfiguration-enable

Implements

CfnDetector.ICFNS3LogsConfigurationProperty
Back to top Generated by DocFX