Function Args
constructor(apiId: Output<String>? = null, code: Output<String>? = null, dataSource: Output<String>? = null, description: Output<String>? = null, functionVersion: Output<String>? = null, maxBatchSize: Output<Int>? = null, name: Output<String>? = null, requestMappingTemplate: Output<String>? = null, responseMappingTemplate: Output<String>? = null, runtime: Output<FunctionRuntimeArgs>? = null, syncConfig: Output<FunctionSyncConfigArgs>? = null)