Stratosphere.CloudFormation.Stack
data Stack Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-notificationarns
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-parameters
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-timeoutinminutes
Defined in Stratosphere.CloudFormation.Stack
Methods
toJSON :: Stack -> Value #
toEncoding :: Stack -> Encoding #
toJSONList :: [Stack] -> Value #
toEncodingList :: [Stack] -> Encoding #
omitField :: Stack -> Bool #
showsPrec :: Int -> Stack -> ShowS #
show :: Stack -> String #
showList :: [Stack] -> ShowS #
(==) :: Stack -> Stack -> Bool #
(/=) :: Stack -> Stack -> Bool #
toResourceProperties :: Stack -> ResourceProperties #
Associated Types
set :: PropertyType "NotificationARNs" Stack -> Stack -> Stack #
set :: PropertyType "Parameters" Stack -> Stack -> Stack #
set :: PropertyType "Tags" Stack -> Stack -> Stack #
set :: PropertyType "TemplateURL" Stack -> Stack -> Stack #
set :: PropertyType "TimeoutInMinutes" Stack -> Stack -> Stack #
mkStack :: Value Text -> Stack Source #