Class: Aws::GuardDuty::Types::UpdateOrganizationConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_enableBoolean

Represents whether or not to automatically enable member accounts in the organization.

Even though this is still supported, we recommend using AutoEnableOrganizationMembers to achieve the similar results. You must provide a value for either autoEnableOrganizationMembers or autoEnable.

Returns:

  • (Boolean)


7657
7658
7659
7660
7661
7662
7663
7664
7665
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7657

class UpdateOrganizationConfigurationRequest < Struct.new(
  :detector_id,
  :auto_enable,
  :data_sources,
  :features,
  :auto_enable_organization_members)
  SENSITIVE = []
  include Aws::Structure
end

#auto_enable_organization_membersString

Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization. You must provide a value for either autoEnableOrganizationMembers or autoEnable.

Use one of the following configuration values for autoEnableOrganizationMembers:

  • NEW: Indicates that when a new account joins the organization, they will have GuardDuty enabled automatically.

  • ALL: Indicates that all accounts in the organization have GuardDuty enabled automatically. This includes NEW accounts that join the organization and accounts that may have been suspended or removed from the organization in GuardDuty.

    It may take up to 24 hours to update the configuration for all the member accounts.

  • NONE: Indicates that GuardDuty will not be automatically enabled for any account in the organization. The administrator must manage GuardDuty for each account in the organization individually.

Returns:

  • (String)


7657
7658
7659
7660
7661
7662
7663
7664
7665
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7657

class UpdateOrganizationConfigurationRequest < Struct.new(
  :detector_id,
  :auto_enable,
  :data_sources,
  :features,
  :auto_enable_organization_members)
  SENSITIVE = []
  include Aws::Structure
end

#data_sourcesTypes::OrganizationDataSourceConfigurations

Describes which data sources will be updated.



7657
7658
7659
7660
7661
7662
7663
7664
7665
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7657

class UpdateOrganizationConfigurationRequest < Struct.new(
  :detector_id,
  :auto_enable,
  :data_sources,
  :features,
  :auto_enable_organization_members)
  SENSITIVE = []
  include Aws::Structure
end

#detector_idString

The ID of the detector that configures the delegated administrator.

Returns:

  • (String)


7657
7658
7659
7660
7661
7662
7663
7664
7665
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7657

class UpdateOrganizationConfigurationRequest < Struct.new(
  :detector_id,
  :auto_enable,
  :data_sources,
  :features,
  :auto_enable_organization_members)
  SENSITIVE = []
  include Aws::Structure
end

#featuresArray<Types::OrganizationFeatureConfiguration>

A list of features that will be configured for the organization.



7657
7658
7659
7660
7661
7662
7663
7664
7665
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7657

class UpdateOrganizationConfigurationRequest < Struct.new(
  :detector_id,
  :auto_enable,
  :data_sources,
  :features,
  :auto_enable_organization_members)
  SENSITIVE = []
  include Aws::Structure
end