Stratosphere.NetworkManager.Site
module Stratosphere.NetworkManager.Site.LocationProperty
data Site Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-globalnetworkid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-location
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-site.html#cfn-networkmanager-site-tags
Defined in Stratosphere.NetworkManager.Site
Methods
toJSON :: Site -> Value #
toEncoding :: Site -> Encoding #
toJSONList :: [Site] -> Value #
toEncodingList :: [Site] -> Encoding #
omitField :: Site -> Bool #
showsPrec :: Int -> Site -> ShowS #
show :: Site -> String #
showList :: [Site] -> ShowS #
(==) :: Site -> Site -> Bool #
(/=) :: Site -> Site -> Bool #
toResourceProperties :: Site -> ResourceProperties #
Associated Types
set :: PropertyType "Description" Site -> Site -> Site #
set :: PropertyType "GlobalNetworkId" Site -> Site -> Site #
set :: PropertyType "Location" Site -> Site -> Site #
set :: PropertyType "Tags" Site -> Site -> Site #
mkSite :: Value Text -> Site Source #