Add-VSIoTEventsDetectorModelState
Add-VSIoTEventsDetectorModelState
SYNOPSIS
Adds an AWS::IoTEvents::DetectorModel.State resource property to the template. Information that defines a state of a detector.
SYNTAX
Add-VSIoTEventsDetectorModelState [[-OnInput] <Object>] [[-OnExit] <Object>] [[-StateName] <Object>]
[[-OnEnter] <Object>] [<CommonParameters>]
DESCRIPTION
Adds an AWS::IoTEvents::DetectorModel.State resource property to the template. Information that defines a state of a detector.
PARAMETERS
-OnInput
When an input is received and the condition is TRUE, perform the specified actions.
Type: OnInput Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotevents-detectormodel-state.html#cfn-iotevents-detectormodel-state-oninput UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-OnExit
When exiting this state, perform these actions if the specified condition is TRUE.
Type: OnExit Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotevents-detectormodel-state.html#cfn-iotevents-detectormodel-state-onexit UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-StateName
The name of the state.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotevents-detectormodel-state.html#cfn-iotevents-detectormodel-state-statename PrimitiveType: String UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-OnEnter
When entering this state, perform these actions if the condition is TRUE.
Type: OnEnter Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotevents-detectormodel-state.html#cfn-iotevents-detectormodel-state-onenter UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
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.