interface CFNS3LogsConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.GuardDuty.Mixins.CfnDetectorPropsMixin.CFNS3LogsConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsguardduty/mixins#CfnDetectorPropsMixin_CFNS3LogsConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.guardduty.mixins.CfnDetectorPropsMixin.CFNS3LogsConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_guardduty.mixins.CfnDetectorPropsMixin.CFNS3LogsConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_guardduty » mixins » CfnDetectorPropsMixin » CFNS3LogsConfigurationProperty |
Describes whether S3 data event logs will be enabled as a data source when the detector is created.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as guardduty_mixins } from '@aws-cdk/mixins-preview/aws-guardduty';
const cFNS3LogsConfigurationProperty: guardduty_mixins.CfnDetectorPropsMixin.CFNS3LogsConfigurationProperty = {
enable: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| enable? | boolean | IResolvable | The status of S3 data event logs as a data source. |
enable?
Type:
boolean | IResolvable
(optional)
The status of S3 data event logs as a data source.

.NET
Go
Java
Python
TypeScript