Module: AWSCDK::StepFunctions::CsvHeaderLocation
- Defined in:
- step_functions/csv_header_location.rb
Overview
CSV header location options.
Constant Summary collapse
- FIRST_ROW =
Deprecated.Note:
Default:
Headers will be read from first row of CSV file.
Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions.CsvHeaderLocation", "FIRST_ROW")
- GIVEN =
Deprecated.Note:
Default:
Headers are provided in CSVHeaders property.
Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions.CsvHeaderLocation", "GIVEN")