Class: Aws::GuardDuty::Types::DescribeOrganizationConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::DescribeOrganizationConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_enable ⇒ Boolean
Indicates whether GuardDuty is automatically enabled for accounts added to the organization.
-
#auto_enable_organization_members ⇒ String
Indicates the auto-enablement configuration of GuardDuty or any of the corresponding protection plans for the member accounts in the organization.
-
#data_sources ⇒ Types::OrganizationDataSourceConfigurationsResult
Describes which data sources are enabled automatically for member accounts.
-
#features ⇒ Array<Types::OrganizationFeatureConfigurationResult>
A list of features that are configured for this organization.
-
#member_account_limit_reached ⇒ Boolean
Indicates whether the maximum number of allowed member accounts are already associated with the delegated administrator account for your organization.
-
#next_token ⇒ String
The pagination parameter to be used on the next list operation to retrieve more items.
Instance Attribute Details
#auto_enable ⇒ Boolean
Indicates whether GuardDuty is automatically enabled for accounts added to the organization.
Even though this is still supported, we recommend using ‘AutoEnableOrganizationMembers` to achieve the similar results.
2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2465 class DescribeOrganizationConfigurationResponse < Struct.new( :auto_enable, :member_account_limit_reached, :data_sources, :features, :next_token, :auto_enable_organization_members) SENSITIVE = [] include Aws::Structure end |
#auto_enable_organization_members ⇒ String
Indicates the auto-enablement configuration of GuardDuty or any of the corresponding protection plans for the member accounts in the organization.
-
‘NEW`: Indicates that when a new account joins the organization, they will have GuardDuty or any of the corresponding protection plans enabled automatically.
-
‘ALL`: Indicates that all accounts in the organization have GuardDuty and any of the corresponding protection plans enabled automatically. This includes `NEW` accounts that join the organization and accounts that may have been suspended or removed from the organization in GuardDuty.
-
‘NONE`: Indicates that GuardDuty or any of the corresponding protection plans will not be automatically enabled for any account in the organization. The administrator must manage GuardDuty for each account in the organization individually.
When you update the auto-enable setting from ‘ALL` or `NEW` to `NONE`, this action doesn’t disable the corresponding option for your existing accounts. This configuration will apply to the new accounts that join the organization. After you update the auto-enable settings, no new account will have the corresponding option as enabled.
2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2465 class DescribeOrganizationConfigurationResponse < Struct.new( :auto_enable, :member_account_limit_reached, :data_sources, :features, :next_token, :auto_enable_organization_members) SENSITIVE = [] include Aws::Structure end |
#data_sources ⇒ Types::OrganizationDataSourceConfigurationsResult
Describes which data sources are enabled automatically for member accounts.
2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2465 class DescribeOrganizationConfigurationResponse < Struct.new( :auto_enable, :member_account_limit_reached, :data_sources, :features, :next_token, :auto_enable_organization_members) SENSITIVE = [] include Aws::Structure end |
#features ⇒ Array<Types::OrganizationFeatureConfigurationResult>
A list of features that are configured for this organization.
2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2465 class DescribeOrganizationConfigurationResponse < Struct.new( :auto_enable, :member_account_limit_reached, :data_sources, :features, :next_token, :auto_enable_organization_members) SENSITIVE = [] include Aws::Structure end |
#member_account_limit_reached ⇒ Boolean
Indicates whether the maximum number of allowed member accounts are already associated with the delegated administrator account for your organization.
2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2465 class DescribeOrganizationConfigurationResponse < Struct.new( :auto_enable, :member_account_limit_reached, :data_sources, :features, :next_token, :auto_enable_organization_members) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination parameter to be used on the next list operation to retrieve more items.
2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2465 class DescribeOrganizationConfigurationResponse < Struct.new( :auto_enable, :member_account_limit_reached, :data_sources, :features, :next_token, :auto_enable_organization_members) SENSITIVE = [] include Aws::Structure end |