Class DescribeOrganizationConfigurationResponse

    • Method Detail

      • autoEnable

        public final Boolean autoEnable()

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

        If set to true, then Security Hub is enabled for new accounts. If set to false, then new accounts are not added automatically.

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

        If set to true, then Security Hub is enabled for new accounts. If set to false, then new accounts are not added automatically.

      • memberAccountLimitReached

        public final Boolean memberAccountLimitReached()

        Whether the maximum number of allowed member accounts are already associated with the Security Hub administrator account.

        Returns:
        Whether the maximum number of allowed member accounts are already associated with the Security Hub administrator account.
      • autoEnableStandards

        public final AutoEnableStandards autoEnableStandards()

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

        The default value of this parameter is equal to DEFAULT.

        If equal to DEFAULT, then Security Hub default standards are automatically enabled for new member accounts. If equal to NONE, then default standards are not automatically enabled for new member accounts.

        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.

        The default value of this parameter is equal to DEFAULT.

        If equal to DEFAULT, then Security Hub default standards are automatically enabled for new member accounts. If equal to NONE, then default standards are not automatically enabled for new member accounts.

        See Also:
        AutoEnableStandards
      • autoEnableStandardsAsString

        public final String autoEnableStandardsAsString()

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

        The default value of this parameter is equal to DEFAULT.

        If equal to DEFAULT, then Security Hub default standards are automatically enabled for new member accounts. If equal to NONE, then default standards are not automatically enabled for new member accounts.

        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.

        The default value of this parameter is equal to DEFAULT.

        If equal to DEFAULT, then Security Hub default standards are automatically enabled for new member accounts. If equal to NONE, then default standards are not automatically enabled for new member accounts.

        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