Class: Aws::GuardDuty::Types::OrganizationFeatureConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::OrganizationFeatureConfiguration
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
A list of features which will be configured for the organization.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_configuration ⇒ Array<Types::OrganizationAdditionalConfiguration>
The additional information that will be configured for the organization.
-
#auto_enable ⇒ String
Describes the status of the feature that is configured for the member accounts within the organization.
-
#name ⇒ String
The name of the feature that will be configured for the organization.
Instance Attribute Details
#additional_configuration ⇒ Array<Types::OrganizationAdditionalConfiguration>
The additional information that will be configured for the organization.
6824 6825 6826 6827 6828 6829 6830 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6824 class OrganizationFeatureConfiguration < Struct.new( :name, :auto_enable, :additional_configuration) SENSITIVE = [] include Aws::Structure end |
#auto_enable ⇒ String
Describes the status of the feature that is configured for the member accounts within the organization. One of the following values is the status for the entire organization:
NEW
: Indicates that when a new account joins the organization, they will have the feature enabled automatically.ALL
: Indicates that all accounts in the organization have the feature enabled automatically. This includesNEW
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 the feature will not be automatically enabled for any account in the organization. The administrator must manage the feature for each account individually.
6824 6825 6826 6827 6828 6829 6830 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6824 class OrganizationFeatureConfiguration < Struct.new( :name, :auto_enable, :additional_configuration) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the feature that will be configured for the organization.
6824 6825 6826 6827 6828 6829 6830 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6824 class OrganizationFeatureConfiguration < Struct.new( :name, :auto_enable, :additional_configuration) SENSITIVE = [] include Aws::Structure end |