Navigation
index
modules
|
next
|
previous
|
boto v2.3.0
»
API Reference
»
cloudformation
¶
boto.cloudformation
¶
boto.cloudformation.stack
¶
class
boto.cloudformation.stack.
Output
(
connection=None
)
¶
endElement
(
name
,
value
,
connection
)
¶
startElement
(
name
,
attrs
,
connection
)
¶
class
boto.cloudformation.stack.
Parameter
(
connection=None
)
¶
endElement
(
name
,
value
,
connection
)
¶
startElement
(
name
,
attrs
,
connection
)
¶
class
boto.cloudformation.stack.
Stack
(
connection=None
)
¶
delete
(
)
¶
describe_events
(
next_token=None
)
¶
describe_resource
(
logical_resource_id
)
¶
describe_resources
(
logical_resource_id=None
,
physical_resource_id=None
)
¶
endElement
(
name
,
value
,
connection
)
¶
get_template
(
)
¶
list_resources
(
next_token=None
)
¶
startElement
(
name
,
attrs
,
connection
)
¶
update
(
)
¶
class
boto.cloudformation.stack.
StackEvent
(
connection=None
)
¶
endElement
(
name
,
value
,
connection
)
¶
startElement
(
name
,
attrs
,
connection
)
¶
valid_states
= ('CREATE_IN_PROGRESS', 'CREATE_FAILED', 'CREATE_COMPLETE', 'DELETE_IN_PROGRESS', 'DELETE_FAILED', 'DELETE_COMPLETE')
¶
class
boto.cloudformation.stack.
StackResource
(
connection=None
)
¶
endElement
(
name
,
value
,
connection
)
¶
startElement
(
name
,
attrs
,
connection
)
¶
class
boto.cloudformation.stack.
StackResourceSummary
(
connection=None
)
¶
endElement
(
name
,
value
,
connection
)
¶
startElement
(
name
,
attrs
,
connection
)
¶
class
boto.cloudformation.stack.
StackSummary
(
connection=None
)
¶
endElement
(
name
,
value
,
connection
)
¶
startElement
(
name
,
attrs
,
connection
)
¶
boto.cloudformation.template
¶
class
boto.cloudformation.template.
Template
(
connection=None
)
¶
endElement
(
name
,
value
,
connection
)
¶
startElement
(
name
,
attrs
,
connection
)
¶
class
boto.cloudformation.template.
TemplateParameter
(
parent
)
¶
endElement
(
name
,
value
,
connection
)
¶
startElement
(
name
,
attrs
,
connection
)
¶
Table Of Contents
cloudformation
boto.cloudformation
boto.cloudformation.stack
boto.cloudformation.template
Previous topic
boto
Next topic
CloudFront
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
PDF Version
Navigation
index
modules
|
next
|
previous
|
boto v2.3.0
»
API Reference
»