property target is dynamo Schema #
undefined#/properties/dataTarget/allOf/0/allOf/2
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | specSchema.schema.json* |
2 Type #
unknown (property target is dynamo)
property target is dynamo Properties #
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
awsAccess | object |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
tableName | string |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
partitionField | string |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
partitionValueAccessor | string |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
sortField | string |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
sortValueAccessor | string |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
geojsonField | string |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
parseField | string |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
maxParallel | number |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
batchSize | number |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
awsAccess #
AWS Access Credentials
awsAccess
tableName #
tableName TODO
tableName
- is optional
- type:
string
- cannot be null
- Unstructured type
partitionField #
partitionField TODO
partitionField
- is optional
- type:
string
- cannot be null
- Unstructured type
partitionValueAccessor #
partitionValueAccessor TODO
partitionValueAccessor
- is optional
- type:
string
- cannot be null
- Unstructured type
sortField #
sortField TODO
sortField
- is optional
- type:
string
- cannot be null
- Unstructured type
sortValueAccessor #
sortValueAccessor TODO
sortValueAccessor
- is optional
- type:
string
- cannot be null
- Unstructured type
geojsonField #
geojsonField TODO
geojsonField
- is optional
- type:
string
- cannot be null
- Unstructured type
parseField #
parseField TODO
parseField
- is optional
- type:
string
- cannot be null
- Unstructured type
maxParallel #
maxParallel TODO
maxParallel
- is optional
- type:
number
- cannot be null
- Unstructured type
batchSize #
batchSize TODO
batchSize
- is optional
- type:
number
- cannot be null
- Unstructured type