| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.CloudFormationStack
- data CloudFormationStack = CloudFormationStack {}
- cloudFormationStack :: Val Text -> CloudFormationStack
- cfsNotificationARNs :: Lens' CloudFormationStack (Maybe (ValList Text))
- cfsParameters :: Lens' CloudFormationStack (Maybe Object)
- cfsTags :: Lens' CloudFormationStack (Maybe [Tag])
- cfsTemplateURL :: Lens' CloudFormationStack (Val Text)
- cfsTimeoutInMinutes :: Lens' CloudFormationStack (Maybe (Val Integer))
Documentation
data CloudFormationStack #
Full data type definition for CloudFormationStack. See
cloudFormationStack for a more convenient constructor.
Constructors
| CloudFormationStack | |
Arguments
| :: Val Text | |
| -> CloudFormationStack |
Constructor for CloudFormationStack containing required fields as
arguments.