aws-cdk-lib.aws_guardduty.CfnDetector.CFNS3LogsConfigurationProperty

interface CFNS3LogsConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.GuardDuty.CfnDetector.CFNS3LogsConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsguardduty#CfnDetector_CFNS3LogsConfigurationProperty
Javasoftware.amazon.awscdk.services.guardduty.CfnDetector.CFNS3LogsConfigurationProperty
Pythonaws_cdk.aws_guardduty.CfnDetector.CFNS3LogsConfigurationProperty
TypeScript aws-cdk-lib » aws_guardduty » CfnDetector » 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 { aws_guardduty as guardduty } from 'aws-cdk-lib';
const cFNS3LogsConfigurationProperty: guardduty.CfnDetector.CFNS3LogsConfigurationProperty = {
  enable: false,
};

Properties

NameTypeDescription
enable?boolean | IResolvableThe 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.