Searched defs:template_body (Results 1 – 1 of 1) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudformation/ |
D | connection.py | 98 def _build_create_or_update_params(self, stack_name, template_body, argument 306 def create_stack(self, stack_name, template_body=None, template_url=None, argument 406 def update_stack(self, stack_name, template_body=None, template_url=None, argument 779 def validate_template(self, template_body=None, template_url=None): argument 828 def estimate_template_cost(self, template_body=None, template_url=None, argument
|