Class: Aws::GuardDuty::Types::DataSourceConfigurations
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::DataSourceConfigurations
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains information about which data sources are enabled.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kubernetes ⇒ Types::KubernetesConfiguration
Describes whether any Kubernetes logs are enabled as data sources.
-
#malware_protection ⇒ Types::MalwareProtectionConfiguration
Describes whether Malware Protection is enabled as a data source.
-
#s3_logs ⇒ Types::S3LogsConfiguration
Describes whether S3 data event logs are enabled as a data source.
Instance Attribute Details
#kubernetes ⇒ Types::KubernetesConfiguration
Describes whether any Kubernetes logs are enabled as data sources.
1835 1836 1837 1838 1839 1840 1841 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1835 class DataSourceConfigurations < Struct.new( :s3_logs, :kubernetes, :malware_protection) SENSITIVE = [] include Aws::Structure end |
#malware_protection ⇒ Types::MalwareProtectionConfiguration
Describes whether Malware Protection is enabled as a data source.
1835 1836 1837 1838 1839 1840 1841 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1835 class DataSourceConfigurations < Struct.new( :s3_logs, :kubernetes, :malware_protection) SENSITIVE = [] include Aws::Structure end |
#s3_logs ⇒ Types::S3LogsConfiguration
Describes whether S3 data event logs are enabled as a data source.
1835 1836 1837 1838 1839 1840 1841 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1835 class DataSourceConfigurations < Struct.new( :s3_logs, :kubernetes, :malware_protection) SENSITIVE = [] include Aws::Structure end |