Stratosphere.CloudFormation.Macro
data Macro Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-loggroupname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-logrolearn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-name
Defined in Stratosphere.CloudFormation.Macro
Methods
toJSON :: Macro -> Value #
toEncoding :: Macro -> Encoding #
toJSONList :: [Macro] -> Value #
toEncodingList :: [Macro] -> Encoding #
omitField :: Macro -> Bool #
showsPrec :: Int -> Macro -> ShowS #
show :: Macro -> String #
showList :: [Macro] -> ShowS #
(==) :: Macro -> Macro -> Bool #
(/=) :: Macro -> Macro -> Bool #
toResourceProperties :: Macro -> ResourceProperties #
Associated Types
set :: PropertyType "Description" Macro -> Macro -> Macro #
set :: PropertyType "FunctionName" Macro -> Macro -> Macro #
set :: PropertyType "LogGroupName" Macro -> Macro -> Macro #
set :: PropertyType "LogRoleARN" Macro -> Macro -> Macro #
set :: PropertyType "Name" Macro -> Macro -> Macro #
mkMacro :: Value Text -> Value Text -> Macro Source #