Stratosphere.MediaLive.Network
module Stratosphere.MediaLive.Network.IpPoolProperty
module Stratosphere.MediaLive.Network.RouteProperty
module Stratosphere.MediaLive.Network.TagsProperty
data Network Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-network.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-network.html#cfn-medialive-network-ippools
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-network.html#cfn-medialive-network-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-network.html#cfn-medialive-network-routes
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-network.html#cfn-medialive-network-tags
Defined in Stratosphere.MediaLive.Network
Methods
toJSON :: Network -> Value #
toEncoding :: Network -> Encoding #
toJSONList :: [Network] -> Value #
toEncodingList :: [Network] -> Encoding #
omitField :: Network -> Bool #
showsPrec :: Int -> Network -> ShowS #
show :: Network -> String #
showList :: [Network] -> ShowS #
(==) :: Network -> Network -> Bool #
(/=) :: Network -> Network -> Bool #
toResourceProperties :: Network -> ResourceProperties #
Associated Types
set :: PropertyType "IpPools" Network -> Network -> Network #
set :: PropertyType "Name" Network -> Network -> Network #
set :: PropertyType "Routes" Network -> Network -> Network #
set :: PropertyType "Tags" Network -> Network -> Network #
mkNetwork :: [IpPoolProperty] -> Value Text -> Network Source #