Class DescribeOrganizationConfigurationResponse

    • Method Detail

      • autoEnable

        public final Boolean autoEnable()

        Whether to automatically enable Security Hub in new member accounts when they join the organization.

        If set to true, then Security Hub is automatically enabled in new accounts. If set to false, then Security Hub isn't enabled in new accounts automatically. The default value is false.

        If the ConfigurationType of your organization is set to CENTRAL, then this field is set to false and can't be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which Security Hub is enabled and associate the policy with new organization accounts.

        Returns:
        Whether to automatically enable Security Hub in new member accounts when they join the organization.

        If set to true, then Security Hub is automatically enabled in new accounts. If set to false, then Security Hub isn't enabled in new accounts automatically. The default value is false.

        If the ConfigurationType of your organization is set to CENTRAL, then this field is set to false and can't be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which Security Hub is enabled and associate the policy with new organization accounts.

      • 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 in new member accounts when they join the organization.

        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. The default value of this parameter is equal to DEFAULT.

        If the ConfigurationType of your organization is set to CENTRAL, then this field is set to NONE and can't be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which specific security standards are enabled and associate the policy with new organization 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 in new member accounts when they join the organization.

        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. The default value of this parameter is equal to DEFAULT.

        If the ConfigurationType of your organization is set to CENTRAL, then this field is set to NONE and can't be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which specific security standards are enabled and associate the policy with new organization accounts.

        See Also:
        AutoEnableStandards
      • autoEnableStandardsAsString

        public final String autoEnableStandardsAsString()

        Whether to automatically enable Security Hub default standards in new member accounts when they join the organization.

        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. The default value of this parameter is equal to DEFAULT.

        If the ConfigurationType of your organization is set to CENTRAL, then this field is set to NONE and can't be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which specific security standards are enabled and associate the policy with new organization 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 in new member accounts when they join the organization.

        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. The default value of this parameter is equal to DEFAULT.

        If the ConfigurationType of your organization is set to CENTRAL, then this field is set to NONE and can't be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which specific security standards are enabled and associate the policy with new organization accounts.

        See Also:
        AutoEnableStandards
      • organizationConfiguration

        public final OrganizationConfiguration organizationConfiguration()
        Returns the value of the OrganizationConfiguration property for this object.
        Returns:
        The value of the OrganizationConfiguration property for this object.
      • 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