Add-VSIoTEventsDetectorModelOnInput
Add-VSIoTEventsDetectorModelOnInput
SYNOPSIS
Adds an AWS::IoTEvents::DetectorModel.OnInput resource property to the template. When an input is received and the “condition” is TRUE, perform the specified “actions”.
SYNTAX
Add-VSIoTEventsDetectorModelOnInput [[-Events] <Object>] [[-TransitionEvents] <Object>] [<CommonParameters>]
DESCRIPTION
Adds an AWS::IoTEvents::DetectorModel.OnInput resource property to the template. When an input is received and the “condition” is TRUE, perform the specified “actions”.
PARAMETERS
-Events
Specifies the actions that are performed when an input is received and the “condition” is TRUE.
Type: List Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotevents-detectormodel-oninput.html#cfn-iotevents-detectormodel-oninput-events ItemType: Event UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-TransitionEvents
Specifies the actions performed, and the next state entered, when an input is received and a “condition” evaluates to TRUE.
Type: List Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotevents-detectormodel-oninput.html#cfn-iotevents-detectormodel-oninput-transitionevents ItemType: TransitionEvent UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.