Liking cljdoc? Tell your friends :D

embelyon.codex.core

This module should be the only curio required to elucidate the many mysteries of the CloudFormation. Require it, then delve as deep as your curiosity will allow.

This module should be the only curio required to elucidate the many
mysteries of the CloudFormation. Require it, then delve as deep as your
curiosity will allow.
raw docstring

item-property-typeclj

(item-property-type type property)
(item-property-type type property opts)

Given a resource or property type, return detailed information about a property of a resource or property type

Given a resource or property type, return detailed information about a property
of a resource or property type
raw docstring

propertyclj

(property item key)

Returns the named property of the given resource or property type

Returns the named property of the given resource or property type
raw docstring

property-idsclj

(property-ids resource)

Get all properties of a given resource

Get all properties of a given resource
raw docstring

property-typeclj

(property-type property-type-id)
(property-type property-type-id opts)

Returns a property type for the AWS region

Returns a property type for the AWS region
raw docstring

property-typesclj

(property-types)
(property-types opts)

Returns the specification version for a region

Returns the specification version for a region
raw docstring

resourceclj

(resource id)
(resource id opts)

Get the specification for a specific AWS resource. ID will be added as meta so we stop oursevles from tampering with the shape of the AWS specification

Get the specification for a specific AWS resource. ID will be added
as meta so we stop oursevles from tampering with the shape of the
AWS specification
raw docstring

resource-idsclj

(resource-ids service)

Get all resources for a cloud formation service

Get all resources for a cloud formation service
raw docstring

resource-specification-versionclj

(resource-specification-version)
(resource-specification-version opts)

Returns the specification version for a region

Returns the specification version for a region
raw docstring

resource-typesclj

(resource-types)
(resource-types opts)

Return resource types available to an AWS region

Return resource types available to an AWS region
raw docstring

resourcesclj

(resources service-name)
(resources service-name opts)

Returns a sequence of resources for the given AWS service

Returns a sequence of resources for the given AWS service
raw docstring

serviceclj

(service service-name)
(service service-name opts)

Get a full blown service specification for a service identified by name. The given service must be supported by the target AWS Region

Get a full blown service specification for a service identified by name. The given service must be supported by the target AWS Region
raw docstring

service-namesclj

(service-names)
(service-names opts)

List AWS service names for the given AWS Region

List AWS service names for the given AWS Region
raw docstring

specification-dataclj

(specification-data)
(specification-data opts)

Return a CloudFormation specification as a map

Return a CloudFormation specification as a map
raw docstring

update-specification!clj

(update-specification! region)

Force an update of the specification data for an AWS region

Force an update of the specification data for an AWS region
raw docstring

valid-service?clj

(valid-service? service-name)
(valid-service? service-name opts)

Is the given service name a valid cloud formation service?

Is the given service name a valid cloud formation service?
raw docstring

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

× close