Class: Aws::GuardDuty::Types::OrganizationDataSourceConfigurations
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::OrganizationDataSourceConfigurations
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
An object that contains information on which data sources will be configured to be automatically enabled for new members within the organization.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kubernetes ⇒ Types::OrganizationKubernetesConfiguration
Describes the configuration of Kubernetes data sources for new members of the organization.
-
#malware_protection ⇒ Types::OrganizationMalwareProtectionConfiguration
Describes the configuration of Malware Protection for new members of the organization.
-
#s3_logs ⇒ Types::OrganizationS3LogsConfiguration
Describes whether S3 data event logs are enabled for new members of the organization.
Instance Attribute Details
#kubernetes ⇒ Types::OrganizationKubernetesConfiguration
Describes the configuration of Kubernetes data sources for new members of the organization.
6368 6369 6370 6371 6372 6373 6374 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6368 class OrganizationDataSourceConfigurations < Struct.new( :s3_logs, :kubernetes, :malware_protection) SENSITIVE = [] include Aws::Structure end |
#malware_protection ⇒ Types::OrganizationMalwareProtectionConfiguration
Describes the configuration of Malware Protection for new members of the organization.
6368 6369 6370 6371 6372 6373 6374 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6368 class OrganizationDataSourceConfigurations < Struct.new( :s3_logs, :kubernetes, :malware_protection) SENSITIVE = [] include Aws::Structure end |
#s3_logs ⇒ Types::OrganizationS3LogsConfiguration
Describes whether S3 data event logs are enabled for new members of the organization.
6368 6369 6370 6371 6372 6373 6374 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6368 class OrganizationDataSourceConfigurations < Struct.new( :s3_logs, :kubernetes, :malware_protection) SENSITIVE = [] include Aws::Structure end |