Proton.Waiter.EnvironmentTemplateVersionRegistered¶waiter = client.get_waiter('environment_template_version_registered')
wait(**kwargs)¶Polls Proton.Client.get_environment_template_version() every 2 seconds until a successful state is reached. An error is returned after 150 failed checks.
See also: AWS API Documentation
Request Syntax
waiter.wait(
majorVersion='string',
minorVersion='string',
templateName='string',
WaiterConfig={
'Delay': 123,
'MaxAttempts': 123
}
)
[REQUIRED]
To get environment template major version detail data, include major Version .
[REQUIRED]
To get environment template minor version detail data, include minorVersion .
[REQUIRED]
The name of the environment template a version of which you want to get detailed data for.
A dictionary that provides parameters to control waiting behavior.
The amount of time in seconds to wait between attempts. Default: 2
The maximum number of attempts to be made. Default: 150
None