python params Schema #

undefined#/properties/postProcess/items/allOf/2/properties/params

Parameters to be passed to the python module

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*

params Type #

object (python params)

python params Properties #

Property Type Required Nullable Defined by
pythonS3Bucket string Optional cannot be null specSchema (Unified Pipeline Specification)
pythonS3Key string Optional cannot be null specSchema (Unified Pipeline Specification)
pythonLocalPath string Optional cannot be null specSchema (Unified Pipeline Specification)
handler string Optional cannot be null specSchema (Unified Pipeline Specification)
env object Optional cannot be null specSchema (Unified Pipeline Specification)
onError Not specified Optional cannot be null specSchema (Unified Pipeline Specification)
awsAccess object Optional cannot be null specSchema (Unified Pipeline Specification)

pythonS3Bucket #

Python deployment package S3 bucket

pythonS3Bucket

pythonS3Key #

Python deployment package S3 key

pythonS3Key

pythonLocalPath #

Python deployment package local path

pythonLocalPath

handler #

AWS Lambda-style handler function reference (e.g., index.handler)

handler

env #

Environment variables

env

onError #

Enumeration of strings with constraints below

onError

onError Constraints #

enum: the value of this property must be equal to one of the following values:

Value Explanation
"throw"
"ignore"

awsAccess #

AWS Access Credentials

awsAccess