Add-VSIoTTopicRuleRepublishAction
Add-VSIoTTopicRuleRepublishAction
SYNOPSIS
Adds an AWS::IoT::TopicRule.RepublishAction resource property to the template. Describes an action to republish to another topic.
SYNTAX
Add-VSIoTTopicRuleRepublishAction [[-Qos] <Object>] [-RoleArn] <Object> [-Topic] <Object> [<CommonParameters>]
DESCRIPTION
Adds an AWS::IoT::TopicRule.RepublishAction resource property to the template. Describes an action to republish to another topic.
PARAMETERS
-Qos
The Quality of Service QoS level to use when republishing messages. The default value is 0.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-qos PrimitiveType: Integer UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-RoleArn
The ARN of the IAM role that grants access.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-rolearn PrimitiveType: String UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Topic
The name of the MQTT topic.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-topic PrimitiveType: String UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: True
Position: 3
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.