|
def | __get_boto_client__ (region) |
|
def | __get_stack_name__ (cluster, region, name, uuid) |
|
def | __get_changeset_name__ (stack_name, git_sha) |
|
def | __read_template_body_as_json__ () |
|
def | __aws_tags_translation__ (tags) |
|
def | __aws_params_translation__ (params) |
|
def | __update_template_tasks_environments__ (template, env) |
|
def | __validate_template__ (client, template_body) |
|
def | describe_stack (stack, **kwargs) |
|
def | describe_changeset (stack, git_sha, **kwargs) |
|
def | watch_stack_progress (stack, **kwargs) |
|
def | watch_changeset_progress (stack, git_sha, **kwargs) |
|
def | list_stack_events (stack, **kwargs) |
|
def | create_cloudformation_stack (stack, params, tags=None, **kwargs) |
|
def | create_cloudformation_changeset (stack, params, git_sha, tags=None, **kwargs) |
|
def | execute_changeset (stack, git_sha, **kwargs) |
|
def | deploy_changeset (stack, git_sha, params, **kwargs) |
|
def | delete_stack (stack, **kwargs) |
|
Hosting Cloudformation Library