Stratosphere.IVS.Channel
module Stratosphere.IVS.Channel.MultitrackInputConfigurationProperty
data Channel Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-channel.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-channel.html#cfn-ivs-channel-authorized
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-channel.html#cfn-ivs-channel-containerformat
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-channel.html#cfn-ivs-channel-insecureingest
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-channel.html#cfn-ivs-channel-latencymode
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-channel.html#cfn-ivs-channel-multitrackinputconfiguration
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-channel.html#cfn-ivs-channel-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-channel.html#cfn-ivs-channel-preset
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-channel.html#cfn-ivs-channel-recordingconfigurationarn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-channel.html#cfn-ivs-channel-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-channel.html#cfn-ivs-channel-type
Defined in Stratosphere.IVS.Channel
Methods
toJSON :: Channel -> Value #
toEncoding :: Channel -> Encoding #
toJSONList :: [Channel] -> Value #
toEncodingList :: [Channel] -> Encoding #
omitField :: Channel -> Bool #
showsPrec :: Int -> Channel -> ShowS #
show :: Channel -> String #
showList :: [Channel] -> ShowS #
(==) :: Channel -> Channel -> Bool #
(/=) :: Channel -> Channel -> Bool #
toResourceProperties :: Channel -> ResourceProperties #
Associated Types
set :: PropertyType "Authorized" Channel -> Channel -> Channel #
set :: PropertyType "ContainerFormat" Channel -> Channel -> Channel #
set :: PropertyType "InsecureIngest" Channel -> Channel -> Channel #
set :: PropertyType "LatencyMode" Channel -> Channel -> Channel #
set :: PropertyType "MultitrackInputConfiguration" Channel -> Channel -> Channel #
set :: PropertyType "Name" Channel -> Channel -> Channel #
set :: PropertyType "Preset" Channel -> Channel -> Channel #
set :: PropertyType "RecordingConfigurationArn" Channel -> Channel -> Channel #
set :: PropertyType "Tags" Channel -> Channel -> Channel #
set :: PropertyType "Type" Channel -> Channel -> Channel #
mkChannel :: Channel Source #