The name of a valid DataBrew transformation to be performed on the data.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RecipeStep_Action_Operation |
Contextual parameters for the transformation. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RecipeStep_Action_Parameters |
Amazon.PowerShell.Cmdlets.GDB.AmazonGlueDataBrewClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
A unique identifier for an interactive session that's currently open and ready for work. The action will be performed on this session.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The name of the project to apply the action to.
Required? | True |
Position? | 1 |
Accept pipeline input? | True (ByValue, ByPropertyName) |
If true, the result of the recipe step will be returned, but not applied.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
One or more conditions that must be met for the recipe step to succeed.All of the conditions in the array must be met. In other words, all of the conditions must be combined using a logical AND operation. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RecipeStep_ConditionExpressions |
Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.GlueDataBrew.Model.SendProjectSessionActionResponse). Specifying the name of a property of type Amazon.GlueDataBrew.Model.SendProjectSessionActionResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The index from which to preview a step. This index is used to preview the result of steps that have already been applied, so that the resulting view frame is from earlier in the view frame stack.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Controls if analytics computation is enabled or disabled. Enabled by default.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ViewFrame_Analytics |
-ViewFrame_ColumnRange <
Int32>
The number of columns to include in the view frame, beginning with the StartColumnIndex value and ignoring any columns in the HiddenColumns list.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
A list of columns to hide in the view frame. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ViewFrame_HiddenColumns |
-ViewFrame_RowRange <
Int32>
The number of rows to include in the view frame, beginning with the StartRowIndex value.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-ViewFrame_StartColumnIndex <
Int32>
The starting index for the range of columns to return in the view frame.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-ViewFrame_StartRowIndex <
Int32>
The starting index for the range of rows to return in the view frame.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |