Stratosphere.MediaLive.Channel
module Stratosphere.MediaLive.Channel.AnywhereSettingsProperty
module Stratosphere.MediaLive.Channel.CdiInputSpecificationProperty
module Stratosphere.MediaLive.Channel.ChannelEngineVersionRequestProperty
module Stratosphere.MediaLive.Channel.EncoderSettingsProperty
module Stratosphere.MediaLive.Channel.InputAttachmentProperty
module Stratosphere.MediaLive.Channel.InputSpecificationProperty
module Stratosphere.MediaLive.Channel.MaintenanceCreateSettingsProperty
module Stratosphere.MediaLive.Channel.OutputDestinationProperty
module Stratosphere.MediaLive.Channel.VpcOutputSettingsProperty
data Channel Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-anywheresettings
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-cdiinputspecification
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-channelclass
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-channelengineversion
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-destinations
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-dryrun
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-encodersettings
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-inputattachments
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-inputspecification
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-loglevel
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-maintenance
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-rolearn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html#cfn-medialive-channel-vpc
Defined in Stratosphere.MediaLive.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 "AnywhereSettings" Channel -> Channel -> Channel #
set :: PropertyType "CdiInputSpecification" Channel -> Channel -> Channel #
set :: PropertyType "ChannelClass" Channel -> Channel -> Channel #
set :: PropertyType "ChannelEngineVersion" Channel -> Channel -> Channel #
set :: PropertyType "Destinations" Channel -> Channel -> Channel #
set :: PropertyType "DryRun" Channel -> Channel -> Channel #
set :: PropertyType "EncoderSettings" Channel -> Channel -> Channel #
set :: PropertyType "InputAttachments" Channel -> Channel -> Channel #
set :: PropertyType "InputSpecification" Channel -> Channel -> Channel #
set :: PropertyType "LogLevel" Channel -> Channel -> Channel #
set :: PropertyType "Maintenance" Channel -> Channel -> Channel #
set :: PropertyType "Name" Channel -> Channel -> Channel #
set :: PropertyType "RoleArn" Channel -> Channel -> Channel #
set :: PropertyType "Tags" Channel -> Channel -> Channel #
set :: PropertyType "Vpc" Channel -> Channel -> Channel #
mkChannel :: Channel Source #