Stratosphere.MediaPackageV2.Channel
module Stratosphere.MediaPackageV2.Channel.InputSwitchConfigurationProperty
module Stratosphere.MediaPackageV2.Channel.OutputHeaderConfigurationProperty
data Channel Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channel.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channel.html#cfn-mediapackagev2-channel-channelgroupname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channel.html#cfn-mediapackagev2-channel-channelname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channel.html#cfn-mediapackagev2-channel-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channel.html#cfn-mediapackagev2-channel-inputswitchconfiguration
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channel.html#cfn-mediapackagev2-channel-inputtype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channel.html#cfn-mediapackagev2-channel-outputheaderconfiguration
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channel.html#cfn-mediapackagev2-channel-tags
Defined in Stratosphere.MediaPackageV2.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 "ChannelGroupName" Channel -> Channel -> Channel #
set :: PropertyType "ChannelName" Channel -> Channel -> Channel #
set :: PropertyType "Description" Channel -> Channel -> Channel #
set :: PropertyType "InputSwitchConfiguration" Channel -> Channel -> Channel #
set :: PropertyType "InputType" Channel -> Channel -> Channel #
set :: PropertyType "OutputHeaderConfiguration" Channel -> Channel -> Channel #
set :: PropertyType "Tags" Channel -> Channel -> Channel #
mkChannel :: Value Text -> Value Text -> Channel Source #