Stratosphere.MediaConnect.Flow
module Stratosphere.MediaConnect.Flow.FailoverConfigProperty
module Stratosphere.MediaConnect.Flow.MaintenanceProperty
module Stratosphere.MediaConnect.Flow.MediaStreamProperty
module Stratosphere.MediaConnect.Flow.NdiConfigProperty
module Stratosphere.MediaConnect.Flow.SourceMonitoringConfigProperty
module Stratosphere.MediaConnect.Flow.SourceProperty
module Stratosphere.MediaConnect.Flow.VpcInterfaceProperty
data Flow Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flow.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flow.html#cfn-mediaconnect-flow-availabilityzone
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flow.html#cfn-mediaconnect-flow-flowsize
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flow.html#cfn-mediaconnect-flow-maintenance
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flow.html#cfn-mediaconnect-flow-mediastreams
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flow.html#cfn-mediaconnect-flow-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flow.html#cfn-mediaconnect-flow-ndiconfig
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flow.html#cfn-mediaconnect-flow-source
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flow.html#cfn-mediaconnect-flow-sourcefailoverconfig
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flow.html#cfn-mediaconnect-flow-sourcemonitoringconfig
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flow.html#cfn-mediaconnect-flow-vpcinterfaces
Defined in Stratosphere.MediaConnect.Flow
Methods
toJSON :: Flow -> Value #
toEncoding :: Flow -> Encoding #
toJSONList :: [Flow] -> Value #
toEncodingList :: [Flow] -> Encoding #
omitField :: Flow -> Bool #
showsPrec :: Int -> Flow -> ShowS #
show :: Flow -> String #
showList :: [Flow] -> ShowS #
(==) :: Flow -> Flow -> Bool #
(/=) :: Flow -> Flow -> Bool #
toResourceProperties :: Flow -> ResourceProperties #
Associated Types
set :: PropertyType "AvailabilityZone" Flow -> Flow -> Flow #
set :: PropertyType "FlowSize" Flow -> Flow -> Flow #
set :: PropertyType "Maintenance" Flow -> Flow -> Flow #
set :: PropertyType "MediaStreams" Flow -> Flow -> Flow #
set :: PropertyType "Name" Flow -> Flow -> Flow #
set :: PropertyType "NdiConfig" Flow -> Flow -> Flow #
set :: PropertyType "Source" Flow -> Flow -> Flow #
set :: PropertyType "SourceFailoverConfig" Flow -> Flow -> Flow #
set :: PropertyType "SourceMonitoringConfig" Flow -> Flow -> Flow #
set :: PropertyType "VpcInterfaces" Flow -> Flow -> Flow #
mkFlow :: Value Text -> SourceProperty -> Flow Source #