..
    Warning: Do not edit this file. It is automatically generated from the
    software project's code and your changes will be overwritten.

    The tool to generate this file lives in openstack-doc-tools repository.

    Please make any changes needed in the code, then run the
    autogenerate-config-doc tool from the openstack-doc-tools repository, or
    ask for help on the documentation mailing list, IRC channel or meeting.

.. _heat-cloudwatch_api:

.. list-table:: Description of CloudWatch API configuration options
   :header-rows: 1
   :class: config-ref-table

   * - Configuration option = Default value
     - Description
   * - **[DEFAULT]**
     -
   * - ``enable_cloud_watch_lite`` = ``False``
     - (Boolean) Enable the legacy OS::Heat::CWLiteAlarm resource.
   * - ``heat_watch_server_url`` =
     - (String) URL of the Heat CloudWatch server.
   * - **[heat_api_cloudwatch]**
     -
   * - ``backlog`` = ``4096``
     - (Integer) Number of backlog requests to configure the socket with.
   * - ``bind_host`` = ``0.0.0.0``
     - (IP) Address to bind the server. Useful when selecting a particular network interface.
   * - ``bind_port`` = ``8003``
     - (Port number) The port on which the server will listen.
   * - ``cert_file`` = ``None``
     - (String) Location of the SSL certificate file to use for SSL mode.
   * - ``key_file`` = ``None``
     - (String) Location of the SSL key file to use for enabling SSL mode.
   * - ``max_header_line`` = ``16384``
     - (Integer) Maximum line size of message headers to be accepted. max_header_line may need to be increased when using large tokens (typically those generated by the Keystone v3 API with big service catalogs.)
   * - ``tcp_keepidle`` = ``600``
     - (Integer) The value for the socket option TCP_KEEPIDLE. This is the time in seconds that the connection must be idle before TCP starts sending keepalive probes.
   * - ``workers`` = ``1``
     - (Integer) Number of workers for Heat service.
