Add-VSIoTAnalyticsDatasetAction
Add-VSIoTAnalyticsDatasetAction
SYNOPSIS
Adds an AWS::IoTAnalytics::Dataset.Action resource property to the template. Information needed to run the “containerAction” to produce data set contents.
SYNTAX
Add-VSIoTAnalyticsDatasetAction [-ActionName] <Object> [[-ContainerAction] <Object>] [[-QueryAction] <Object>]
[<CommonParameters>]
DESCRIPTION
Adds an AWS::IoTAnalytics::Dataset.Action resource property to the template. Information needed to run the “containerAction” to produce data set contents.
PARAMETERS
-ActionName
The name of the data set action by which data set contents are automatically created.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-action.html#cfn-iotanalytics-dataset-action-actionname PrimitiveType: String UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ContainerAction
Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.
Type: ContainerAction Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-action.html#cfn-iotanalytics-dataset-action-containeraction UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-QueryAction
An “SqlQueryDatasetAction” object that uses an SQL query to automatically create data set contents.
Type: QueryAction Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-action.html#cfn-iotanalytics-dataset-action-queryaction UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
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.