Class: Aws::GuardDuty::Types::OrganizationDataSourceConfigurationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::OrganizationDataSourceConfigurationsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
An object that contains information on which data sources are automatically enabled for new members within the organization.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kubernetes ⇒ Types::OrganizationKubernetesConfigurationResult
Describes the configuration of Kubernetes data sources.
-
#malware_protection ⇒ Types::OrganizationMalwareProtectionConfigurationResult
Describes the configuration of Malware Protection data source for an organization.
-
#s3_logs ⇒ Types::OrganizationS3LogsConfigurationResult
Describes whether S3 data event logs are enabled as a data source.
Instance Attribute Details
#kubernetes ⇒ Types::OrganizationKubernetesConfigurationResult
Describes the configuration of Kubernetes data sources.
6394 6395 6396 6397 6398 6399 6400 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6394 class OrganizationDataSourceConfigurationsResult < Struct.new( :s3_logs, :kubernetes, :malware_protection) SENSITIVE = [] include Aws::Structure end |
#malware_protection ⇒ Types::OrganizationMalwareProtectionConfigurationResult
Describes the configuration of Malware Protection data source for an organization.
6394 6395 6396 6397 6398 6399 6400 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6394 class OrganizationDataSourceConfigurationsResult < Struct.new( :s3_logs, :kubernetes, :malware_protection) SENSITIVE = [] include Aws::Structure end |
#s3_logs ⇒ Types::OrganizationS3LogsConfigurationResult
Describes whether S3 data event logs are enabled as a data source.
6394 6395 6396 6397 6398 6399 6400 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6394 class OrganizationDataSourceConfigurationsResult < Struct.new( :s3_logs, :kubernetes, :malware_protection) SENSITIVE = [] include Aws::Structure end |