Stratosphere.MediaLive.Input
module Stratosphere.MediaLive.Input.InputDestinationRequestProperty
module Stratosphere.MediaLive.Input.InputDeviceSettingsProperty
module Stratosphere.MediaLive.Input.InputSourceRequestProperty
module Stratosphere.MediaLive.Input.InputVpcRequestProperty
module Stratosphere.MediaLive.Input.MediaConnectFlowRequestProperty
module Stratosphere.MediaLive.Input.MulticastSettingsCreateRequestProperty
module Stratosphere.MediaLive.Input.Smpte2110ReceiverGroupSettingsProperty
module Stratosphere.MediaLive.Input.SrtSettingsRequestProperty
data Input Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-destinations
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-inputdevices
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-inputnetworklocation
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-inputsecuritygroups
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-mediaconnectflows
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-multicastsettings
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-rolearn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-sdisources
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-smpte2110receivergroupsettings
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-sources
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-srtsettings
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-type
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html#cfn-medialive-input-vpc
Defined in Stratosphere.MediaLive.Input
Methods
toJSON :: Input -> Value #
toEncoding :: Input -> Encoding #
toJSONList :: [Input] -> Value #
toEncodingList :: [Input] -> Encoding #
omitField :: Input -> Bool #
showsPrec :: Int -> Input -> ShowS #
show :: Input -> String #
showList :: [Input] -> ShowS #
(==) :: Input -> Input -> Bool #
(/=) :: Input -> Input -> Bool #
toResourceProperties :: Input -> ResourceProperties #
Associated Types
set :: PropertyType "Destinations" Input -> Input -> Input #
set :: PropertyType "InputDevices" Input -> Input -> Input #
set :: PropertyType "InputNetworkLocation" Input -> Input -> Input #
set :: PropertyType "InputSecurityGroups" Input -> Input -> Input #
set :: PropertyType "MediaConnectFlows" Input -> Input -> Input #
set :: PropertyType "MulticastSettings" Input -> Input -> Input #
set :: PropertyType "Name" Input -> Input -> Input #
set :: PropertyType "RoleArn" Input -> Input -> Input #
set :: PropertyType "SdiSources" Input -> Input -> Input #
set :: PropertyType "Smpte2110ReceiverGroupSettings" Input -> Input -> Input #
set :: PropertyType "Sources" Input -> Input -> Input #
set :: PropertyType "SrtSettings" Input -> Input -> Input #
set :: PropertyType "Tags" Input -> Input -> Input #
set :: PropertyType "Type" Input -> Input -> Input #
set :: PropertyType "Vpc" Input -> Input -> Input #
mkInput :: Input Source #