Skip to content

Commit

Permalink
Merge pull request #2802 from MisaKondo/update-launchconfig-docs
Browse files Browse the repository at this point in the history
Update documentation for launchconfig. Fixes #2802.
  • Loading branch information
danielgtaylor committed Dec 17, 2014
2 parents f1a5ebd + 5e1650a commit 0dc8412
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions boto/ec2/autoscale/launchconfig.py
Expand Up @@ -159,6 +159,22 @@ def __init__(self, connection=None, name=None, image_id=None,
:type associate_public_ip_address: bool
:param associate_public_ip_address: Used for Auto Scaling groups that launch instances into an Amazon Virtual Private Cloud.
Specifies whether to assign a public IP address to each instance launched in a Amazon VPC.
:type volume_type: str
:param volume_type: The type of the volume.
Valid values are: standard | io1 | gp2.
:type delete_on_termination: bool
:param delete_on_termination: Whether the device will be deleted
when the instance is terminated.
:type iops: int
:param iops: The provisioned IOPs you want to associate with this volume.
:type use_block_device_types: bool
:param use_block_device_types: Specifies whether to return
described Launch Configs with block device mappings containing.
"""
self.connection = connection
self.name = name
Expand Down

0 comments on commit 0dc8412

Please sign in to comment.