Class: Aws::GuardDuty::Types::OrganizationDataSourceConfigurations
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::OrganizationDataSourceConfigurations
- Defined in:
- gems/aws-sdk-guardduty/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.
6702 6703 6704 6705 6706 6707 6708 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6702 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.
6702 6703 6704 6705 6706 6707 6708 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6702 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.
6702 6703 6704 6705 6706 6707 6708 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6702 class OrganizationDataSourceConfigurations < Struct.new( :s3_logs, :kubernetes, :malware_protection) SENSITIVE = [] include Aws::Structure end |