Stratosphere.Location.Map
module Stratosphere.Location.Map.MapConfigurationProperty
data Map Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-map.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-map.html#cfn-location-map-configuration
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-map.html#cfn-location-map-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-map.html#cfn-location-map-mapname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-map.html#cfn-location-map-pricingplan
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-map.html#cfn-location-map-tags
Defined in Stratosphere.Location.Map
Methods
toJSON :: Map -> Value #
toEncoding :: Map -> Encoding #
toJSONList :: [Map] -> Value #
toEncodingList :: [Map] -> Encoding #
omitField :: Map -> Bool #
showsPrec :: Int -> Map -> ShowS #
show :: Map -> String #
showList :: [Map] -> ShowS #
(==) :: Map -> Map -> Bool #
(/=) :: Map -> Map -> Bool #
toResourceProperties :: Map -> ResourceProperties #
Associated Types
set :: PropertyType "Configuration" Map -> Map -> Map #
set :: PropertyType "Description" Map -> Map -> Map #
set :: PropertyType "MapName" Map -> Map -> Map #
set :: PropertyType "PricingPlan" Map -> Map -> Map #
set :: PropertyType "Tags" Map -> Map -> Map #
mkMap :: MapConfigurationProperty -> Value Text -> Map Source #