AWS::GuardDuty::Detector CFNDataSourceConfigurations
Describes whether S3 data event logs, Kubernetes audit logs, or Malware Protection will be enabled as a data source when the detector is created.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Kubernetes" :
CFNKubernetesConfiguration
, "MalwareProtection" :CFNMalwareProtectionConfiguration
, "S3Logs" :CFNS3LogsConfiguration
}
YAML
Kubernetes:
CFNKubernetesConfiguration
MalwareProtection:CFNMalwareProtectionConfiguration
S3Logs:CFNS3LogsConfiguration
Properties
Kubernetes
-
Describes which Kubernetes data sources are enabled for a detector.
Required: No
Type: CFNKubernetesConfiguration
Update requires: No interruption
MalwareProtection
-
Describes whether Malware Protection will be enabled as a data source.
Required: No
Type: CFNMalwareProtectionConfiguration
Update requires: No interruption
S3Logs
-
Describes whether S3 data event logs are enabled as a data source.
Required: No
Type: CFNS3LogsConfiguration
Update requires: No interruption