stratosphere-0.24.1: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.Parameters

Description

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/parameters-section-structure.html

You can use the optional Parameters section to pass values into your template when you create a stack. With parameters, you can create templates that are customized each time you create a stack. Each parameter must contain a value when you create a stack. You can specify a default value to make the parameter optional. For more information about creating stacks, see Working with Stacks.

Synopsis

Documentation

data Parameter #

Constructors

Parameter 

Fields

Instances
Eq Parameter # 
Instance details

Defined in Stratosphere.Parameters

Show Parameter # 
Instance details

Defined in Stratosphere.Parameters

NamedItem Parameter # 
Instance details

Defined in Stratosphere.Parameters

ToRef Parameter b # 
Instance details

Defined in Stratosphere.Parameters

Methods

toRef :: Parameter -> Val b #

parameter #

Arguments

:: Text

Name

-> Text

Type

-> Parameter 

Constructor for Parameter with required arguments.

newtype Parameters #

Wrapper around a list of Parameterss to we can modify the aeson instances.

Constructors

Parameters 

Fields

Instances
IsList Parameters # 
Instance details

Defined in Stratosphere.Parameters

Associated Types

type Item Parameters :: * #

Eq Parameters # 
Instance details

Defined in Stratosphere.Parameters

Show Parameters # 
Instance details

Defined in Stratosphere.Parameters

Semigroup Parameters # 
Instance details

Defined in Stratosphere.Parameters

Monoid Parameters # 
Instance details

Defined in Stratosphere.Parameters

ToJSON Parameters # 
Instance details

Defined in Stratosphere.Parameters

FromJSON Parameters # 
Instance details

Defined in Stratosphere.Parameters

type Item Parameters # 
Instance details

Defined in Stratosphere.Parameters