OpsWorks.Waiter.
AppExists
¶waiter = client.get_waiter('app_exists')
wait
(**kwargs)¶Polls OpsWorks.Client.describe_apps()
every 1 seconds until a successful state is reached. An error is returned after 40 failed checks.
See also: AWS API Documentation
Request Syntax
waiter.wait(
StackId='string',
AppIds=[
'string',
],
WaiterConfig={
'Delay': 123,
'MaxAttempts': 123
}
)
DescribeApps
returns a description of the apps in the specified stack.An array of app IDs for the apps to be described. If you use this parameter, DescribeApps
returns a description of the specified apps. Otherwise, it returns a description of every app.
A dictionary that provides parameters to control waiting behavior.
The amount of time in seconds to wait between attempts. Default: 1
The maximum number of attempts to be made. Default: 40
None