Given a valid region name, return a boto.cloudformation.CloudFormationConnection.
| Parameters: | region_name (str) – The name of the region to connect to. |
|---|---|
| Return type: | boto.cloudformation.CloudFormationConnection or None |
| Returns: | A connection to the given region, or None if an invalid region name is given |
Get all available regions for the CloudFormation service.
| Return type: | list |
|---|---|
| Returns: | A list of boto.RegionInfo instances |
A Connection to the CloudFormation Service.
Creates a CloudFormation Stack as specified by the template.
| Parameters: |
|
|---|---|
| Return type: | string |
| Returns: | The unique Stack ID. |
Updates a CloudFormation Stack as specified by the template.
| Parameters: |
|
|---|---|
| Return type: | string |
| Returns: | The unique Stack ID. |