Class UpdateOrganizationConfigurationRequest

    • Method Detail

      • autoEnable

        public final Boolean autoEnable()

        Whether to automatically enable Security Hub for new accounts in the organization.

        By default, this is false, and new accounts are not added automatically.

        To automatically enable Security Hub for new accounts, set this to true.

        Returns:
        Whether to automatically enable Security Hub for new accounts in the organization.

        By default, this is false, and new accounts are not added automatically.

        To automatically enable Security Hub for new accounts, set this to true.

      • autoEnableStandards

        public final AutoEnableStandards autoEnableStandards()

        Whether to automatically enable Security Hub default standards for new member accounts in the organization.

        By default, this parameter is equal to DEFAULT, and new member accounts are automatically enabled with default Security Hub standards.

        To opt out of enabling default standards for new member accounts, set this parameter equal to NONE.

        If the service returns an enum value that is not available in the current SDK version, autoEnableStandards will return AutoEnableStandards.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from autoEnableStandardsAsString().

        Returns:
        Whether to automatically enable Security Hub default standards for new member accounts in the organization.

        By default, this parameter is equal to DEFAULT, and new member accounts are automatically enabled with default Security Hub standards.

        To opt out of enabling default standards for new member accounts, set this parameter equal to NONE.

        See Also:
        AutoEnableStandards
      • autoEnableStandardsAsString

        public final String autoEnableStandardsAsString()

        Whether to automatically enable Security Hub default standards for new member accounts in the organization.

        By default, this parameter is equal to DEFAULT, and new member accounts are automatically enabled with default Security Hub standards.

        To opt out of enabling default standards for new member accounts, set this parameter equal to NONE.

        If the service returns an enum value that is not available in the current SDK version, autoEnableStandards will return AutoEnableStandards.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from autoEnableStandardsAsString().

        Returns:
        Whether to automatically enable Security Hub default standards for new member accounts in the organization.

        By default, this parameter is equal to DEFAULT, and new member accounts are automatically enabled with default Security Hub standards.

        To opt out of enabling default standards for new member accounts, set this parameter equal to NONE.

        See Also:
        AutoEnableStandards
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object