stratosphere-cloudformation-1.0.0: Stratosphere integration for AWS CloudFormation.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.CloudFormation.Stack

Documentation

data Stack Source #

Instances

Instances details
ToJSON Stack Source # 
Instance details

Defined in Stratosphere.CloudFormation.Stack

Show Stack Source # 
Instance details

Defined in Stratosphere.CloudFormation.Stack

Methods

showsPrec :: Int -> Stack -> ShowS #

show :: Stack -> String #

showList :: [Stack] -> ShowS #

Eq Stack Source # 
Instance details

Defined in Stratosphere.CloudFormation.Stack

Methods

(==) :: Stack -> Stack -> Bool #

(/=) :: Stack -> Stack -> Bool #

ToResourceProperties Stack Source # 
Instance details

Defined in Stratosphere.CloudFormation.Stack

Property "NotificationARNs" Stack Source # 
Instance details

Defined in Stratosphere.CloudFormation.Stack

Associated Types

type PropertyType "NotificationARNs" Stack 
Instance details

Defined in Stratosphere.CloudFormation.Stack

type PropertyType "NotificationARNs" Stack = ValueList Text

Methods

set :: PropertyType "NotificationARNs" Stack -> Stack -> Stack #

Property "Parameters" Stack Source # 
Instance details

Defined in Stratosphere.CloudFormation.Stack

Associated Types

type PropertyType "Parameters" Stack 
Instance details

Defined in Stratosphere.CloudFormation.Stack

type PropertyType "Parameters" Stack = Map Text (Value Text)

Methods

set :: PropertyType "Parameters" Stack -> Stack -> Stack #

Property "Tags" Stack Source # 
Instance details

Defined in Stratosphere.CloudFormation.Stack

Associated Types

type PropertyType "Tags" Stack 
Instance details

Defined in Stratosphere.CloudFormation.Stack

type PropertyType "Tags" Stack = [Tag]

Methods

set :: PropertyType "Tags" Stack -> Stack -> Stack #

Property "TemplateURL" Stack Source # 
Instance details

Defined in Stratosphere.CloudFormation.Stack

Associated Types

type PropertyType "TemplateURL" Stack 
Instance details

Defined in Stratosphere.CloudFormation.Stack

type PropertyType "TemplateURL" Stack = Value Text

Methods

set :: PropertyType "TemplateURL" Stack -> Stack -> Stack #

Property "TimeoutInMinutes" Stack Source # 
Instance details

Defined in Stratosphere.CloudFormation.Stack

Associated Types

type PropertyType "TimeoutInMinutes" Stack 
Instance details

Defined in Stratosphere.CloudFormation.Stack

type PropertyType "TimeoutInMinutes" Stack = Value Integer

Methods

set :: PropertyType "TimeoutInMinutes" Stack -> Stack -> Stack #

type PropertyType "NotificationARNs" Stack Source # 
Instance details

Defined in Stratosphere.CloudFormation.Stack

type PropertyType "NotificationARNs" Stack = ValueList Text
type PropertyType "Parameters" Stack Source # 
Instance details

Defined in Stratosphere.CloudFormation.Stack

type PropertyType "Parameters" Stack = Map Text (Value Text)
type PropertyType "Tags" Stack Source # 
Instance details

Defined in Stratosphere.CloudFormation.Stack

type PropertyType "Tags" Stack = [Tag]
type PropertyType "TemplateURL" Stack Source # 
Instance details

Defined in Stratosphere.CloudFormation.Stack

type PropertyType "TemplateURL" Stack = Value Text
type PropertyType "TimeoutInMinutes" Stack Source # 
Instance details

Defined in Stratosphere.CloudFormation.Stack

type PropertyType "TimeoutInMinutes" Stack = Value Integer