AppConfig / Waiter / EnvironmentReadyForDeployment
EnvironmentReadyForDeployment¶
- class AppConfig.Waiter.EnvironmentReadyForDeployment¶
waiter = client.get_waiter('environment_ready_for_deployment')
- wait(**kwargs)¶
Polls
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
Request Syntax
waiter.wait( ApplicationId='string', EnvironmentId='string', WaiterConfig={ 'Delay': 123, 'MaxAttempts': 123 } )
- Parameters:
ApplicationId (string) –
[REQUIRED]
The ID of the application that includes the environment you want to get.
EnvironmentId (string) –
[REQUIRED]
The ID of the environment that you want to get.
WaiterConfig (dict) –
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