Stratosphere.IoTEvents.Input
module Stratosphere.IoTEvents.Input.InputDefinitionProperty
data Input Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html#cfn-iotevents-input-inputdefinition
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html#cfn-iotevents-input-inputdescription
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html#cfn-iotevents-input-inputname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotevents-input.html#cfn-iotevents-input-tags
Defined in Stratosphere.IoTEvents.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 "InputDefinition" Input -> Input -> Input #
set :: PropertyType "InputDescription" Input -> Input -> Input #
set :: PropertyType "InputName" Input -> Input -> Input #
set :: PropertyType "Tags" Input -> Input -> Input #
mkInput :: InputDefinitionProperty -> Input Source #