Class ItemBatcher
Configuration for processing a group of items in a single child workflow execution.
Inheritance
System.Object
ItemBatcher
Namespace: Amazon.CDK.AWS.StepFunctions
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ItemBatcher : DeputyBase
Syntax (vb)
Public Class ItemBatcher
Inherits DeputyBase
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.StepFunctions;
var batchInput;
var itemBatcher = new ItemBatcher(new ItemBatcherProps {
BatchInput = batchInput,
MaxInputBytesPerBatch = 123,
MaxInputBytesPerBatchPath = "maxInputBytesPerBatchPath",
MaxItemsPerBatch = 123,
MaxItemsPerBatchPath = "maxItemsPerBatchPath"
});
Synopsis
Constructors
ItemBatcher(IItemBatcherProps) | |
ItemBatcher(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
ItemBatcher(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
Methods
Render() | Render ItemBatcher in ASL JSON format. |
ValidateItemBatcher() | Validate this ItemBatcher. |
Constructors
ItemBatcher(IItemBatcherProps)
ItemBatcher(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected ItemBatcher(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
ItemBatcher(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected ItemBatcher(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
Methods
Render()
Render ItemBatcher in ASL JSON format.
public virtual object Render()
Returns
System.Object
ValidateItemBatcher()
Validate this ItemBatcher.
public virtual string[] ValidateItemBatcher()
Returns
System.String[]