Uses of Interface
software.amazon.awscdk.services.stepfunctions.ItemReaderProps
Package
Description
AWS Step Functions Construct Library
-
Uses of ItemReaderProps in software.amazon.awscdk.services.stepfunctions
Modifier and TypeInterfaceDescriptioninterface
Properties for configuring an Item Reader that iterates over items in a CSV file in S3.interface
Base interface for Item Reader configuration properties the iterate over entries in a S3 file.interface
Properties for configuring an Item Reader that iterates over objects in an S3 bucket.Modifier and TypeClassDescriptionstatic final class
An implementation forItemReaderProps
static final class
An implementation forS3CsvItemReaderProps
static final class
An implementation forS3FileItemReaderProps
static final class
An implementation forS3ObjectsItemReaderProps
Modifier and TypeMethodDescriptionItemReaderProps.Builder.build()
Builds the configured instance.