Home
last modified time | relevance | path

Searched refs:template_url (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudformation/
Dconnection.py99 template_url, parameters, disable_rollback, timeout_in_minutes, argument
231 if template_url:
232 params['TemplateURL'] = template_url
235 if template_body and template_url:
306 def create_stack(self, stack_name, template_body=None, template_url=None, argument
400 template_url, parameters, disable_rollback, timeout_in_minutes,
406 def update_stack(self, stack_name, template_body=None, template_url=None, argument
533 template_url, parameters, disable_rollback, timeout_in_minutes,
779 def validate_template(self, template_body=None, template_url=None): argument
802 if template_url:
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudformation/
Dtest_connection.py57 'stack_name', template_url='http://url',
135 'stack_name', template_url='http://url',
605 template_url='http://url')