Liking cljdoc? Tell your friends :D

cljaws.cloudformation


add-stackclj

(add-stack pred env stack-name)

Modifies global atom, adding the stack-name if the stack is true according to the given predicate.

Modifies global atom, adding the stack-name if the stack is true
according to the given predicate.
sourceraw docstring

get-all-stack-namesclj

(get-all-stack-names)
(get-all-stack-names env)

Returns a list of all stack names

Returns a list of all stack names
sourceraw docstring

get-all-stacksclj

(get-all-stacks)
(get-all-stacks env)

Returns a list of all stacks.

Returns a list of all stacks.
sourceraw docstring

get-opsworks-stacksclj

(get-opsworks-stacks env)

Return a list of stacs that reference OpsWorks from a given vector of stacks.

Return a list of stacs that reference OpsWorks from a given vector of stacks.
sourceraw docstring

get-security-groupclj

(get-security-group cluster)
(get-security-group cluster logical-resource-id environment)
source

get-stackclj

(get-stack cluster)
(get-stack cluster environment)
source

get-stack-resourcesclj

(get-stack-resources stack-name)
(get-stack-resources stack-name region)

Returns stack resources as a list.

Returns stack resources as a list.
sourceraw docstring

get-stacksclj

(get-stacks env)
(get-stacks env next-token)

Single query to get a list of stacks.

Single query to get a list of stacks.
sourceraw docstring

has-opsworks?clj

(has-opsworks? stack-name env)

Returns true if stack has opsworks as a resource.

Returns true if stack has opsworks as a resource.
sourceraw docstring

stacklistclj

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close