Skip to content

Guardduty  >  Structures  >  OrganizationFeatureConfigurationResult

OrganizationFeatureConfigurationResult

Structure Class

OrganizationFeatureConfigurationResult dataclass

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

Attributes

additional_configuration class-attribute instance-attribute
additional_configuration: list[OrganizationAdditionalConfigurationResult] | None = None

The additional configuration that is configured for the member accounts within the organization.

auto_enable class-attribute instance-attribute
auto_enable: OrgFeatureStatus | None = None

Describes the status of the feature that is configured for the member accounts within the 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 includes NEW accounts that join the organization and accounts that may have been suspended or removed from the organization in GuardDuty.

  • NONE: Indicates that the feature will not be automatically enabled for any account in the organization. In this case, each account will be managed individually by the administrator.

name class-attribute instance-attribute
name: OrgFeature | None = None

The name of the feature that is configured for the member accounts within the organization.