:doc:`AppConfig <../../appconfig>` / Waiter / EnvironmentReadyForDeployment

*****************************
EnvironmentReadyForDeployment
*****************************



.. py:class:: AppConfig.Waiter.EnvironmentReadyForDeployment

  ::

    
    waiter = client.get_waiter('environment_ready_for_deployment')

  
  

  .. py:method:: wait(**kwargs)

    Polls :py:meth:`AppConfig.Client.get_environment` every 30 seconds until a successful state is reached. An error is raised after 999 failed checks.

    See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/GetEnvironment>`_    


    **Request Syntax**
    ::

      waiter.wait(
          ApplicationId='string',
          EnvironmentId='string',
          WaiterConfig={
              'Delay': 123,
              'MaxAttempts': 123
          }
      )
      
    :type ApplicationId: string
    :param ApplicationId: **[REQUIRED]** 

      The ID of the application that includes the environment you want to get.

      

    
    :type EnvironmentId: string
    :param EnvironmentId: **[REQUIRED]** 

      The ID of the environment that you want to get.

      

    
    :type WaiterConfig: dict
    :param WaiterConfig: 

      A dictionary that provides parameters to control waiting behavior.

      

    
      - **Delay** *(integer) --* 

        The amount of time in seconds to wait between attempts. Default: 30

        

      
      - **MaxAttempts** *(integer) --* 

        The maximum number of attempts to be made. Default: 999

        

      
    
    
    :returns: None