@awsless/cli 0.1.27 → 0.1.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/stack.json CHANGED
@@ -1 +1 @@
1
- {"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"$schema":{"type":"string"},"name":{"description":"Stack name.","type":"string","minLength":3,"maxLength":24,"pattern":"^[a-z0-9-]+$","markdownDescription":"Stack name."},"routes":{"description":"Add routes to your global Router that link a path pattern to a lambda function.","type":"object","propertyNames":{"description":"The router id to add your routes to.","type":"string","minLength":3,"maxLength":24,"pattern":"^[a-z0-9-]+$","markdownDescription":"The router id to add your routes to."},"additionalProperties":{"type":"object","propertyNames":{"type":"string","pattern":"^\\/"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},"description":"Define the routes and the lambda function that should handle them.\nRoutes can be an exact path like \"/sitemap.xml\", a wildcard like \"/sitemap/*\", or contain params like \"/sitemap/{locale}/{page}.xml\".\nParam values are passed to the function as \"x-param-[NAME]\" request headers.","markdownDescription":"Define the routes and the lambda function that should handle them.\nRoutes can be an exact path like \"/sitemap.xml\", a wildcard like \"/sitemap/*\", or contain params like \"/sitemap/{locale}/{page}.xml\".\nParam values are passed to the function as \"x-param-[NAME]\" request headers."},"markdownDescription":"Add routes to your global Router that link a path pattern to a lambda function."},"commands":{"description":"Define the custom commands for your stack.","type":"object","propertyNames":{"type":"string","minLength":3,"maxLength":24,"pattern":"^[a-z0-9-]+$"},"additionalProperties":{"anyOf":[{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},"handler":{"default":"default","description":"The name of the handler that needs to run\n\n@default \"default\"\n\n@default \"default\"","type":"string","markdownDescription":"The name of the handler that needs to run\n\n@default ```\"default\"```\n\n@default ```\"default\"```"},"description":{"description":"A description of the command","type":"string","markdownDescription":"A description of the command"}},"required":["file"]},{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]}]},"markdownDescription":"Define the custom commands for your stack."},"rest":{"description":"Define routes in your stack for your global REST API.","type":"object","propertyNames":{"type":"string","minLength":3,"maxLength":24,"pattern":"^[a-z0-9-]+$"},"additionalProperties":{"type":"object","propertyNames":{"anyOf":[{"type":"string","pattern":"^(POST|GET|PUT|DELETE|HEAD|OPTIONS|ANY)(\\s\\/[a-z0-9+_\\-/{}]*)$"},{"type":"string","const":"$default"}],"description":"The REST API route that is comprised by the http method and http path.\nThe possible http methods are POST, GET,PUT, DELETE, HEAD, OPTIONS, ANY.\nExample: GET /posts/{id}","markdownDescription":"The REST API route that is comprised by the http method and http path.\nThe possible http methods are POST, GET,PUT, DELETE, HEAD, OPTIONS, ANY.\nExample: GET /posts/{id}"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"markdownDescription":"Define routes in your stack for your global REST API."},"rpc":{"type":"object","propertyNames":{"type":"string","minLength":3,"maxLength":24,"pattern":"^[a-z0-9-]+$"},"additionalProperties":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"function":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"The RPC function to execute.","markdownDescription":"The RPC function to execute."},"lock":{"type":"boolean","description":"Specify if the function should be locked on the `lockKey` returned from the auth function.\nAn example would be returning the user ID as `lockKey`.","markdownDescription":"Specify if the function should be locked on the `lockKey` returned from the auth function.\nAn example would be returning the user ID as `lockKey`."}},"required":["function","lock"]}]},"description":"The queries for your global RPC API.","markdownDescription":"The queries for your global RPC API."},"description":"Define the schema in your stack for your global RPC API.","markdownDescription":"Define the schema in your stack for your global RPC API."},"crons":{"description":"Define the cron jobs in your stack.","type":"object","propertyNames":{"type":"string","minLength":3,"maxLength":24,"pattern":"^[a-z0-9-]+$"},"additionalProperties":{"type":"object","properties":{"enabled":{"default":true,"description":"If the cron is enabled.\n\n@default true","type":"boolean","markdownDescription":"If the cron is enabled.\n\n@default ```true```"},"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"The consuming lambda function properties.","markdownDescription":"The consuming lambda function properties."},"schedule":{"anyOf":[{},{}],"description":"The scheduling expression.\n\nexample: \"0 20 * * ? *\"\nexample: \"5 minutes\"","markdownDescription":"The scheduling expression.\n\nexample: \"0 20 * * ? *\"\nexample: \"5 minutes\""},"payload":{"description":"The JSON payload that will be passed to the consumer.","markdownDescription":"The JSON payload that will be passed to the consumer."}},"required":["consumer","schedule"]},"markdownDescription":"Define the cron jobs in your stack."},"caches":{"description":"Define the caches in your stack. For access to the cache put your functions inside the global VPC.","type":"object","propertyNames":{"type":"string","minLength":3,"maxLength":24,"pattern":"^[a-z0-9-]+$"},"additionalProperties":{"type":"object","properties":{"minStorage":{"description":"The lower limit for data storage the cache is set to use. You can specify a size value from 1 GB to 5000 GB.","type":"string","pattern":"^[0-9]+ (B|KB|MB|GB|TB|PB)$","markdownDescription":"The lower limit for data storage the cache is set to use. You can specify a size value from 1 GB to 5000 GB."},"maxStorage":{"description":"The upper limit for data storage the cache is set to use. You can specify a size value from 1 GB to 5000 GB.","type":"string","pattern":"^[0-9]+ (B|KB|MB|GB|TB|PB)$","markdownDescription":"The upper limit for data storage the cache is set to use. You can specify a size value from 1 GB to 5000 GB."},"minECPU":{"type":"integer","minimum":1000,"maximum":15000000,"description":"The minimum number of ECPUs the cache can consume per second. You can specify a integer from 1,000 to 15,000,000.","markdownDescription":"The minimum number of ECPUs the cache can consume per second. You can specify a integer from 1,000 to 15,000,000."},"maxECPU":{"type":"integer","minimum":1000,"maximum":15000000,"description":"The maximum number of ECPUs the cache can consume per second. You can specify a integer from 1,000 to 15,000,000.","markdownDescription":"The maximum number of ECPUs the cache can consume per second. You can specify a integer from 1,000 to 15,000,000."},"snapshotRetentionLimit":{"default":1,"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991}}},"markdownDescription":"Define the caches in your stack. For access to the cache put your functions inside the global VPC."},"subscribers":{"description":"Define the event topics to subscribe too in your stack.","type":"object","propertyNames":{"description":"Define event topic name.","type":"string","minLength":3,"maxLength":256,"pattern":"^[a-z0-9-]+$","markdownDescription":"Define event topic name."},"additionalProperties":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"]}]},"markdownDescription":"Define the event topics to subscribe too in your stack."},"functions":{"description":"Define the functions in your stack.","type":"object","propertyNames":{"type":"string","minLength":3,"maxLength":24,"pattern":"^[a-z0-9-]+$"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."},"runtime":{"anyOf":[{"anyOf":[{"type":"string","enum":["nodejs18.x","nodejs20.x","nodejs22.x","nodejs24.x"]},{"type":"string","const":"container"}]},{"type":"string"}],"description":"The identifier of the function's runtime.","markdownDescription":"The identifier of the function's runtime."},"description":{"type":"string","description":"A description of the function.","markdownDescription":"A description of the function."},"vpc":{"type":"boolean","description":"Put the function inside your global VPC.","markdownDescription":"Put the function inside your global VPC."},"log":{"anyOf":[{"type":"boolean"},{"description":"The log retention duration.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"The log retention duration."},{"type":"object","properties":{"retention":{"description":"The log retention duration.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"The log retention duration."},"format":{"type":"string","enum":["text","json"],"description":"The format in which Lambda sends your function's application and system logs to CloudWatch. Select between plain text and structured JSON.","markdownDescription":"The format in which Lambda sends your function's application and system logs to CloudWatch. Select between plain text and structured JSON."},"system":{"type":"string","enum":["debug","info","warn"],"description":"Set this property to filter the system logs for your function that Lambda sends to CloudWatch. Lambda only sends system logs at the selected level of detail and lower, where DEBUG is the highest level and WARN is the lowest.","markdownDescription":"Set this property to filter the system logs for your function that Lambda sends to CloudWatch. Lambda only sends system logs at the selected level of detail and lower, where DEBUG is the highest level and WARN is the lowest."},"level":{"type":"string","enum":["trace","debug","info","warn","error","fatal"],"description":"Set this property to filter the application logs for your function that Lambda sends to CloudWatch. Lambda only sends application logs at the selected level of detail and lower, where TRACE is the highest level and FATAL is the lowest.","markdownDescription":"Set this property to filter the application logs for your function that Lambda sends to CloudWatch. Lambda only sends application logs at the selected level of detail and lower, where TRACE is the highest level and FATAL is the lowest."}}}],"description":"Enable logging to a CloudWatch log group. Providing a duration value will set the log retention time.","markdownDescription":"Enable logging to a CloudWatch log group. Providing a duration value will set the log retention time."},"timeout":{"description":"The amount of time that Lambda allows a function to run before stopping it. You can specify a size value from 1 second to 15 minutes.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"The amount of time that Lambda allows a function to run before stopping it. You can specify a size value from 1 second to 15 minutes."},"memorySize":{"description":"The amount of memory available to the function at runtime. Increasing the function memory also increases its CPU allocation. The value can be any multiple of 1 MB. You can specify a size value from 128 MB to 10 GB.","type":"string","pattern":"^[0-9]+ (B|KB|MB|GB|TB|PB)$","markdownDescription":"The amount of memory available to the function at runtime. Increasing the function memory also increases its CPU allocation. The value can be any multiple of 1 MB. You can specify a size value from 128 MB to 10 GB."},"architecture":{"type":"string","enum":["x86_64","arm64"],"description":"The instruction set architecture that the function supports.","markdownDescription":"The instruction set architecture that the function supports."},"ephemeralStorageSize":{"description":"The size of the function's /tmp directory. You can specify a size value from 512 MB to 10 GB.","type":"string","pattern":"^[0-9]+ (B|KB|MB|GB|TB|PB)$","markdownDescription":"The size of the function's /tmp directory. You can specify a size value from 512 MB to 10 GB."},"reserved":{"type":"integer","minimum":0,"maximum":9007199254740991,"description":"The number of simultaneous executions to reserve for the function. You can specify a number from 0.","markdownDescription":"The number of simultaneous executions to reserve for the function. You can specify a number from 0."},"layers":{"type":"array","items":{"type":"string"},"description":"A list of function layers to add to the function's execution environment. Specify each layer by its name.","markdownDescription":"A list of function layers to add to the function's execution environment. Specify each layer by its name."},"environment":{"description":"Environment variable key-value pairs.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"},"markdownDescription":"Environment variable key-value pairs."},"permissions":{"anyOf":[{"type":"object","properties":{"effect":{"default":"allow","type":"string","enum":["allow","deny"]},"actions":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"resources":{"anyOf":[{"anyOf":[{"type":"string","pattern":"^arn:.*"},{"type":"string","const":"*"}]},{"type":"array","items":{"anyOf":[{"type":"string","pattern":"^arn:.*"},{"type":"string","const":"*"}]}}]}},"required":["actions","resources"]},{"type":"array","items":{"type":"object","properties":{"effect":{"default":"allow","type":"string","enum":["allow","deny"]},"actions":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"resources":{"anyOf":[{"anyOf":[{"type":"string","pattern":"^arn:.*"},{"type":"string","const":"*"}]},{"type":"array","items":{"anyOf":[{"type":"string","pattern":"^arn:.*"},{"type":"string","const":"*"}]}}]}},"required":["actions","resources"]}}],"description":"Add IAM permissions to your function.","markdownDescription":"Add IAM permissions to your function."},"sandbox":{"anyOf":[{"type":"boolean"},{"type":"object","properties":{"functions":{"description":"The \"stack:name\" functions the sandbox may invoke through the sandbox proxy.","type":"array","items":{"type":"string","pattern":"^[a-z0-9-]+:[a-z0-9-]+$"},"markdownDescription":"The \"stack:name\" functions the sandbox may invoke through the sandbox proxy."},"tasks":{"description":"The \"stack:name\" tasks the sandbox may start through the sandbox proxy.","type":"array","items":{"type":"string","pattern":"^[a-z0-9-]+:[a-z0-9-]+$"},"markdownDescription":"The \"stack:name\" tasks the sandbox may start through the sandbox proxy."},"configs":{"description":"The config values the sandbox may read.","type":"array","items":{"type":"string","pattern":"^[a-z0-9-]+$"},"markdownDescription":"The config values the sandbox may read."}},"additionalProperties":false}],"description":"Block the function from invoking other lambdas & reading the app wide env. Pass an object with functions, tasks & configs to allow only those through.","markdownDescription":"Block the function from invoking other lambdas & reading the app wide env. Pass an object with functions, tasks & configs to allow only those through."}},"required":["code"],"additionalProperties":false}]},"markdownDescription":"Define the functions in your stack."},"instances":{"description":"Define the instances in your stack.","type":"object","propertyNames":{"type":"string","minLength":3,"maxLength":24,"pattern":"^[a-z0-9-]+$"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the instance code.","markdownDescription":"The file path of the instance code."}},"required":["file"]}],"description":"Specify the code of your instance.","markdownDescription":"Specify the code of your instance."},"description":{"type":"string","description":"A description of the instance.","markdownDescription":"A description of the instance."},"image":{"description":"The URL of the container image to use. Default: public.ecr.aws/aws-cli/aws-cli:{architecture}","type":"string","markdownDescription":"The URL of the container image to use. Default: public.ecr.aws/aws-cli/aws-cli:{architecture}"},"startupCommand":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"description":"Optional shell commands to run before the instance program starts.","markdownDescription":"Optional shell commands to run before the instance program starts."},"log":{"anyOf":[{"type":"boolean"},{"description":"The log retention duration.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"The log retention duration."},{"type":"object","properties":{"retention":{"description":"The log retention duration.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"The log retention duration."}}}],"description":"Enable logging to a CloudWatch log group. Providing a duration value will set the log retention time.","markdownDescription":"Enable logging to a CloudWatch log group. Providing a duration value will set the log retention time."},"cpu":{"description":"The number of vCPUs used by the instance. Valid values: 0.25, 0.5, 1, 2, 4, 8, 16.","anyOf":[{"type":"number","const":0.25},{"type":"number","const":0.5},{"type":"number","const":1},{"type":"number","const":2},{"type":"number","const":4},{"type":"number","const":8},{"type":"number","const":16}],"markdownDescription":"The number of vCPUs used by the instance. Valid values: 0.25, 0.5, 1, 2, 4, 8, 16."},"memorySize":{"description":"The amount of memory (in MiB) used by the instance. Valid memory values depend on the CPU configuration.","type":"string","pattern":"^[0-9]+ (B|KB|MB|GB|TB|PB)$","markdownDescription":"The amount of memory (in MiB) used by the instance. Valid memory values depend on the CPU configuration."},"architecture":{"type":"string","enum":["x86_64","arm64"],"description":"The instruction set architecture that the instance supports.","markdownDescription":"The instruction set architecture that the instance supports."},"environment":{"description":"Environment variable key-value pairs.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"},"markdownDescription":"Environment variable key-value pairs."},"permissions":{"anyOf":[{"type":"object","properties":{"effect":{"default":"allow","type":"string","enum":["allow","deny"]},"actions":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"resources":{"anyOf":[{"anyOf":[{"type":"string","pattern":"^arn:.*"},{"type":"string","const":"*"}]},{"type":"array","items":{"anyOf":[{"type":"string","pattern":"^arn:.*"},{"type":"string","const":"*"}]}}]}},"required":["actions","resources"]},{"type":"array","items":{"type":"object","properties":{"effect":{"default":"allow","type":"string","enum":["allow","deny"]},"actions":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"resources":{"anyOf":[{"anyOf":[{"type":"string","pattern":"^arn:.*"},{"type":"string","const":"*"}]},{"type":"array","items":{"anyOf":[{"type":"string","pattern":"^arn:.*"},{"type":"string","const":"*"}]}}]}},"required":["actions","resources"]}}],"description":"Add IAM permissions to your instance.","markdownDescription":"Add IAM permissions to your instance."},"healthCheck":{"type":"object","properties":{"path":{"type":"string","description":"The path that the container runs to determine if it is healthy.","markdownDescription":"The path that the container runs to determine if it is healthy."},"interval":{"description":"The time period in seconds between each health check execution.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"The time period in seconds between each health check execution."},"retries":{"type":"integer","minimum":1,"maximum":10,"description":"The number of times to retry a failed health check before the container is considered unhealthy.","markdownDescription":"The number of times to retry a failed health check before the container is considered unhealthy."},"startPeriod":{"description":"The optional grace period to provide containers time to bootstrap before failed health checks count towards the maximum number of retries.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"The optional grace period to provide containers time to bootstrap before failed health checks count towards the maximum number of retries."},"timeout":{"description":"The time period in seconds to wait for a health check to succeed before it is considered a failure.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"The time period in seconds to wait for a health check to succeed before it is considered a failure."}},"required":["path","interval","retries","startPeriod","timeout"],"description":"The health check command and associated configuration parameters for the container.","markdownDescription":"The health check command and associated configuration parameters for the container."}},"required":["code"]}]},"markdownDescription":"Define the instances in your stack."},"jobs":{"description":"Define the jobs in your stack.","type":"object","propertyNames":{"type":"string","minLength":3,"maxLength":24,"pattern":"^[a-z0-9-]+$"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the job code.","markdownDescription":"The file path of the job code."}},"required":["file"]}],"description":"Specify the code of your job.","markdownDescription":"Specify the code of your job."},"image":{"type":"string","description":"The URL of the container image to use. Default: public.ecr.aws/aws-cli/aws-cli:{architecture}","markdownDescription":"The URL of the container image to use. Default: public.ecr.aws/aws-cli/aws-cli:{architecture}"},"persistentStorage":{"type":"boolean","description":"Mount persistent storage for the job at a fixed internal path.","markdownDescription":"Mount persistent storage for the job at a fixed internal path."},"startupCommand":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"description":"Optional shell commands to run before the job executable is downloaded and started.","markdownDescription":"Optional shell commands to run before the job executable is downloaded and started."},"log":{"anyOf":[{"type":"boolean"},{"description":"The log retention duration.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"The log retention duration."},{"type":"object","properties":{"retention":{"description":"The log retention duration.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"The log retention duration."}}}],"description":"Enable logging to a CloudWatch log group. Providing a duration value will set the log retention time.","markdownDescription":"Enable logging to a CloudWatch log group. Providing a duration value will set the log retention time."},"cpu":{"description":"The number of vCPUs used by the job. Valid values: 0.25, 0.5, 1, 2, 4, 8, 16.","anyOf":[{"type":"number","const":0.25},{"type":"number","const":0.5},{"type":"number","const":1},{"type":"number","const":2},{"type":"number","const":4},{"type":"number","const":8},{"type":"number","const":16}],"markdownDescription":"The number of vCPUs used by the job. Valid values: 0.25, 0.5, 1, 2, 4, 8, 16."},"memorySize":{"description":"The amount of memory (in MiB) used by the job. Valid memory values depend on the CPU configuration.","type":"string","pattern":"^[0-9]+ (B|KB|MB|GB|TB|PB)$","markdownDescription":"The amount of memory (in MiB) used by the job. Valid memory values depend on the CPU configuration."},"architecture":{"type":"string","enum":["x86_64","arm64"],"description":"The instruction set architecture that the job supports.","markdownDescription":"The instruction set architecture that the job supports."},"environment":{"description":"Environment variable key-value pairs.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"},"markdownDescription":"Environment variable key-value pairs."},"permissions":{"anyOf":[{"type":"object","properties":{"effect":{"default":"allow","type":"string","enum":["allow","deny"]},"actions":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"resources":{"anyOf":[{"anyOf":[{"type":"string","pattern":"^arn:.*"},{"type":"string","const":"*"}]},{"type":"array","items":{"anyOf":[{"type":"string","pattern":"^arn:.*"},{"type":"string","const":"*"}]}}]}},"required":["actions","resources"]},{"type":"array","items":{"type":"object","properties":{"effect":{"default":"allow","type":"string","enum":["allow","deny"]},"actions":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"resources":{"anyOf":[{"anyOf":[{"type":"string","pattern":"^arn:.*"},{"type":"string","const":"*"}]},{"type":"array","items":{"anyOf":[{"type":"string","pattern":"^arn:.*"},{"type":"string","const":"*"}]}}]}},"required":["actions","resources"]}}],"description":"Add IAM permissions to your job.","markdownDescription":"Add IAM permissions to your job."},"timeout":{"description":"The maximum time the job is allowed to run before being stopped. Default: 30 minutes.\n\n@default \"30 minutes\"\n\n@default \"30 minutes\"","default":"30 minutes","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"The maximum time the job is allowed to run before being stopped. Default: 30 minutes.\n\n@default ```\"30 minutes\"```\n\n@default ```\"30 minutes\"```"}},"required":["code"]}]},"markdownDescription":"Define the jobs in your stack."},"tasks":{"description":"Define the tasks in your stack.","type":"object","propertyNames":{"type":"string","minLength":3,"maxLength":24,"pattern":"^[a-z0-9-]+$"},"additionalProperties":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"]}]},"markdownDescription":"Define the tasks in your stack."},"tables":{"description":"Define the tables in your stack.","type":"object","propertyNames":{"type":"string","minLength":3,"maxLength":24,"pattern":"^[a-z0-9-]+$"},"additionalProperties":{"type":"object","properties":{"hash":{"type":"string","minLength":1,"maxLength":255,"description":"Specifies the name of the partition / hash key that makes up the primary key for the table.","markdownDescription":"Specifies the name of the partition / hash key that makes up the primary key for the table."},"sort":{"description":"Specifies the name of the range / sort key that makes up the primary key for the table.","type":"string","minLength":1,"maxLength":255,"markdownDescription":"Specifies the name of the range / sort key that makes up the primary key for the table."},"fields":{"description":"A list of attributes that describe the key schema for the table and indexes. If no attribute field is defined we default to \"string\".","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string","enum":["string","number","binary"]},"markdownDescription":"A list of attributes that describe the key schema for the table and indexes. If no attribute field is defined we default to \"string\"."},"class":{"default":"standard","description":"The table class of the table.\n\n@default \"standard\"","type":"string","enum":["standard","standard-infrequent-access"],"markdownDescription":"The table class of the table.\n\n@default ```\"standard\"```"},"pointInTimeRecovery":{"default":false,"description":"Indicates whether point in time recovery is enabled on the table.\n\n@default false","type":"boolean","markdownDescription":"Indicates whether point in time recovery is enabled on the table.\n\n@default ```false```"},"ttl":{"description":"The name of the TTL attribute used to store the expiration time for items in the table.\nTo update this property, you must first disable TTL and then enable TTL with the new attribute name.","type":"string","minLength":1,"maxLength":255,"markdownDescription":"The name of the TTL attribute used to store the expiration time for items in the table.\nTo update this property, you must first disable TTL and then enable TTL with the new attribute name."},"stream":{"description":"The settings for the DynamoDB table stream, which capture changes to items stored in the table.","type":"object","properties":{"type":{"type":"string","enum":["keys-only","new-image","old-image","new-and-old-images"],"description":"When an item in the table is modified, you can determines what information is written to the stream for this table.\nValid values are:\n- keys-only - Only the key attributes of the modified item are written to the stream.\n- new-image - The entire item, as it appears after it was modified, is written to the stream.\n- old-image - The entire item, as it appeared before it was modified, is written to the stream.\n- new-and-old-images - Both the new and the old item images of the item are written to the stream.","markdownDescription":"When an item in the table is modified, you can determines what information is written to the stream for this table.\nValid values are:\n- keys-only - Only the key attributes of the modified item are written to the stream.\n- new-image - The entire item, as it appears after it was modified, is written to the stream.\n- old-image - The entire item, as it appeared before it was modified, is written to the stream.\n- new-and-old-images - Both the new and the old item images of the item are written to the stream."},"batchSize":{"default":1,"description":"The maximum number of records in each batch that Lambda pulls from your stream and sends to your function.\nLambda passes all of the records in the batch to the function in a single call, up to the payload limit for synchronous invocation (6 MB).\nYou can specify a number from 1 to 10000.\n\n@default 1","type":"number","minimum":1,"maximum":10000,"markdownDescription":"The maximum number of records in each batch that Lambda pulls from your stream and sends to your function.\nLambda passes all of the records in the batch to the function in a single call, up to the payload limit for synchronous invocation (6 MB).\nYou can specify a number from 1 to 10000.\n\n@default ```1```"},"batchWindow":{"description":"The maximum amount of time that is spend gathering records before invoking the function.\nYou can specify a duration from 1 seconds to 5 minutes.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"The maximum amount of time that is spend gathering records before invoking the function.\nYou can specify a duration from 1 seconds to 5 minutes."},"retryAttempts":{"default":2,"description":"Discard records after the specified number of retries.\n-1 will sets the maximum number of retries to infinite.\nWhen maxRetryAttempts is infinite, Lambda retries failed records until the record expires in the event source.\nYou can specify a number from -1 to 10000.\nThe default value is 2\n\n@default 2","type":"number","minimum":-1,"maximum":10000,"markdownDescription":"Discard records after the specified number of retries.\n-1 will sets the maximum number of retries to infinite.\nWhen maxRetryAttempts is infinite, Lambda retries failed records until the record expires in the event source.\nYou can specify a number from -1 to 10000.\nThe default value is 2\n\n@default ```2```"},"concurrencyPerShard":{"default":1,"description":"The number of batches to process concurrently from each shard.\nYou can specify a number from 1 to 10.\n\n@default 1","type":"number","minimum":1,"maximum":10,"markdownDescription":"The number of batches to process concurrently from each shard.\nYou can specify a number from 1 to 10.\n\n@default ```1```"},"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"The consuming lambda function for the stream","markdownDescription":"The consuming lambda function for the stream"}},"required":["type","consumer"],"markdownDescription":"The settings for the DynamoDB table stream, which capture changes to items stored in the table."},"indexes":{"description":"Specifies the global secondary indexes to be created on the table.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"hash":{"anyOf":[{"type":"string","minLength":1,"maxLength":255},{"type":"array","items":{"type":"string","minLength":1,"maxLength":255}}],"description":"Specifies the name of the partition / hash key that makes up the primary key for the global secondary index.","markdownDescription":"Specifies the name of the partition / hash key that makes up the primary key for the global secondary index."},"sort":{"description":"Specifies the name of the range / sort key that makes up the primary key for the global secondary index.","anyOf":[{"type":"string","minLength":1,"maxLength":255},{"type":"array","items":{"type":"string","minLength":1,"maxLength":255}}],"markdownDescription":"Specifies the name of the range / sort key that makes up the primary key for the global secondary index."},"projection":{"default":"all","description":"The set of attributes that are projected into the index:\n- all - All of the table attributes are projected into the index.\n- keys-only - Only the index and primary keys are projected into the index.\n@default \"all\"\n\n@default \"all\"","type":"string","enum":["all","keys-only"],"markdownDescription":"The set of attributes that are projected into the index:\n- all - All of the table attributes are projected into the index.\n- keys-only - Only the index and primary keys are projected into the index.\n@default \"all\"\n\n@default ```\"all\"```"}},"required":["hash"]},"markdownDescription":"Specifies the global secondary indexes to be created on the table."}},"required":["hash"]},"markdownDescription":"Define the tables in your stack."},"stores":{"description":"Define the stores in your stack.","anyOf":[{"type":"array","items":{"type":"string","minLength":3,"maxLength":24,"pattern":"^[a-z0-9-]+$"}},{"type":"object","propertyNames":{"type":"string","minLength":3,"maxLength":24,"pattern":"^[a-z0-9-]+$"},"additionalProperties":{"type":"object","properties":{"static":{"description":"Specifies the path to the static files directory.","anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local directory without checking if the directory exists.","type":"string","markdownDescription":"Specifies a local directory without checking if the directory exists."}},"required":["nocheck"]}],"markdownDescription":"Specifies the path to the static files directory."},"lifecycle":{"description":"S3 lifecycle rules for this store. Each rule expires objects matching an optional prefix.","type":"array","items":{"type":"object","properties":{"prefix":{"description":"Object-key prefix this rule applies to. Omit to apply bucket-wide.","type":"string","markdownDescription":"Object-key prefix this rule applies to. Omit to apply bucket-wide."},"expiration":{"description":"How long objects matching this rule live before S3 deletes them.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"How long objects matching this rule live before S3 deletes them."}},"required":["expiration"]},"markdownDescription":"S3 lifecycle rules for this store. Each rule expires objects matching an optional prefix."},"events":{"description":"Describes the store events you want to subscribe too.","type":"object","properties":{"created:*":{"description":"Subscribe to notifications regardless of the API that was used to create an object.","anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"]}],"markdownDescription":"Subscribe to notifications regardless of the API that was used to create an object."},"created:put":{"description":"Subscribe to notifications when an object is created using the PUT API operation.","anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"]}],"markdownDescription":"Subscribe to notifications when an object is created using the PUT API operation."},"created:post":{"description":"Subscribe to notifications when an object is created using the POST API operation.","anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"]}],"markdownDescription":"Subscribe to notifications when an object is created using the POST API operation."},"created:copy":{"description":"Subscribe to notifications when an object is created using the COPY API operation.","anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"]}],"markdownDescription":"Subscribe to notifications when an object is created using the COPY API operation."},"created:upload":{"description":"Subscribe to notifications when an object multipart upload has been completed.","anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"]}],"markdownDescription":"Subscribe to notifications when an object multipart upload has been completed."},"removed:*":{"description":"Subscribe to notifications when an object is deleted or a delete marker for a versioned object is created.","anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"]}],"markdownDescription":"Subscribe to notifications when an object is deleted or a delete marker for a versioned object is created."},"removed:delete":{"description":"Subscribe to notifications when an object is deleted","anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"]}],"markdownDescription":"Subscribe to notifications when an object is deleted"},"removed:marker":{"description":"Subscribe to notifications when a delete marker for a versioned object is created.","anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"]}],"markdownDescription":"Subscribe to notifications when a delete marker for a versioned object is created."}},"markdownDescription":"Describes the store events you want to subscribe too."}}}}],"markdownDescription":"Define the stores in your stack."},"queues":{"description":"Define the queues in your stack. Queues are FIFO with required per-message groupId: messages with the same groupId are processed strictly in order; different groupIds parallelize.","type":"object","propertyNames":{"type":"string","minLength":3,"maxLength":24,"pattern":"^[a-z0-9-]+$"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"consumer":{"description":"The consuming lambda function properties.","anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"markdownDescription":"The consuming lambda function properties."},"retentionPeriod":{"description":"The number of seconds that Amazon SQS retains a message. You can specify a duration from 1 minute to 14 days.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"The number of seconds that Amazon SQS retains a message. You can specify a duration from 1 minute to 14 days."},"receiveMessageWaitTime":{"description":"Long-polling wait time. You can specify a duration from 1 to 20 seconds.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"Long-polling wait time. You can specify a duration from 1 to 20 seconds."},"maxMessageSize":{"description":"Message size limit. You can specify a size from 1 KB to 256 KB.","type":"string","pattern":"^[0-9]+ (B|KB|MB|GB|TB|PB)$","markdownDescription":"Message size limit. You can specify a size from 1 KB to 256 KB."},"batchSize":{"type":"integer","minimum":1,"maximum":10,"description":"The maximum number of records per batch. FIFO queues are capped at 10.","markdownDescription":"The maximum number of records per batch. FIFO queues are capped at 10."}}}]},"markdownDescription":"Define the queues in your stack. Queues are FIFO with required per-message groupId: messages with the same groupId are processed strictly in order; different groupIds parallelize."},"pubsub":{"description":"Define the pubsub event listeners in your stack.","type":"object","propertyNames":{"type":"string","minLength":3,"maxLength":24,"pattern":"^[a-z0-9-]+$"},"additionalProperties":{"type":"object","properties":{"connected":{"description":"Subscribe to the event when a client connects.","anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"markdownDescription":"Subscribe to the event when a client connects."},"disconnected":{"description":"Subscribe to the event when a client disconnects.","anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"markdownDescription":"Subscribe to the event when a client disconnects."},"subscribed":{"description":"Subscribe to the event when a client subscribes to topics.","anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"markdownDescription":"Subscribe to the event when a client subscribes to topics."},"unsubscribed":{"description":"Subscribe to the event when a client unsubscribes from topics.","anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"markdownDescription":"Subscribe to the event when a client unsubscribes from topics."}}},"markdownDescription":"Define the pubsub event listeners in your stack."},"searchs":{"description":"Define the search indexes in your stack, backed by the one shared OpenSearch domain of your app. The physical index name is prefixed with the stack name.","type":"object","propertyNames":{"type":"string","pattern":"^[a-z0-9][a-z0-9\\-_.]*$"},"additionalProperties":{"type":"object","properties":{"schema":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},{"type":"object","properties":{"$type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type, with every other option passed through as-is.","markdownDescription":"The OpenSearch field type, with every other option passed through as-is."}},"required":["$type"],"additionalProperties":{}},{"type":"array","items":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},{"type":"object","properties":{"$type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type, with every other option passed through as-is.","markdownDescription":"The OpenSearch field type, with every other option passed through as-is."}},"required":["$type"],"additionalProperties":{}},{"type":"array","items":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},{"type":"object","properties":{"$type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type, with every other option passed through as-is.","markdownDescription":"The OpenSearch field type, with every other option passed through as-is."}},"required":["$type"],"additionalProperties":{}},{"type":"array","items":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},{"type":"object","properties":{"$type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type, with every other option passed through as-is.","markdownDescription":"The OpenSearch field type, with every other option passed through as-is."}},"required":["$type"],"additionalProperties":{}},{"type":"array","items":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}],"description":"An array of objects, indexed as a nested field so queries match within one element.","markdownDescription":"An array of objects, indexed as a nested field so queries match within one element."},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"description":"An object field with sub fields.","markdownDescription":"An object field with sub fields."}]}}],"description":"An array of objects, indexed as a nested field so queries match within one element.","markdownDescription":"An array of objects, indexed as a nested field so queries match within one element."},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},{"type":"object","properties":{"$type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type, with every other option passed through as-is.","markdownDescription":"The OpenSearch field type, with every other option passed through as-is."}},"required":["$type"],"additionalProperties":{}},{"type":"array","items":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}],"description":"An array of objects, indexed as a nested field so queries match within one element.","markdownDescription":"An array of objects, indexed as a nested field so queries match within one element."},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"description":"An object field with sub fields.","markdownDescription":"An object field with sub fields."}]},"description":"An object field with sub fields.","markdownDescription":"An object field with sub fields."}]}}],"description":"An array of objects, indexed as a nested field so queries match within one element.","markdownDescription":"An array of objects, indexed as a nested field so queries match within one element."},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},{"type":"object","properties":{"$type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type, with every other option passed through as-is.","markdownDescription":"The OpenSearch field type, with every other option passed through as-is."}},"required":["$type"],"additionalProperties":{}},{"type":"array","items":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},{"type":"object","properties":{"$type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type, with every other option passed through as-is.","markdownDescription":"The OpenSearch field type, with every other option passed through as-is."}},"required":["$type"],"additionalProperties":{}},{"type":"array","items":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}],"description":"An array of objects, indexed as a nested field so queries match within one element.","markdownDescription":"An array of objects, indexed as a nested field so queries match within one element."},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"description":"An object field with sub fields.","markdownDescription":"An object field with sub fields."}]}}],"description":"An array of objects, indexed as a nested field so queries match within one element.","markdownDescription":"An array of objects, indexed as a nested field so queries match within one element."},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},{"type":"object","properties":{"$type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type, with every other option passed through as-is.","markdownDescription":"The OpenSearch field type, with every other option passed through as-is."}},"required":["$type"],"additionalProperties":{}},{"type":"array","items":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}],"description":"An array of objects, indexed as a nested field so queries match within one element.","markdownDescription":"An array of objects, indexed as a nested field so queries match within one element."},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"description":"An object field with sub fields.","markdownDescription":"An object field with sub fields."}]},"description":"An object field with sub fields.","markdownDescription":"An object field with sub fields."}]},"description":"An object field with sub fields.","markdownDescription":"An object field with sub fields."}]}}],"description":"An array of objects, indexed as a nested field so queries match within one element.","markdownDescription":"An array of objects, indexed as a nested field so queries match within one element."},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},{"type":"object","properties":{"$type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type, with every other option passed through as-is.","markdownDescription":"The OpenSearch field type, with every other option passed through as-is."}},"required":["$type"],"additionalProperties":{}},{"type":"array","items":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},{"type":"object","properties":{"$type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type, with every other option passed through as-is.","markdownDescription":"The OpenSearch field type, with every other option passed through as-is."}},"required":["$type"],"additionalProperties":{}},{"type":"array","items":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},{"type":"object","properties":{"$type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type, with every other option passed through as-is.","markdownDescription":"The OpenSearch field type, with every other option passed through as-is."}},"required":["$type"],"additionalProperties":{}},{"type":"array","items":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}],"description":"An array of objects, indexed as a nested field so queries match within one element.","markdownDescription":"An array of objects, indexed as a nested field so queries match within one element."},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"description":"An object field with sub fields.","markdownDescription":"An object field with sub fields."}]}}],"description":"An array of objects, indexed as a nested field so queries match within one element.","markdownDescription":"An array of objects, indexed as a nested field so queries match within one element."},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},{"type":"object","properties":{"$type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type, with every other option passed through as-is.","markdownDescription":"The OpenSearch field type, with every other option passed through as-is."}},"required":["$type"],"additionalProperties":{}},{"type":"array","items":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}],"description":"An array of objects, indexed as a nested field so queries match within one element.","markdownDescription":"An array of objects, indexed as a nested field so queries match within one element."},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"description":"An object field with sub fields.","markdownDescription":"An object field with sub fields."}]},"description":"An object field with sub fields.","markdownDescription":"An object field with sub fields."}]}}],"description":"An array of objects, indexed as a nested field so queries match within one element.","markdownDescription":"An array of objects, indexed as a nested field so queries match within one element."},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},{"type":"object","properties":{"$type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type, with every other option passed through as-is.","markdownDescription":"The OpenSearch field type, with every other option passed through as-is."}},"required":["$type"],"additionalProperties":{}},{"type":"array","items":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},{"type":"object","properties":{"$type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type, with every other option passed through as-is.","markdownDescription":"The OpenSearch field type, with every other option passed through as-is."}},"required":["$type"],"additionalProperties":{}},{"type":"array","items":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}],"description":"An array of objects, indexed as a nested field so queries match within one element.","markdownDescription":"An array of objects, indexed as a nested field so queries match within one element."},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"description":"An object field with sub fields.","markdownDescription":"An object field with sub fields."}]}}],"description":"An array of objects, indexed as a nested field so queries match within one element.","markdownDescription":"An array of objects, indexed as a nested field so queries match within one element."},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},{"type":"object","properties":{"$type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type, with every other option passed through as-is.","markdownDescription":"The OpenSearch field type, with every other option passed through as-is."}},"required":["$type"],"additionalProperties":{}},{"type":"array","items":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}],"description":"An array of objects, indexed as a nested field so queries match within one element.","markdownDescription":"An array of objects, indexed as a nested field so queries match within one element."},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"description":"An object field with sub fields.","markdownDescription":"An object field with sub fields."}]},"description":"An object field with sub fields.","markdownDescription":"An object field with sub fields."}]},"description":"An object field with sub fields.","markdownDescription":"An object field with sub fields."}]},"description":"An object field with sub fields.","markdownDescription":"An object field with sub fields."}]},"description":"The shorthand schema of the index: a field is its type (\"keyword\"), an object nests ({ ... }), an array of objects becomes a nested field ([{ ... }]), and { \"$type\": ... } passes a raw field definition through. \"text\" fields get a \".keyword\" sub field automatically.","markdownDescription":"The shorthand schema of the index: a field is its type (\"keyword\"), an object nests ({ ... }), an array of objects becomes a nested field ([{ ... }]), and { \"$type\": ... } passes a raw field definition through. \"text\" fields get a \".keyword\" sub field automatically."},"strict":{"description":"Reject documents with fields that are missing from the schema.","type":"boolean","markdownDescription":"Reject documents with fields that are missing from the schema."},"mappings":{"type":"object","properties":{"properties":{"description":"The field mappings of the index.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},"properties":{"description":"The sub fields of an object or nested field.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},"properties":{"description":"The sub fields of an object or nested field.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},"properties":{"description":"The sub fields of an object or nested field.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},"analyzer":{"description":"The analyzer for text fields.","type":"string","markdownDescription":"The analyzer for text fields."},"format":{"description":"The date format, like \"epoch_millis\" or \"strict_date_time\".","type":"string","markdownDescription":"The date format, like \"epoch_millis\" or \"strict_date_time\"."},"index":{"description":"Whether the field is searchable.","type":"boolean","markdownDescription":"Whether the field is searchable."},"doc_values":{"description":"Whether the field supports sorting & aggregations.","type":"boolean","markdownDescription":"Whether the field supports sorting & aggregations."},"null_value":{"description":"The value used when the field is null.","markdownDescription":"The value used when the field is null."},"copy_to":{"description":"Copy the field value into another field.","anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"markdownDescription":"Copy the field value into another field."},"dimension":{"description":"The vector dimension of a knn_vector field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"markdownDescription":"The vector dimension of a knn_vector field."}},"additionalProperties":{}},"markdownDescription":"The sub fields of an object or nested field."},"fields":{"description":"Multi-fields that index the same value in different ways, like a keyword sub field.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},"analyzer":{"description":"The analyzer for text fields.","type":"string","markdownDescription":"The analyzer for text fields."},"format":{"description":"The date format, like \"epoch_millis\" or \"strict_date_time\".","type":"string","markdownDescription":"The date format, like \"epoch_millis\" or \"strict_date_time\"."},"index":{"description":"Whether the field is searchable.","type":"boolean","markdownDescription":"Whether the field is searchable."},"doc_values":{"description":"Whether the field supports sorting & aggregations.","type":"boolean","markdownDescription":"Whether the field supports sorting & aggregations."},"null_value":{"description":"The value used when the field is null.","markdownDescription":"The value used when the field is null."},"copy_to":{"description":"Copy the field value into another field.","anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"markdownDescription":"Copy the field value into another field."},"dimension":{"description":"The vector dimension of a knn_vector field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"markdownDescription":"The vector dimension of a knn_vector field."}},"additionalProperties":{}},"markdownDescription":"Multi-fields that index the same value in different ways, like a keyword sub field."},"analyzer":{"description":"The analyzer for text fields.","type":"string","markdownDescription":"The analyzer for text fields."},"format":{"description":"The date format, like \"epoch_millis\" or \"strict_date_time\".","type":"string","markdownDescription":"The date format, like \"epoch_millis\" or \"strict_date_time\"."},"index":{"description":"Whether the field is searchable.","type":"boolean","markdownDescription":"Whether the field is searchable."},"doc_values":{"description":"Whether the field supports sorting & aggregations.","type":"boolean","markdownDescription":"Whether the field supports sorting & aggregations."},"null_value":{"description":"The value used when the field is null.","markdownDescription":"The value used when the field is null."},"copy_to":{"description":"Copy the field value into another field.","anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"markdownDescription":"Copy the field value into another field."},"dimension":{"description":"The vector dimension of a knn_vector field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"markdownDescription":"The vector dimension of a knn_vector field."}},"additionalProperties":{}},"markdownDescription":"The sub fields of an object or nested field."},"fields":{"description":"Multi-fields that index the same value in different ways, like a keyword sub field.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},"properties":{"description":"The sub fields of an object or nested field.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},"analyzer":{"description":"The analyzer for text fields.","type":"string","markdownDescription":"The analyzer for text fields."},"format":{"description":"The date format, like \"epoch_millis\" or \"strict_date_time\".","type":"string","markdownDescription":"The date format, like \"epoch_millis\" or \"strict_date_time\"."},"index":{"description":"Whether the field is searchable.","type":"boolean","markdownDescription":"Whether the field is searchable."},"doc_values":{"description":"Whether the field supports sorting & aggregations.","type":"boolean","markdownDescription":"Whether the field supports sorting & aggregations."},"null_value":{"description":"The value used when the field is null.","markdownDescription":"The value used when the field is null."},"copy_to":{"description":"Copy the field value into another field.","anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"markdownDescription":"Copy the field value into another field."},"dimension":{"description":"The vector dimension of a knn_vector field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"markdownDescription":"The vector dimension of a knn_vector field."}},"additionalProperties":{}},"markdownDescription":"The sub fields of an object or nested field."},"fields":{"description":"Multi-fields that index the same value in different ways, like a keyword sub field.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},"analyzer":{"description":"The analyzer for text fields.","type":"string","markdownDescription":"The analyzer for text fields."},"format":{"description":"The date format, like \"epoch_millis\" or \"strict_date_time\".","type":"string","markdownDescription":"The date format, like \"epoch_millis\" or \"strict_date_time\"."},"index":{"description":"Whether the field is searchable.","type":"boolean","markdownDescription":"Whether the field is searchable."},"doc_values":{"description":"Whether the field supports sorting & aggregations.","type":"boolean","markdownDescription":"Whether the field supports sorting & aggregations."},"null_value":{"description":"The value used when the field is null.","markdownDescription":"The value used when the field is null."},"copy_to":{"description":"Copy the field value into another field.","anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"markdownDescription":"Copy the field value into another field."},"dimension":{"description":"The vector dimension of a knn_vector field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"markdownDescription":"The vector dimension of a knn_vector field."}},"additionalProperties":{}},"markdownDescription":"Multi-fields that index the same value in different ways, like a keyword sub field."},"analyzer":{"description":"The analyzer for text fields.","type":"string","markdownDescription":"The analyzer for text fields."},"format":{"description":"The date format, like \"epoch_millis\" or \"strict_date_time\".","type":"string","markdownDescription":"The date format, like \"epoch_millis\" or \"strict_date_time\"."},"index":{"description":"Whether the field is searchable.","type":"boolean","markdownDescription":"Whether the field is searchable."},"doc_values":{"description":"Whether the field supports sorting & aggregations.","type":"boolean","markdownDescription":"Whether the field supports sorting & aggregations."},"null_value":{"description":"The value used when the field is null.","markdownDescription":"The value used when the field is null."},"copy_to":{"description":"Copy the field value into another field.","anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"markdownDescription":"Copy the field value into another field."},"dimension":{"description":"The vector dimension of a knn_vector field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"markdownDescription":"The vector dimension of a knn_vector field."}},"additionalProperties":{}},"markdownDescription":"Multi-fields that index the same value in different ways, like a keyword sub field."},"analyzer":{"description":"The analyzer for text fields.","type":"string","markdownDescription":"The analyzer for text fields."},"format":{"description":"The date format, like \"epoch_millis\" or \"strict_date_time\".","type":"string","markdownDescription":"The date format, like \"epoch_millis\" or \"strict_date_time\"."},"index":{"description":"Whether the field is searchable.","type":"boolean","markdownDescription":"Whether the field is searchable."},"doc_values":{"description":"Whether the field supports sorting & aggregations.","type":"boolean","markdownDescription":"Whether the field supports sorting & aggregations."},"null_value":{"description":"The value used when the field is null.","markdownDescription":"The value used when the field is null."},"copy_to":{"description":"Copy the field value into another field.","anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"markdownDescription":"Copy the field value into another field."},"dimension":{"description":"The vector dimension of a knn_vector field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"markdownDescription":"The vector dimension of a knn_vector field."}},"additionalProperties":{}},"markdownDescription":"The sub fields of an object or nested field."},"fields":{"description":"Multi-fields that index the same value in different ways, like a keyword sub field.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},"properties":{"description":"The sub fields of an object or nested field.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},"properties":{"description":"The sub fields of an object or nested field.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},"analyzer":{"description":"The analyzer for text fields.","type":"string","markdownDescription":"The analyzer for text fields."},"format":{"description":"The date format, like \"epoch_millis\" or \"strict_date_time\".","type":"string","markdownDescription":"The date format, like \"epoch_millis\" or \"strict_date_time\"."},"index":{"description":"Whether the field is searchable.","type":"boolean","markdownDescription":"Whether the field is searchable."},"doc_values":{"description":"Whether the field supports sorting & aggregations.","type":"boolean","markdownDescription":"Whether the field supports sorting & aggregations."},"null_value":{"description":"The value used when the field is null.","markdownDescription":"The value used when the field is null."},"copy_to":{"description":"Copy the field value into another field.","anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"markdownDescription":"Copy the field value into another field."},"dimension":{"description":"The vector dimension of a knn_vector field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"markdownDescription":"The vector dimension of a knn_vector field."}},"additionalProperties":{}},"markdownDescription":"The sub fields of an object or nested field."},"fields":{"description":"Multi-fields that index the same value in different ways, like a keyword sub field.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},"analyzer":{"description":"The analyzer for text fields.","type":"string","markdownDescription":"The analyzer for text fields."},"format":{"description":"The date format, like \"epoch_millis\" or \"strict_date_time\".","type":"string","markdownDescription":"The date format, like \"epoch_millis\" or \"strict_date_time\"."},"index":{"description":"Whether the field is searchable.","type":"boolean","markdownDescription":"Whether the field is searchable."},"doc_values":{"description":"Whether the field supports sorting & aggregations.","type":"boolean","markdownDescription":"Whether the field supports sorting & aggregations."},"null_value":{"description":"The value used when the field is null.","markdownDescription":"The value used when the field is null."},"copy_to":{"description":"Copy the field value into another field.","anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"markdownDescription":"Copy the field value into another field."},"dimension":{"description":"The vector dimension of a knn_vector field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"markdownDescription":"The vector dimension of a knn_vector field."}},"additionalProperties":{}},"markdownDescription":"Multi-fields that index the same value in different ways, like a keyword sub field."},"analyzer":{"description":"The analyzer for text fields.","type":"string","markdownDescription":"The analyzer for text fields."},"format":{"description":"The date format, like \"epoch_millis\" or \"strict_date_time\".","type":"string","markdownDescription":"The date format, like \"epoch_millis\" or \"strict_date_time\"."},"index":{"description":"Whether the field is searchable.","type":"boolean","markdownDescription":"Whether the field is searchable."},"doc_values":{"description":"Whether the field supports sorting & aggregations.","type":"boolean","markdownDescription":"Whether the field supports sorting & aggregations."},"null_value":{"description":"The value used when the field is null.","markdownDescription":"The value used when the field is null."},"copy_to":{"description":"Copy the field value into another field.","anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"markdownDescription":"Copy the field value into another field."},"dimension":{"description":"The vector dimension of a knn_vector field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"markdownDescription":"The vector dimension of a knn_vector field."}},"additionalProperties":{}},"markdownDescription":"The sub fields of an object or nested field."},"fields":{"description":"Multi-fields that index the same value in different ways, like a keyword sub field.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},"properties":{"description":"The sub fields of an object or nested field.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},"analyzer":{"description":"The analyzer for text fields.","type":"string","markdownDescription":"The analyzer for text fields."},"format":{"description":"The date format, like \"epoch_millis\" or \"strict_date_time\".","type":"string","markdownDescription":"The date format, like \"epoch_millis\" or \"strict_date_time\"."},"index":{"description":"Whether the field is searchable.","type":"boolean","markdownDescription":"Whether the field is searchable."},"doc_values":{"description":"Whether the field supports sorting & aggregations.","type":"boolean","markdownDescription":"Whether the field supports sorting & aggregations."},"null_value":{"description":"The value used when the field is null.","markdownDescription":"The value used when the field is null."},"copy_to":{"description":"Copy the field value into another field.","anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"markdownDescription":"Copy the field value into another field."},"dimension":{"description":"The vector dimension of a knn_vector field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"markdownDescription":"The vector dimension of a knn_vector field."}},"additionalProperties":{}},"markdownDescription":"The sub fields of an object or nested field."},"fields":{"description":"Multi-fields that index the same value in different ways, like a keyword sub field.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},"analyzer":{"description":"The analyzer for text fields.","type":"string","markdownDescription":"The analyzer for text fields."},"format":{"description":"The date format, like \"epoch_millis\" or \"strict_date_time\".","type":"string","markdownDescription":"The date format, like \"epoch_millis\" or \"strict_date_time\"."},"index":{"description":"Whether the field is searchable.","type":"boolean","markdownDescription":"Whether the field is searchable."},"doc_values":{"description":"Whether the field supports sorting & aggregations.","type":"boolean","markdownDescription":"Whether the field supports sorting & aggregations."},"null_value":{"description":"The value used when the field is null.","markdownDescription":"The value used when the field is null."},"copy_to":{"description":"Copy the field value into another field.","anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"markdownDescription":"Copy the field value into another field."},"dimension":{"description":"The vector dimension of a knn_vector field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"markdownDescription":"The vector dimension of a knn_vector field."}},"additionalProperties":{}},"markdownDescription":"Multi-fields that index the same value in different ways, like a keyword sub field."},"analyzer":{"description":"The analyzer for text fields.","type":"string","markdownDescription":"The analyzer for text fields."},"format":{"description":"The date format, like \"epoch_millis\" or \"strict_date_time\".","type":"string","markdownDescription":"The date format, like \"epoch_millis\" or \"strict_date_time\"."},"index":{"description":"Whether the field is searchable.","type":"boolean","markdownDescription":"Whether the field is searchable."},"doc_values":{"description":"Whether the field supports sorting & aggregations.","type":"boolean","markdownDescription":"Whether the field supports sorting & aggregations."},"null_value":{"description":"The value used when the field is null.","markdownDescription":"The value used when the field is null."},"copy_to":{"description":"Copy the field value into another field.","anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"markdownDescription":"Copy the field value into another field."},"dimension":{"description":"The vector dimension of a knn_vector field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"markdownDescription":"The vector dimension of a knn_vector field."}},"additionalProperties":{}},"markdownDescription":"Multi-fields that index the same value in different ways, like a keyword sub field."},"analyzer":{"description":"The analyzer for text fields.","type":"string","markdownDescription":"The analyzer for text fields."},"format":{"description":"The date format, like \"epoch_millis\" or \"strict_date_time\".","type":"string","markdownDescription":"The date format, like \"epoch_millis\" or \"strict_date_time\"."},"index":{"description":"Whether the field is searchable.","type":"boolean","markdownDescription":"Whether the field is searchable."},"doc_values":{"description":"Whether the field supports sorting & aggregations.","type":"boolean","markdownDescription":"Whether the field supports sorting & aggregations."},"null_value":{"description":"The value used when the field is null.","markdownDescription":"The value used when the field is null."},"copy_to":{"description":"Copy the field value into another field.","anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"markdownDescription":"Copy the field value into another field."},"dimension":{"description":"The vector dimension of a knn_vector field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"markdownDescription":"The vector dimension of a knn_vector field."}},"additionalProperties":{}},"markdownDescription":"Multi-fields that index the same value in different ways, like a keyword sub field."},"analyzer":{"description":"The analyzer for text fields.","type":"string","markdownDescription":"The analyzer for text fields."},"format":{"description":"The date format, like \"epoch_millis\" or \"strict_date_time\".","type":"string","markdownDescription":"The date format, like \"epoch_millis\" or \"strict_date_time\"."},"index":{"description":"Whether the field is searchable.","type":"boolean","markdownDescription":"Whether the field is searchable."},"doc_values":{"description":"Whether the field supports sorting & aggregations.","type":"boolean","markdownDescription":"Whether the field supports sorting & aggregations."},"null_value":{"description":"The value used when the field is null.","markdownDescription":"The value used when the field is null."},"copy_to":{"description":"Copy the field value into another field.","anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"markdownDescription":"Copy the field value into another field."},"dimension":{"description":"The vector dimension of a knn_vector field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"markdownDescription":"The vector dimension of a knn_vector field."}},"additionalProperties":{}},"markdownDescription":"The field mappings of the index."},"dynamic":{"description":"How new fields are handled: true (map them), false (store only), or \"strict\" (reject them).","anyOf":[{"type":"boolean"},{"type":"string","enum":["strict","runtime"]}],"markdownDescription":"How new fields are handled: true (map them), false (store only), or \"strict\" (reject them)."},"dynamic_templates":{"description":"Rules that map dynamically added fields by name or type.","type":"array","items":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"markdownDescription":"Rules that map dynamically added fields by name or type."},"_source":{"description":"Control how the document source is stored.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"markdownDescription":"Control how the document source is stored."},"_meta":{"description":"Free-form metadata stored with the mapping.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"markdownDescription":"Free-form metadata stored with the mapping."}},"additionalProperties":{},"description":"The OpenSearch mappings of the index. Additive changes deploy, breaking changes fail the deploy.","markdownDescription":"The OpenSearch mappings of the index. Additive changes deploy, breaking changes fail the deploy."},"settings":{"description":"The OpenSearch index settings, applied when the index is created.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"markdownDescription":"The OpenSearch index settings, applied when the index is created."}},"additionalProperties":false},"markdownDescription":"Define the search indexes in your stack, backed by the one shared OpenSearch domain of your app. The physical index name is prefixed with the stack name."},"sites":{"description":"Define the sites in your stack.","type":"object","propertyNames":{"type":"string","minLength":3,"maxLength":24,"pattern":"^[a-z0-9-]+$"},"additionalProperties":{"type":"object","properties":{"router":{"description":"The router id to link your site with.","type":"string","minLength":3,"maxLength":24,"pattern":"^[a-z0-9-]+$","markdownDescription":"The router id to link your site with."},"path":{"type":"string","allOf":[{"type":"string","pattern":"^\\/"},{"type":"string","pattern":"^\\/([^/*.]+)?$"}],"description":"The path inside the router to link your site to.","markdownDescription":"The path inside the router to link your site to."},"build":{"description":"Specifies the build process for sites that need a build step.","type":"object","properties":{"command":{"type":"string","description":"Specifies the files and directories to generate the cache key for your custom build command.","markdownDescription":"Specifies the files and directories to generate the cache key for your custom build command."},"cacheKey":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file or directory without checking if the file or directory exists.","type":"string","markdownDescription":"Specifies a local file or directory without checking if the file or directory exists."}},"required":["nocheck"]}]},{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file or directory without checking if the file or directory exists.","type":"string","markdownDescription":"Specifies a local file or directory without checking if the file or directory exists."}},"required":["nocheck"]}]}}],"description":"Specifies the files and directories to generate the cache key for your custom build command.","markdownDescription":"Specifies the files and directories to generate the cache key for your custom build command."},"configs":{"description":"Define the config values for your build command.","type":"array","items":{"type":"string","pattern":"^[a-z0-9-]+$"},"markdownDescription":"Define the config values for your build command."}},"required":["command","cacheKey"],"markdownDescription":"Specifies the build process for sites that need a build step."},"static":{"description":"Specifies the path to the static files directory.","anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local directory without checking if the directory exists.","type":"string","markdownDescription":"Specifies a local directory without checking if the directory exists."}},"required":["nocheck"]}],"markdownDescription":"Specifies the path to the static files directory."},"ssr":{"description":"Specifies the file that will render the site on the server.","anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."},"runtime":{"anyOf":[{"anyOf":[{"type":"string","enum":["nodejs18.x","nodejs20.x","nodejs22.x","nodejs24.x"]},{"type":"string","const":"container"}]},{"type":"string"}],"description":"The identifier of the function's runtime.","markdownDescription":"The identifier of the function's runtime."},"description":{"type":"string","description":"A description of the function.","markdownDescription":"A description of the function."},"vpc":{"type":"boolean","description":"Put the function inside your global VPC.","markdownDescription":"Put the function inside your global VPC."},"log":{"anyOf":[{"type":"boolean"},{"description":"The log retention duration.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"The log retention duration."},{"type":"object","properties":{"retention":{"description":"The log retention duration.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"The log retention duration."},"format":{"type":"string","enum":["text","json"],"description":"The format in which Lambda sends your function's application and system logs to CloudWatch. Select between plain text and structured JSON.","markdownDescription":"The format in which Lambda sends your function's application and system logs to CloudWatch. Select between plain text and structured JSON."},"system":{"type":"string","enum":["debug","info","warn"],"description":"Set this property to filter the system logs for your function that Lambda sends to CloudWatch. Lambda only sends system logs at the selected level of detail and lower, where DEBUG is the highest level and WARN is the lowest.","markdownDescription":"Set this property to filter the system logs for your function that Lambda sends to CloudWatch. Lambda only sends system logs at the selected level of detail and lower, where DEBUG is the highest level and WARN is the lowest."},"level":{"type":"string","enum":["trace","debug","info","warn","error","fatal"],"description":"Set this property to filter the application logs for your function that Lambda sends to CloudWatch. Lambda only sends application logs at the selected level of detail and lower, where TRACE is the highest level and FATAL is the lowest.","markdownDescription":"Set this property to filter the application logs for your function that Lambda sends to CloudWatch. Lambda only sends application logs at the selected level of detail and lower, where TRACE is the highest level and FATAL is the lowest."}}}],"description":"Enable logging to a CloudWatch log group. Providing a duration value will set the log retention time.","markdownDescription":"Enable logging to a CloudWatch log group. Providing a duration value will set the log retention time."},"timeout":{"description":"The amount of time that Lambda allows a function to run before stopping it. You can specify a size value from 1 second to 15 minutes.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"The amount of time that Lambda allows a function to run before stopping it. You can specify a size value from 1 second to 15 minutes."},"memorySize":{"description":"The amount of memory available to the function at runtime. Increasing the function memory also increases its CPU allocation. The value can be any multiple of 1 MB. You can specify a size value from 128 MB to 10 GB.","type":"string","pattern":"^[0-9]+ (B|KB|MB|GB|TB|PB)$","markdownDescription":"The amount of memory available to the function at runtime. Increasing the function memory also increases its CPU allocation. The value can be any multiple of 1 MB. You can specify a size value from 128 MB to 10 GB."},"architecture":{"type":"string","enum":["x86_64","arm64"],"description":"The instruction set architecture that the function supports.","markdownDescription":"The instruction set architecture that the function supports."},"ephemeralStorageSize":{"description":"The size of the function's /tmp directory. You can specify a size value from 512 MB to 10 GB.","type":"string","pattern":"^[0-9]+ (B|KB|MB|GB|TB|PB)$","markdownDescription":"The size of the function's /tmp directory. You can specify a size value from 512 MB to 10 GB."},"reserved":{"type":"integer","minimum":0,"maximum":9007199254740991,"description":"The number of simultaneous executions to reserve for the function. You can specify a number from 0.","markdownDescription":"The number of simultaneous executions to reserve for the function. You can specify a number from 0."},"layers":{"type":"array","items":{"type":"string"},"description":"A list of function layers to add to the function's execution environment. Specify each layer by its name.","markdownDescription":"A list of function layers to add to the function's execution environment. Specify each layer by its name."},"environment":{"description":"Environment variable key-value pairs.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"},"markdownDescription":"Environment variable key-value pairs."},"permissions":{"anyOf":[{"type":"object","properties":{"effect":{"default":"allow","type":"string","enum":["allow","deny"]},"actions":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"resources":{"anyOf":[{"anyOf":[{"type":"string","pattern":"^arn:.*"},{"type":"string","const":"*"}]},{"type":"array","items":{"anyOf":[{"type":"string","pattern":"^arn:.*"},{"type":"string","const":"*"}]}}]}},"required":["actions","resources"]},{"type":"array","items":{"type":"object","properties":{"effect":{"default":"allow","type":"string","enum":["allow","deny"]},"actions":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"resources":{"anyOf":[{"anyOf":[{"type":"string","pattern":"^arn:.*"},{"type":"string","const":"*"}]},{"type":"array","items":{"anyOf":[{"type":"string","pattern":"^arn:.*"},{"type":"string","const":"*"}]}}]}},"required":["actions","resources"]}}],"description":"Add IAM permissions to your function.","markdownDescription":"Add IAM permissions to your function."},"sandbox":{"anyOf":[{"type":"boolean"},{"type":"object","properties":{"functions":{"description":"The \"stack:name\" functions the sandbox may invoke through the sandbox proxy.","type":"array","items":{"type":"string","pattern":"^[a-z0-9-]+:[a-z0-9-]+$"},"markdownDescription":"The \"stack:name\" functions the sandbox may invoke through the sandbox proxy."},"tasks":{"description":"The \"stack:name\" tasks the sandbox may start through the sandbox proxy.","type":"array","items":{"type":"string","pattern":"^[a-z0-9-]+:[a-z0-9-]+$"},"markdownDescription":"The \"stack:name\" tasks the sandbox may start through the sandbox proxy."},"configs":{"description":"The config values the sandbox may read.","type":"array","items":{"type":"string","pattern":"^[a-z0-9-]+$"},"markdownDescription":"The config values the sandbox may read."}},"additionalProperties":false}],"description":"Block the function from invoking other lambdas & reading the app wide env. Pass an object with functions, tasks & configs to allow only those through.","markdownDescription":"Block the function from invoking other lambdas & reading the app wide env. Pass an object with functions, tasks & configs to allow only those through."}},"required":["code"],"additionalProperties":false}],"markdownDescription":"Specifies the file that will render the site on the server."},"dev":{"description":"Serve the site through your own dev server (like vite) during \"awsless dev\". The local router proxies the site routes to it, so your frontend & api share one origin. Deployments ignore this option.","type":"object","properties":{"command":{"type":"string","description":"The command that starts your own dev server, with every \"$PORT\" replaced by the assigned port. The command also receives the port as the PORT environment variable.","markdownDescription":"The command that starts your own dev server, with every \"$PORT\" replaced by the assigned port. The command also receives the port as the PORT environment variable."},"port":{"description":"The fixed port your dev server listens on. Leave out to assign a free port automatically.","type":"integer","exclusiveMinimum":0,"maximum":9007199254740991,"markdownDescription":"The fixed port your dev server listens on. Leave out to assign a free port automatically."}},"required":["command"],"markdownDescription":"Serve the site through your own dev server (like vite) during \"awsless dev\". The local router proxies the site routes to it, so your frontend & api share one origin. Deployments ignore this option."}},"required":["router","path"]},"markdownDescription":"Define the sites in your stack."},"tests":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local directory without checking if the directory exists.","type":"string","markdownDescription":"Specifies a local directory without checking if the directory exists."}},"required":["nocheck"]}]},{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local directory without checking if the directory exists.","type":"string","markdownDescription":"Specifies a local directory without checking if the directory exists."}},"required":["nocheck"]}]}},{"type":"boolean","const":false}],"description":"Define the location of your tests for your stack.","markdownDescription":"Define the location of your tests for your stack."},"images":{"description":"Define an image proxy in your stack. Store, transform, optimize, and deliver images at scale.","type":"object","propertyNames":{"type":"string","minLength":3,"maxLength":24,"pattern":"^[a-z0-9-]+$"},"additionalProperties":{"type":"object","properties":{"router":{"description":"The router id to link your image proxy.","type":"string","minLength":3,"maxLength":24,"pattern":"^[a-z0-9-]+$","markdownDescription":"The router id to link your image proxy."},"path":{"type":"string","allOf":[{"type":"string","pattern":"^\\/"},{"type":"string","pattern":"^\\/([^/*.]+)?$"}],"description":"The path inside the router to link your image proxy to.","markdownDescription":"The path inside the router to link your image proxy to."},"cacheDuration":{"description":"Cache duration of the cached images.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"Cache duration of the cached images."},"presets":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"width":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"height":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"fit":{"type":"string","enum":["cover","contain","fill","inside","outside"]},"position":{"type":"string","enum":["top","right top","right","right bottom","bottom","left bottom","left","left top","center"]},"quality":{"type":"integer","minimum":1,"maximum":100}}},"description":"Named presets for image transformations","markdownDescription":"Named presets for image transformations"},"extensions":{"type":"object","properties":{"jpg":{"type":"object","properties":{"mozjpeg":{"type":"boolean"},"progressive":{"type":"boolean"}}},"webp":{"type":"object","properties":{"effort":{"default":7,"type":"integer","minimum":1,"maximum":10},"lossless":{"type":"boolean"},"nearLossless":{"type":"boolean"}}},"png":{"type":"object","properties":{"compressionLevel":{"default":6,"type":"integer","minimum":0,"maximum":9}}}},"description":"Specify the allowed extensions.","markdownDescription":"Specify the allowed extensions."},"origin":{"anyOf":[{"type":"object","properties":{"static":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local directory without checking if the directory exists.","type":"string","markdownDescription":"Specifies a local directory without checking if the directory exists."}},"required":["nocheck"]}],"description":"Specifies the path to a local image directory that will be uploaded in S3.","markdownDescription":"Specifies the path to a local image directory that will be uploaded in S3."},"function":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"Specifies the file that will be called when an image isn't found in the (cache) bucket.","markdownDescription":"Specifies the file that will be called when an image isn't found in the (cache) bucket."}},"required":["static"]},{"type":"object","properties":{"static":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local directory without checking if the directory exists.","type":"string","markdownDescription":"Specifies a local directory without checking if the directory exists."}},"required":["nocheck"]}],"description":"Specifies the path to a local image directory that will be uploaded in S3.","markdownDescription":"Specifies the path to a local image directory that will be uploaded in S3."},"function":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"Specifies the file that will be called when an image isn't found in the (cache) bucket.","markdownDescription":"Specifies the file that will be called when an image isn't found in the (cache) bucket."}},"required":["function"]}],"description":"Specify the origin of your images. Image transformation will be applied from a base image. Base images can be loaded from a S3 bucket (that is synced from a local directory) or dynamicly from a lambda function.","markdownDescription":"Specify the origin of your images. Image transformation will be applied from a base image. Base images can be loaded from a S3 bucket (that is synced from a local directory) or dynamicly from a lambda function."}},"required":["router","path","presets","extensions","origin"]},"markdownDescription":"Define an image proxy in your stack. Store, transform, optimize, and deliver images at scale."},"icons":{"description":"Define an svg icon proxy in your stack. Store, optimize, and deliver svg icons at scale.","type":"object","propertyNames":{"type":"string","minLength":3,"maxLength":24,"pattern":"^[a-z0-9-]+$"},"additionalProperties":{"type":"object","properties":{"router":{"description":"The router id to link your icon proxy.","type":"string","minLength":3,"maxLength":24,"pattern":"^[a-z0-9-]+$","markdownDescription":"The router id to link your icon proxy."},"path":{"type":"string","allOf":[{"type":"string","pattern":"^\\/"},{"type":"string","pattern":"^\\/([^/*.]+)?$"}],"description":"The path inside the router to link your icon proxy to.","markdownDescription":"The path inside the router to link your icon proxy to."},"cacheDuration":{"description":"The cache duration of the cached icons.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"The cache duration of the cached icons."},"preserveIds":{"default":false,"description":"Preserve the IDs of the icons.\n\n@default false","type":"boolean","markdownDescription":"Preserve the IDs of the icons.\n\n@default ```false```"},"symbols":{"default":false,"description":"Convert the SVG's to SVG symbols.\n\n@default false","type":"boolean","markdownDescription":"Convert the SVG's to SVG symbols.\n\n@default ```false```"},"origin":{"anyOf":[{"type":"object","properties":{"static":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local directory without checking if the directory exists.","type":"string","markdownDescription":"Specifies a local directory without checking if the directory exists."}},"required":["nocheck"]}],"description":"Specifies the path to a local image directory that will be uploaded in S3.","markdownDescription":"Specifies the path to a local image directory that will be uploaded in S3."},"function":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"Specifies the file that will be called when an image isn't found in the (cache) bucket.","markdownDescription":"Specifies the file that will be called when an image isn't found in the (cache) bucket."}},"required":["static"]},{"type":"object","properties":{"static":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local directory without checking if the directory exists.","type":"string","markdownDescription":"Specifies a local directory without checking if the directory exists."}},"required":["nocheck"]}],"description":"Specifies the path to a local image directory that will be uploaded in S3.","markdownDescription":"Specifies the path to a local image directory that will be uploaded in S3."},"function":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"Specifies the file that will be called when an image isn't found in the (cache) bucket.","markdownDescription":"Specifies the file that will be called when an image isn't found in the (cache) bucket."}},"required":["function"]}],"description":"Image transformation will be applied from a base image. Base images orginates from a local directory that will be uploaded to S3 or from a lambda function.","markdownDescription":"Image transformation will be applied from a base image. Base images orginates from a local directory that will be uploaded to S3 or from a lambda function."}},"required":["router","path","origin"]},"markdownDescription":"Define an svg icon proxy in your stack. Store, optimize, and deliver svg icons at scale."},"metrics":{"description":"Define the metrics in your stack.","type":"object","propertyNames":{"type":"string","minLength":3,"maxLength":24,"pattern":"^[a-z0-9-]+$"},"additionalProperties":{"type":"object","properties":{"type":{"type":"string","enum":["number","size","duration"]},"alarms":{"type":"array","items":{"type":"object","properties":{"description":{"type":"string"},"where":{"anyOf":[{"type":"string","pattern":"(count|avg|sum|min|max) (>|>=|<|<=) (\\d)"},{"type":"object","properties":{"stat":{"type":"string","enum":["count","avg","sum","min","max"]},"op":{"type":"string","enum":[">",">=","<","<="]},"value":{"type":"number"}},"required":["stat","op","value"]}]},"period":{"type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$"},"minDataPoints":{"default":1,"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"trigger":{"anyOf":[{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},{"type":"array","items":{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"}},{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}]}},"required":["where","period","trigger"]}}},"required":["type"]},"markdownDescription":"Define the metrics in your stack."}},"required":["name"],"additionalProperties":false,"title":"Awsless Stack Config"}
1
+ {"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"$schema":{"type":"string"},"name":{"description":"Stack name.","type":"string","minLength":2,"maxLength":24,"pattern":"^[a-z0-9-]+$","markdownDescription":"Stack name."},"routes":{"description":"Add routes to your global Router that link a path pattern to a lambda function.","type":"object","propertyNames":{"description":"The router id to add your routes to.","type":"string","minLength":2,"maxLength":24,"pattern":"^[a-z0-9-]+$","markdownDescription":"The router id to add your routes to."},"additionalProperties":{"type":"object","propertyNames":{"type":"string","pattern":"^\\/"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},"description":"Define the routes and the lambda function that should handle them.\nRoutes can be an exact path like \"/sitemap.xml\", a wildcard like \"/sitemap/*\", or contain params like \"/sitemap/{locale}/{page}.xml\".\nParam values are passed to the function as \"x-param-[NAME]\" request headers.","markdownDescription":"Define the routes and the lambda function that should handle them.\nRoutes can be an exact path like \"/sitemap.xml\", a wildcard like \"/sitemap/*\", or contain params like \"/sitemap/{locale}/{page}.xml\".\nParam values are passed to the function as \"x-param-[NAME]\" request headers."},"markdownDescription":"Add routes to your global Router that link a path pattern to a lambda function."},"commands":{"description":"Define the custom commands for your stack.","type":"object","propertyNames":{"type":"string","minLength":2,"maxLength":24,"pattern":"^[a-z0-9-]+$"},"additionalProperties":{"anyOf":[{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},"handler":{"default":"default","description":"The name of the handler that needs to run\n\n@default \"default\"\n\n@default \"default\"","type":"string","markdownDescription":"The name of the handler that needs to run\n\n@default ```\"default\"```\n\n@default ```\"default\"```"},"description":{"description":"A description of the command","type":"string","markdownDescription":"A description of the command"}},"required":["file"]},{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]}]},"markdownDescription":"Define the custom commands for your stack."},"rest":{"description":"Define routes in your stack for your global REST API.","type":"object","propertyNames":{"type":"string","minLength":2,"maxLength":24,"pattern":"^[a-z0-9-]+$"},"additionalProperties":{"type":"object","propertyNames":{"anyOf":[{"type":"string","pattern":"^(POST|GET|PUT|DELETE|HEAD|OPTIONS|ANY)(\\s\\/[a-z0-9+_\\-/{}]*)$"},{"type":"string","const":"$default"}],"description":"The REST API route that is comprised by the http method and http path.\nThe possible http methods are POST, GET,PUT, DELETE, HEAD, OPTIONS, ANY.\nExample: GET /posts/{id}","markdownDescription":"The REST API route that is comprised by the http method and http path.\nThe possible http methods are POST, GET,PUT, DELETE, HEAD, OPTIONS, ANY.\nExample: GET /posts/{id}"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"markdownDescription":"Define routes in your stack for your global REST API."},"rpc":{"type":"object","propertyNames":{"type":"string","minLength":2,"maxLength":24,"pattern":"^[a-z0-9-]+$"},"additionalProperties":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"function":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"The RPC function to execute.","markdownDescription":"The RPC function to execute."},"lock":{"type":"boolean","description":"Specify if the function should be locked on the `lockKey` returned from the auth function.\nAn example would be returning the user ID as `lockKey`.","markdownDescription":"Specify if the function should be locked on the `lockKey` returned from the auth function.\nAn example would be returning the user ID as `lockKey`."}},"required":["function","lock"]}]},"description":"The queries for your global RPC API.","markdownDescription":"The queries for your global RPC API."},"description":"Define the schema in your stack for your global RPC API.","markdownDescription":"Define the schema in your stack for your global RPC API."},"crons":{"description":"Define the cron jobs in your stack.","type":"object","propertyNames":{"type":"string","minLength":2,"maxLength":24,"pattern":"^[a-z0-9-]+$"},"additionalProperties":{"type":"object","properties":{"enabled":{"default":true,"description":"If the cron is enabled.\n\n@default true","type":"boolean","markdownDescription":"If the cron is enabled.\n\n@default ```true```"},"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"The consuming lambda function properties.","markdownDescription":"The consuming lambda function properties."},"schedule":{"anyOf":[{},{}],"description":"The scheduling expression.\n\nexample: \"0 20 * * ? *\"\nexample: \"5 minutes\"","markdownDescription":"The scheduling expression.\n\nexample: \"0 20 * * ? *\"\nexample: \"5 minutes\""},"payload":{"description":"The JSON payload that will be passed to the consumer.","markdownDescription":"The JSON payload that will be passed to the consumer."}},"required":["consumer","schedule"]},"markdownDescription":"Define the cron jobs in your stack."},"caches":{"description":"Define the caches in your stack. For access to the cache put your functions inside the global VPC.","type":"object","propertyNames":{"type":"string","minLength":2,"maxLength":24,"pattern":"^[a-z0-9-]+$"},"additionalProperties":{"type":"object","properties":{"minStorage":{"description":"The lower limit for data storage the cache is set to use. You can specify a size value from 1 GB to 5000 GB.","type":"string","pattern":"^[0-9]+ (B|KB|MB|GB|TB|PB)$","markdownDescription":"The lower limit for data storage the cache is set to use. You can specify a size value from 1 GB to 5000 GB."},"maxStorage":{"description":"The upper limit for data storage the cache is set to use. You can specify a size value from 1 GB to 5000 GB.","type":"string","pattern":"^[0-9]+ (B|KB|MB|GB|TB|PB)$","markdownDescription":"The upper limit for data storage the cache is set to use. You can specify a size value from 1 GB to 5000 GB."},"minECPU":{"type":"integer","minimum":1000,"maximum":15000000,"description":"The minimum number of ECPUs the cache can consume per second. You can specify a integer from 1,000 to 15,000,000.","markdownDescription":"The minimum number of ECPUs the cache can consume per second. You can specify a integer from 1,000 to 15,000,000."},"maxECPU":{"type":"integer","minimum":1000,"maximum":15000000,"description":"The maximum number of ECPUs the cache can consume per second. You can specify a integer from 1,000 to 15,000,000.","markdownDescription":"The maximum number of ECPUs the cache can consume per second. You can specify a integer from 1,000 to 15,000,000."},"snapshotRetentionLimit":{"default":1,"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991}}},"markdownDescription":"Define the caches in your stack. For access to the cache put your functions inside the global VPC."},"subscribers":{"description":"Define the event topics to subscribe too in your stack.","type":"object","propertyNames":{"description":"Define event topic name.","type":"string","minLength":3,"maxLength":256,"pattern":"^[a-z0-9-]+$","markdownDescription":"Define event topic name."},"additionalProperties":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"]}]},"markdownDescription":"Define the event topics to subscribe too in your stack."},"functions":{"description":"Define the functions in your stack.","type":"object","propertyNames":{"type":"string","minLength":2,"maxLength":24,"pattern":"^[a-z0-9-]+$"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."},"runtime":{"anyOf":[{"anyOf":[{"type":"string","enum":["nodejs18.x","nodejs20.x","nodejs22.x","nodejs24.x"]},{"type":"string","const":"container"}]},{"type":"string"}],"description":"The identifier of the function's runtime.","markdownDescription":"The identifier of the function's runtime."},"description":{"type":"string","description":"A description of the function.","markdownDescription":"A description of the function."},"vpc":{"type":"boolean","description":"Put the function inside your global VPC.","markdownDescription":"Put the function inside your global VPC."},"log":{"anyOf":[{"type":"boolean"},{"description":"The log retention duration.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"The log retention duration."},{"type":"object","properties":{"retention":{"description":"The log retention duration.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"The log retention duration."},"format":{"type":"string","enum":["text","json"],"description":"The format in which Lambda sends your function's application and system logs to CloudWatch. Select between plain text and structured JSON.","markdownDescription":"The format in which Lambda sends your function's application and system logs to CloudWatch. Select between plain text and structured JSON."},"system":{"type":"string","enum":["debug","info","warn"],"description":"Set this property to filter the system logs for your function that Lambda sends to CloudWatch. Lambda only sends system logs at the selected level of detail and lower, where DEBUG is the highest level and WARN is the lowest.","markdownDescription":"Set this property to filter the system logs for your function that Lambda sends to CloudWatch. Lambda only sends system logs at the selected level of detail and lower, where DEBUG is the highest level and WARN is the lowest."},"level":{"type":"string","enum":["trace","debug","info","warn","error","fatal"],"description":"Set this property to filter the application logs for your function that Lambda sends to CloudWatch. Lambda only sends application logs at the selected level of detail and lower, where TRACE is the highest level and FATAL is the lowest.","markdownDescription":"Set this property to filter the application logs for your function that Lambda sends to CloudWatch. Lambda only sends application logs at the selected level of detail and lower, where TRACE is the highest level and FATAL is the lowest."}}}],"description":"Enable logging to a CloudWatch log group. Providing a duration value will set the log retention time.","markdownDescription":"Enable logging to a CloudWatch log group. Providing a duration value will set the log retention time."},"timeout":{"description":"The amount of time that Lambda allows a function to run before stopping it. You can specify a size value from 1 second to 15 minutes.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"The amount of time that Lambda allows a function to run before stopping it. You can specify a size value from 1 second to 15 minutes."},"memorySize":{"description":"The amount of memory available to the function at runtime. Increasing the function memory also increases its CPU allocation. The value can be any multiple of 1 MB. You can specify a size value from 128 MB to 10 GB.","type":"string","pattern":"^[0-9]+ (B|KB|MB|GB|TB|PB)$","markdownDescription":"The amount of memory available to the function at runtime. Increasing the function memory also increases its CPU allocation. The value can be any multiple of 1 MB. You can specify a size value from 128 MB to 10 GB."},"architecture":{"type":"string","enum":["x86_64","arm64"],"description":"The instruction set architecture that the function supports.","markdownDescription":"The instruction set architecture that the function supports."},"ephemeralStorageSize":{"description":"The size of the function's /tmp directory. You can specify a size value from 512 MB to 10 GB.","type":"string","pattern":"^[0-9]+ (B|KB|MB|GB|TB|PB)$","markdownDescription":"The size of the function's /tmp directory. You can specify a size value from 512 MB to 10 GB."},"reserved":{"type":"integer","minimum":0,"maximum":9007199254740991,"description":"The number of simultaneous executions to reserve for the function. You can specify a number from 0.","markdownDescription":"The number of simultaneous executions to reserve for the function. You can specify a number from 0."},"layers":{"type":"array","items":{"type":"string"},"description":"A list of function layers to add to the function's execution environment. Specify each layer by its name.","markdownDescription":"A list of function layers to add to the function's execution environment. Specify each layer by its name."},"environment":{"description":"Environment variable key-value pairs.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"},"markdownDescription":"Environment variable key-value pairs."},"permissions":{"anyOf":[{"type":"object","properties":{"effect":{"default":"allow","type":"string","enum":["allow","deny"]},"actions":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"resources":{"anyOf":[{"anyOf":[{"type":"string","pattern":"^arn:.*"},{"type":"string","const":"*"}]},{"type":"array","items":{"anyOf":[{"type":"string","pattern":"^arn:.*"},{"type":"string","const":"*"}]}}]}},"required":["actions","resources"]},{"type":"array","items":{"type":"object","properties":{"effect":{"default":"allow","type":"string","enum":["allow","deny"]},"actions":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"resources":{"anyOf":[{"anyOf":[{"type":"string","pattern":"^arn:.*"},{"type":"string","const":"*"}]},{"type":"array","items":{"anyOf":[{"type":"string","pattern":"^arn:.*"},{"type":"string","const":"*"}]}}]}},"required":["actions","resources"]}}],"description":"Add IAM permissions to your function.","markdownDescription":"Add IAM permissions to your function."},"sandbox":{"anyOf":[{"type":"boolean"},{"type":"object","properties":{"functions":{"description":"The \"stack:name\" functions the sandbox may invoke through the sandbox proxy.","type":"array","items":{"type":"string","pattern":"^[a-z0-9-]+:[a-z0-9-]+$"},"markdownDescription":"The \"stack:name\" functions the sandbox may invoke through the sandbox proxy."},"tasks":{"description":"The \"stack:name\" tasks the sandbox may start through the sandbox proxy.","type":"array","items":{"type":"string","pattern":"^[a-z0-9-]+:[a-z0-9-]+$"},"markdownDescription":"The \"stack:name\" tasks the sandbox may start through the sandbox proxy."},"configs":{"description":"The config values the sandbox may read.","type":"array","items":{"type":"string","pattern":"^[a-z0-9-]+$"},"markdownDescription":"The config values the sandbox may read."}},"additionalProperties":false}],"description":"Block the function from invoking other lambdas & reading the app wide env. Pass an object with functions, tasks & configs to allow only those through.","markdownDescription":"Block the function from invoking other lambdas & reading the app wide env. Pass an object with functions, tasks & configs to allow only those through."}},"required":["code"],"additionalProperties":false}]},"markdownDescription":"Define the functions in your stack."},"instances":{"description":"Define the instances in your stack.","type":"object","propertyNames":{"type":"string","minLength":2,"maxLength":24,"pattern":"^[a-z0-9-]+$"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the instance code.","markdownDescription":"The file path of the instance code."}},"required":["file"]}],"description":"Specify the code of your instance.","markdownDescription":"Specify the code of your instance."},"description":{"type":"string","description":"A description of the instance.","markdownDescription":"A description of the instance."},"image":{"description":"The URL of the container image to use. Default: public.ecr.aws/aws-cli/aws-cli:{architecture}","type":"string","markdownDescription":"The URL of the container image to use. Default: public.ecr.aws/aws-cli/aws-cli:{architecture}"},"startupCommand":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"description":"Optional shell commands to run before the instance program starts.","markdownDescription":"Optional shell commands to run before the instance program starts."},"log":{"anyOf":[{"type":"boolean"},{"description":"The log retention duration.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"The log retention duration."},{"type":"object","properties":{"retention":{"description":"The log retention duration.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"The log retention duration."}}}],"description":"Enable logging to a CloudWatch log group. Providing a duration value will set the log retention time.","markdownDescription":"Enable logging to a CloudWatch log group. Providing a duration value will set the log retention time."},"cpu":{"description":"The number of vCPUs used by the instance. Valid values: 0.25, 0.5, 1, 2, 4, 8, 16.","anyOf":[{"type":"number","const":0.25},{"type":"number","const":0.5},{"type":"number","const":1},{"type":"number","const":2},{"type":"number","const":4},{"type":"number","const":8},{"type":"number","const":16}],"markdownDescription":"The number of vCPUs used by the instance. Valid values: 0.25, 0.5, 1, 2, 4, 8, 16."},"memorySize":{"description":"The amount of memory (in MiB) used by the instance. Valid memory values depend on the CPU configuration.","type":"string","pattern":"^[0-9]+ (B|KB|MB|GB|TB|PB)$","markdownDescription":"The amount of memory (in MiB) used by the instance. Valid memory values depend on the CPU configuration."},"architecture":{"type":"string","enum":["x86_64","arm64"],"description":"The instruction set architecture that the instance supports.","markdownDescription":"The instruction set architecture that the instance supports."},"environment":{"description":"Environment variable key-value pairs.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"},"markdownDescription":"Environment variable key-value pairs."},"permissions":{"anyOf":[{"type":"object","properties":{"effect":{"default":"allow","type":"string","enum":["allow","deny"]},"actions":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"resources":{"anyOf":[{"anyOf":[{"type":"string","pattern":"^arn:.*"},{"type":"string","const":"*"}]},{"type":"array","items":{"anyOf":[{"type":"string","pattern":"^arn:.*"},{"type":"string","const":"*"}]}}]}},"required":["actions","resources"]},{"type":"array","items":{"type":"object","properties":{"effect":{"default":"allow","type":"string","enum":["allow","deny"]},"actions":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"resources":{"anyOf":[{"anyOf":[{"type":"string","pattern":"^arn:.*"},{"type":"string","const":"*"}]},{"type":"array","items":{"anyOf":[{"type":"string","pattern":"^arn:.*"},{"type":"string","const":"*"}]}}]}},"required":["actions","resources"]}}],"description":"Add IAM permissions to your instance.","markdownDescription":"Add IAM permissions to your instance."},"healthCheck":{"type":"object","properties":{"path":{"type":"string","description":"The path that the container runs to determine if it is healthy.","markdownDescription":"The path that the container runs to determine if it is healthy."},"interval":{"description":"The time period in seconds between each health check execution.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"The time period in seconds between each health check execution."},"retries":{"type":"integer","minimum":1,"maximum":10,"description":"The number of times to retry a failed health check before the container is considered unhealthy.","markdownDescription":"The number of times to retry a failed health check before the container is considered unhealthy."},"startPeriod":{"description":"The optional grace period to provide containers time to bootstrap before failed health checks count towards the maximum number of retries.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"The optional grace period to provide containers time to bootstrap before failed health checks count towards the maximum number of retries."},"timeout":{"description":"The time period in seconds to wait for a health check to succeed before it is considered a failure.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"The time period in seconds to wait for a health check to succeed before it is considered a failure."}},"required":["path","interval","retries","startPeriod","timeout"],"description":"The health check command and associated configuration parameters for the container.","markdownDescription":"The health check command and associated configuration parameters for the container."}},"required":["code"]}]},"markdownDescription":"Define the instances in your stack."},"jobs":{"description":"Define the jobs in your stack.","type":"object","propertyNames":{"type":"string","minLength":2,"maxLength":24,"pattern":"^[a-z0-9-]+$"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the job code.","markdownDescription":"The file path of the job code."}},"required":["file"]}],"description":"Specify the code of your job.","markdownDescription":"Specify the code of your job."},"image":{"type":"string","description":"The URL of the container image to use. Default: public.ecr.aws/aws-cli/aws-cli:{architecture}","markdownDescription":"The URL of the container image to use. Default: public.ecr.aws/aws-cli/aws-cli:{architecture}"},"persistentStorage":{"type":"boolean","description":"Mount persistent storage for the job at a fixed internal path.","markdownDescription":"Mount persistent storage for the job at a fixed internal path."},"startupCommand":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"description":"Optional shell commands to run before the job executable is downloaded and started.","markdownDescription":"Optional shell commands to run before the job executable is downloaded and started."},"log":{"anyOf":[{"type":"boolean"},{"description":"The log retention duration.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"The log retention duration."},{"type":"object","properties":{"retention":{"description":"The log retention duration.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"The log retention duration."}}}],"description":"Enable logging to a CloudWatch log group. Providing a duration value will set the log retention time.","markdownDescription":"Enable logging to a CloudWatch log group. Providing a duration value will set the log retention time."},"cpu":{"description":"The number of vCPUs used by the job. Valid values: 0.25, 0.5, 1, 2, 4, 8, 16.","anyOf":[{"type":"number","const":0.25},{"type":"number","const":0.5},{"type":"number","const":1},{"type":"number","const":2},{"type":"number","const":4},{"type":"number","const":8},{"type":"number","const":16}],"markdownDescription":"The number of vCPUs used by the job. Valid values: 0.25, 0.5, 1, 2, 4, 8, 16."},"memorySize":{"description":"The amount of memory (in MiB) used by the job. Valid memory values depend on the CPU configuration.","type":"string","pattern":"^[0-9]+ (B|KB|MB|GB|TB|PB)$","markdownDescription":"The amount of memory (in MiB) used by the job. Valid memory values depend on the CPU configuration."},"architecture":{"type":"string","enum":["x86_64","arm64"],"description":"The instruction set architecture that the job supports.","markdownDescription":"The instruction set architecture that the job supports."},"environment":{"description":"Environment variable key-value pairs.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"},"markdownDescription":"Environment variable key-value pairs."},"permissions":{"anyOf":[{"type":"object","properties":{"effect":{"default":"allow","type":"string","enum":["allow","deny"]},"actions":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"resources":{"anyOf":[{"anyOf":[{"type":"string","pattern":"^arn:.*"},{"type":"string","const":"*"}]},{"type":"array","items":{"anyOf":[{"type":"string","pattern":"^arn:.*"},{"type":"string","const":"*"}]}}]}},"required":["actions","resources"]},{"type":"array","items":{"type":"object","properties":{"effect":{"default":"allow","type":"string","enum":["allow","deny"]},"actions":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"resources":{"anyOf":[{"anyOf":[{"type":"string","pattern":"^arn:.*"},{"type":"string","const":"*"}]},{"type":"array","items":{"anyOf":[{"type":"string","pattern":"^arn:.*"},{"type":"string","const":"*"}]}}]}},"required":["actions","resources"]}}],"description":"Add IAM permissions to your job.","markdownDescription":"Add IAM permissions to your job."},"timeout":{"description":"The maximum time the job is allowed to run before being stopped. Default: 30 minutes.\n\n@default \"30 minutes\"\n\n@default \"30 minutes\"","default":"30 minutes","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"The maximum time the job is allowed to run before being stopped. Default: 30 minutes.\n\n@default ```\"30 minutes\"```\n\n@default ```\"30 minutes\"```"}},"required":["code"]}]},"markdownDescription":"Define the jobs in your stack."},"tasks":{"description":"Define the tasks in your stack.","type":"object","propertyNames":{"type":"string","minLength":2,"maxLength":24,"pattern":"^[a-z0-9-]+$"},"additionalProperties":{"anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"]}]},"markdownDescription":"Define the tasks in your stack."},"tables":{"description":"Define the tables in your stack.","type":"object","propertyNames":{"type":"string","minLength":2,"maxLength":24,"pattern":"^[a-z0-9-]+$"},"additionalProperties":{"type":"object","properties":{"hash":{"type":"string","minLength":1,"maxLength":255,"description":"Specifies the name of the partition / hash key that makes up the primary key for the table.","markdownDescription":"Specifies the name of the partition / hash key that makes up the primary key for the table."},"sort":{"description":"Specifies the name of the range / sort key that makes up the primary key for the table.","type":"string","minLength":1,"maxLength":255,"markdownDescription":"Specifies the name of the range / sort key that makes up the primary key for the table."},"fields":{"description":"A list of attributes that describe the key schema for the table and indexes. If no attribute field is defined we default to \"string\".","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string","enum":["string","number","binary"]},"markdownDescription":"A list of attributes that describe the key schema for the table and indexes. If no attribute field is defined we default to \"string\"."},"class":{"default":"standard","description":"The table class of the table.\n\n@default \"standard\"","type":"string","enum":["standard","standard-infrequent-access"],"markdownDescription":"The table class of the table.\n\n@default ```\"standard\"```"},"pointInTimeRecovery":{"default":false,"description":"Indicates whether point in time recovery is enabled on the table.\n\n@default false","type":"boolean","markdownDescription":"Indicates whether point in time recovery is enabled on the table.\n\n@default ```false```"},"ttl":{"description":"The name of the TTL attribute used to store the expiration time for items in the table.\nTo update this property, you must first disable TTL and then enable TTL with the new attribute name.","type":"string","minLength":1,"maxLength":255,"markdownDescription":"The name of the TTL attribute used to store the expiration time for items in the table.\nTo update this property, you must first disable TTL and then enable TTL with the new attribute name."},"stream":{"description":"The settings for the DynamoDB table stream, which capture changes to items stored in the table.","type":"object","properties":{"type":{"type":"string","enum":["keys-only","new-image","old-image","new-and-old-images"],"description":"When an item in the table is modified, you can determines what information is written to the stream for this table.\nValid values are:\n- keys-only - Only the key attributes of the modified item are written to the stream.\n- new-image - The entire item, as it appears after it was modified, is written to the stream.\n- old-image - The entire item, as it appeared before it was modified, is written to the stream.\n- new-and-old-images - Both the new and the old item images of the item are written to the stream.","markdownDescription":"When an item in the table is modified, you can determines what information is written to the stream for this table.\nValid values are:\n- keys-only - Only the key attributes of the modified item are written to the stream.\n- new-image - The entire item, as it appears after it was modified, is written to the stream.\n- old-image - The entire item, as it appeared before it was modified, is written to the stream.\n- new-and-old-images - Both the new and the old item images of the item are written to the stream."},"batchSize":{"default":1,"description":"The maximum number of records in each batch that Lambda pulls from your stream and sends to your function.\nLambda passes all of the records in the batch to the function in a single call, up to the payload limit for synchronous invocation (6 MB).\nYou can specify a number from 1 to 10000.\n\n@default 1","type":"number","minimum":1,"maximum":10000,"markdownDescription":"The maximum number of records in each batch that Lambda pulls from your stream and sends to your function.\nLambda passes all of the records in the batch to the function in a single call, up to the payload limit for synchronous invocation (6 MB).\nYou can specify a number from 1 to 10000.\n\n@default ```1```"},"batchWindow":{"description":"The maximum amount of time that is spend gathering records before invoking the function.\nYou can specify a duration from 1 seconds to 5 minutes.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"The maximum amount of time that is spend gathering records before invoking the function.\nYou can specify a duration from 1 seconds to 5 minutes."},"retryAttempts":{"default":2,"description":"Discard records after the specified number of retries.\n-1 will sets the maximum number of retries to infinite.\nWhen maxRetryAttempts is infinite, Lambda retries failed records until the record expires in the event source.\nYou can specify a number from -1 to 10000.\nThe default value is 2\n\n@default 2","type":"number","minimum":-1,"maximum":10000,"markdownDescription":"Discard records after the specified number of retries.\n-1 will sets the maximum number of retries to infinite.\nWhen maxRetryAttempts is infinite, Lambda retries failed records until the record expires in the event source.\nYou can specify a number from -1 to 10000.\nThe default value is 2\n\n@default ```2```"},"concurrencyPerShard":{"default":1,"description":"The number of batches to process concurrently from each shard.\nYou can specify a number from 1 to 10.\n\n@default 1","type":"number","minimum":1,"maximum":10,"markdownDescription":"The number of batches to process concurrently from each shard.\nYou can specify a number from 1 to 10.\n\n@default ```1```"},"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"The consuming lambda function for the stream","markdownDescription":"The consuming lambda function for the stream"}},"required":["type","consumer"],"markdownDescription":"The settings for the DynamoDB table stream, which capture changes to items stored in the table."},"indexes":{"description":"Specifies the global secondary indexes to be created on the table.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"hash":{"anyOf":[{"type":"string","minLength":1,"maxLength":255},{"type":"array","items":{"type":"string","minLength":1,"maxLength":255}}],"description":"Specifies the name of the partition / hash key that makes up the primary key for the global secondary index.","markdownDescription":"Specifies the name of the partition / hash key that makes up the primary key for the global secondary index."},"sort":{"description":"Specifies the name of the range / sort key that makes up the primary key for the global secondary index.","anyOf":[{"type":"string","minLength":1,"maxLength":255},{"type":"array","items":{"type":"string","minLength":1,"maxLength":255}}],"markdownDescription":"Specifies the name of the range / sort key that makes up the primary key for the global secondary index."},"projection":{"default":"all","description":"The set of attributes that are projected into the index:\n- all - All of the table attributes are projected into the index.\n- keys-only - Only the index and primary keys are projected into the index.\n@default \"all\"\n\n@default \"all\"","type":"string","enum":["all","keys-only"],"markdownDescription":"The set of attributes that are projected into the index:\n- all - All of the table attributes are projected into the index.\n- keys-only - Only the index and primary keys are projected into the index.\n@default \"all\"\n\n@default ```\"all\"```"}},"required":["hash"]},"markdownDescription":"Specifies the global secondary indexes to be created on the table."}},"required":["hash"]},"markdownDescription":"Define the tables in your stack."},"stores":{"description":"Define the stores in your stack.","anyOf":[{"type":"array","items":{"type":"string","minLength":2,"maxLength":24,"pattern":"^[a-z0-9-]+$"}},{"type":"object","propertyNames":{"type":"string","minLength":2,"maxLength":24,"pattern":"^[a-z0-9-]+$"},"additionalProperties":{"type":"object","properties":{"static":{"description":"Specifies the path to the static files directory.","anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local directory without checking if the directory exists.","type":"string","markdownDescription":"Specifies a local directory without checking if the directory exists."}},"required":["nocheck"]}],"markdownDescription":"Specifies the path to the static files directory."},"lifecycle":{"description":"S3 lifecycle rules for this store. Each rule expires objects matching an optional prefix.","type":"array","items":{"type":"object","properties":{"prefix":{"description":"Object-key prefix this rule applies to. Omit to apply bucket-wide.","type":"string","markdownDescription":"Object-key prefix this rule applies to. Omit to apply bucket-wide."},"expiration":{"description":"How long objects matching this rule live before S3 deletes them.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"How long objects matching this rule live before S3 deletes them."}},"required":["expiration"]},"markdownDescription":"S3 lifecycle rules for this store. Each rule expires objects matching an optional prefix."},"events":{"description":"Describes the store events you want to subscribe too.","type":"object","properties":{"created:*":{"description":"Subscribe to notifications regardless of the API that was used to create an object.","anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"]}],"markdownDescription":"Subscribe to notifications regardless of the API that was used to create an object."},"created:put":{"description":"Subscribe to notifications when an object is created using the PUT API operation.","anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"]}],"markdownDescription":"Subscribe to notifications when an object is created using the PUT API operation."},"created:post":{"description":"Subscribe to notifications when an object is created using the POST API operation.","anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"]}],"markdownDescription":"Subscribe to notifications when an object is created using the POST API operation."},"created:copy":{"description":"Subscribe to notifications when an object is created using the COPY API operation.","anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"]}],"markdownDescription":"Subscribe to notifications when an object is created using the COPY API operation."},"created:upload":{"description":"Subscribe to notifications when an object multipart upload has been completed.","anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"]}],"markdownDescription":"Subscribe to notifications when an object multipart upload has been completed."},"removed:*":{"description":"Subscribe to notifications when an object is deleted or a delete marker for a versioned object is created.","anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"]}],"markdownDescription":"Subscribe to notifications when an object is deleted or a delete marker for a versioned object is created."},"removed:delete":{"description":"Subscribe to notifications when an object is deleted","anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"]}],"markdownDescription":"Subscribe to notifications when an object is deleted"},"removed:marker":{"description":"Subscribe to notifications when a delete marker for a versioned object is created.","anyOf":[{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]},{"type":"object","properties":{"consumer":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}},"required":["consumer"]}],"markdownDescription":"Subscribe to notifications when a delete marker for a versioned object is created."}},"markdownDescription":"Describes the store events you want to subscribe too."}}}}],"markdownDescription":"Define the stores in your stack."},"queues":{"description":"Define the queues in your stack. Queues are FIFO with required per-message groupId: messages with the same groupId are processed strictly in order; different groupIds parallelize.","type":"object","propertyNames":{"type":"string","minLength":2,"maxLength":24,"pattern":"^[a-z0-9-]+$"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"consumer":{"description":"The consuming lambda function properties.","anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"markdownDescription":"The consuming lambda function properties."},"retentionPeriod":{"description":"The number of seconds that Amazon SQS retains a message. You can specify a duration from 1 minute to 14 days.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"The number of seconds that Amazon SQS retains a message. You can specify a duration from 1 minute to 14 days."},"receiveMessageWaitTime":{"description":"Long-polling wait time. You can specify a duration from 1 to 20 seconds.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"Long-polling wait time. You can specify a duration from 1 to 20 seconds."},"maxMessageSize":{"description":"Message size limit. You can specify a size from 1 KB to 256 KB.","type":"string","pattern":"^[0-9]+ (B|KB|MB|GB|TB|PB)$","markdownDescription":"Message size limit. You can specify a size from 1 KB to 256 KB."},"batchSize":{"type":"integer","minimum":1,"maximum":10,"description":"The maximum number of records per batch. FIFO queues are capped at 10.","markdownDescription":"The maximum number of records per batch. FIFO queues are capped at 10."}}}]},"markdownDescription":"Define the queues in your stack. Queues are FIFO with required per-message groupId: messages with the same groupId are processed strictly in order; different groupIds parallelize."},"pubsub":{"description":"Define the pubsub event listeners in your stack.","type":"object","propertyNames":{"type":"string","minLength":2,"maxLength":24,"pattern":"^[a-z0-9-]+$"},"additionalProperties":{"type":"object","properties":{"connected":{"description":"Subscribe to the event when a client connects.","anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"markdownDescription":"Subscribe to the event when a client connects."},"disconnected":{"description":"Subscribe to the event when a client disconnects.","anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"markdownDescription":"Subscribe to the event when a client disconnects."},"subscribed":{"description":"Subscribe to the event when a client subscribes to topics.","anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"markdownDescription":"Subscribe to the event when a client subscribes to topics."},"unsubscribed":{"description":"Subscribe to the event when a client unsubscribes from topics.","anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"markdownDescription":"Subscribe to the event when a client unsubscribes from topics."}}},"markdownDescription":"Define the pubsub event listeners in your stack."},"searchs":{"description":"Define the search indexes in your stack, backed by the one shared OpenSearch domain of your app. The physical index name is prefixed with the stack name.","type":"object","propertyNames":{"type":"string","pattern":"^[a-z0-9][a-z0-9\\-_.]*$"},"additionalProperties":{"type":"object","properties":{"schema":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},{"type":"object","properties":{"$type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type, with every other option passed through as-is.","markdownDescription":"The OpenSearch field type, with every other option passed through as-is."}},"required":["$type"],"additionalProperties":{}},{"type":"array","items":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},{"type":"object","properties":{"$type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type, with every other option passed through as-is.","markdownDescription":"The OpenSearch field type, with every other option passed through as-is."}},"required":["$type"],"additionalProperties":{}},{"type":"array","items":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},{"type":"object","properties":{"$type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type, with every other option passed through as-is.","markdownDescription":"The OpenSearch field type, with every other option passed through as-is."}},"required":["$type"],"additionalProperties":{}},{"type":"array","items":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},{"type":"object","properties":{"$type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type, with every other option passed through as-is.","markdownDescription":"The OpenSearch field type, with every other option passed through as-is."}},"required":["$type"],"additionalProperties":{}},{"type":"array","items":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}],"description":"An array of objects, indexed as a nested field so queries match within one element.","markdownDescription":"An array of objects, indexed as a nested field so queries match within one element."},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"description":"An object field with sub fields.","markdownDescription":"An object field with sub fields."}]}}],"description":"An array of objects, indexed as a nested field so queries match within one element.","markdownDescription":"An array of objects, indexed as a nested field so queries match within one element."},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},{"type":"object","properties":{"$type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type, with every other option passed through as-is.","markdownDescription":"The OpenSearch field type, with every other option passed through as-is."}},"required":["$type"],"additionalProperties":{}},{"type":"array","items":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}],"description":"An array of objects, indexed as a nested field so queries match within one element.","markdownDescription":"An array of objects, indexed as a nested field so queries match within one element."},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"description":"An object field with sub fields.","markdownDescription":"An object field with sub fields."}]},"description":"An object field with sub fields.","markdownDescription":"An object field with sub fields."}]}}],"description":"An array of objects, indexed as a nested field so queries match within one element.","markdownDescription":"An array of objects, indexed as a nested field so queries match within one element."},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},{"type":"object","properties":{"$type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type, with every other option passed through as-is.","markdownDescription":"The OpenSearch field type, with every other option passed through as-is."}},"required":["$type"],"additionalProperties":{}},{"type":"array","items":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},{"type":"object","properties":{"$type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type, with every other option passed through as-is.","markdownDescription":"The OpenSearch field type, with every other option passed through as-is."}},"required":["$type"],"additionalProperties":{}},{"type":"array","items":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}],"description":"An array of objects, indexed as a nested field so queries match within one element.","markdownDescription":"An array of objects, indexed as a nested field so queries match within one element."},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"description":"An object field with sub fields.","markdownDescription":"An object field with sub fields."}]}}],"description":"An array of objects, indexed as a nested field so queries match within one element.","markdownDescription":"An array of objects, indexed as a nested field so queries match within one element."},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},{"type":"object","properties":{"$type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type, with every other option passed through as-is.","markdownDescription":"The OpenSearch field type, with every other option passed through as-is."}},"required":["$type"],"additionalProperties":{}},{"type":"array","items":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}],"description":"An array of objects, indexed as a nested field so queries match within one element.","markdownDescription":"An array of objects, indexed as a nested field so queries match within one element."},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"description":"An object field with sub fields.","markdownDescription":"An object field with sub fields."}]},"description":"An object field with sub fields.","markdownDescription":"An object field with sub fields."}]},"description":"An object field with sub fields.","markdownDescription":"An object field with sub fields."}]}}],"description":"An array of objects, indexed as a nested field so queries match within one element.","markdownDescription":"An array of objects, indexed as a nested field so queries match within one element."},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},{"type":"object","properties":{"$type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type, with every other option passed through as-is.","markdownDescription":"The OpenSearch field type, with every other option passed through as-is."}},"required":["$type"],"additionalProperties":{}},{"type":"array","items":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},{"type":"object","properties":{"$type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type, with every other option passed through as-is.","markdownDescription":"The OpenSearch field type, with every other option passed through as-is."}},"required":["$type"],"additionalProperties":{}},{"type":"array","items":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},{"type":"object","properties":{"$type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type, with every other option passed through as-is.","markdownDescription":"The OpenSearch field type, with every other option passed through as-is."}},"required":["$type"],"additionalProperties":{}},{"type":"array","items":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}],"description":"An array of objects, indexed as a nested field so queries match within one element.","markdownDescription":"An array of objects, indexed as a nested field so queries match within one element."},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"description":"An object field with sub fields.","markdownDescription":"An object field with sub fields."}]}}],"description":"An array of objects, indexed as a nested field so queries match within one element.","markdownDescription":"An array of objects, indexed as a nested field so queries match within one element."},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},{"type":"object","properties":{"$type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type, with every other option passed through as-is.","markdownDescription":"The OpenSearch field type, with every other option passed through as-is."}},"required":["$type"],"additionalProperties":{}},{"type":"array","items":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}],"description":"An array of objects, indexed as a nested field so queries match within one element.","markdownDescription":"An array of objects, indexed as a nested field so queries match within one element."},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"description":"An object field with sub fields.","markdownDescription":"An object field with sub fields."}]},"description":"An object field with sub fields.","markdownDescription":"An object field with sub fields."}]}}],"description":"An array of objects, indexed as a nested field so queries match within one element.","markdownDescription":"An array of objects, indexed as a nested field so queries match within one element."},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},{"type":"object","properties":{"$type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type, with every other option passed through as-is.","markdownDescription":"The OpenSearch field type, with every other option passed through as-is."}},"required":["$type"],"additionalProperties":{}},{"type":"array","items":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},{"type":"object","properties":{"$type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type, with every other option passed through as-is.","markdownDescription":"The OpenSearch field type, with every other option passed through as-is."}},"required":["$type"],"additionalProperties":{}},{"type":"array","items":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}],"description":"An array of objects, indexed as a nested field so queries match within one element.","markdownDescription":"An array of objects, indexed as a nested field so queries match within one element."},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"description":"An object field with sub fields.","markdownDescription":"An object field with sub fields."}]}}],"description":"An array of objects, indexed as a nested field so queries match within one element.","markdownDescription":"An array of objects, indexed as a nested field so queries match within one element."},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"anyOf":[{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},{"type":"object","properties":{"$type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type, with every other option passed through as-is.","markdownDescription":"The OpenSearch field type, with every other option passed through as-is."}},"required":["$type"],"additionalProperties":{}},{"type":"array","items":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}],"description":"An array of objects, indexed as a nested field so queries match within one element.","markdownDescription":"An array of objects, indexed as a nested field so queries match within one element."},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"description":"An object field with sub fields.","markdownDescription":"An object field with sub fields."}]},"description":"An object field with sub fields.","markdownDescription":"An object field with sub fields."}]},"description":"An object field with sub fields.","markdownDescription":"An object field with sub fields."}]},"description":"An object field with sub fields.","markdownDescription":"An object field with sub fields."}]},"description":"The shorthand schema of the index: a field is its type (\"keyword\"), an object nests ({ ... }), an array of objects becomes a nested field ([{ ... }]), and { \"$type\": ... } passes a raw field definition through. \"text\" fields get a \".keyword\" sub field automatically.","markdownDescription":"The shorthand schema of the index: a field is its type (\"keyword\"), an object nests ({ ... }), an array of objects becomes a nested field ([{ ... }]), and { \"$type\": ... } passes a raw field definition through. \"text\" fields get a \".keyword\" sub field automatically."},"strict":{"description":"Reject documents with fields that are missing from the schema.","type":"boolean","markdownDescription":"Reject documents with fields that are missing from the schema."},"mappings":{"type":"object","properties":{"properties":{"description":"The field mappings of the index.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},"properties":{"description":"The sub fields of an object or nested field.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},"properties":{"description":"The sub fields of an object or nested field.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},"properties":{"description":"The sub fields of an object or nested field.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},"analyzer":{"description":"The analyzer for text fields.","type":"string","markdownDescription":"The analyzer for text fields."},"format":{"description":"The date format, like \"epoch_millis\" or \"strict_date_time\".","type":"string","markdownDescription":"The date format, like \"epoch_millis\" or \"strict_date_time\"."},"index":{"description":"Whether the field is searchable.","type":"boolean","markdownDescription":"Whether the field is searchable."},"doc_values":{"description":"Whether the field supports sorting & aggregations.","type":"boolean","markdownDescription":"Whether the field supports sorting & aggregations."},"null_value":{"description":"The value used when the field is null.","markdownDescription":"The value used when the field is null."},"copy_to":{"description":"Copy the field value into another field.","anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"markdownDescription":"Copy the field value into another field."},"dimension":{"description":"The vector dimension of a knn_vector field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"markdownDescription":"The vector dimension of a knn_vector field."}},"additionalProperties":{}},"markdownDescription":"The sub fields of an object or nested field."},"fields":{"description":"Multi-fields that index the same value in different ways, like a keyword sub field.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},"analyzer":{"description":"The analyzer for text fields.","type":"string","markdownDescription":"The analyzer for text fields."},"format":{"description":"The date format, like \"epoch_millis\" or \"strict_date_time\".","type":"string","markdownDescription":"The date format, like \"epoch_millis\" or \"strict_date_time\"."},"index":{"description":"Whether the field is searchable.","type":"boolean","markdownDescription":"Whether the field is searchable."},"doc_values":{"description":"Whether the field supports sorting & aggregations.","type":"boolean","markdownDescription":"Whether the field supports sorting & aggregations."},"null_value":{"description":"The value used when the field is null.","markdownDescription":"The value used when the field is null."},"copy_to":{"description":"Copy the field value into another field.","anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"markdownDescription":"Copy the field value into another field."},"dimension":{"description":"The vector dimension of a knn_vector field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"markdownDescription":"The vector dimension of a knn_vector field."}},"additionalProperties":{}},"markdownDescription":"Multi-fields that index the same value in different ways, like a keyword sub field."},"analyzer":{"description":"The analyzer for text fields.","type":"string","markdownDescription":"The analyzer for text fields."},"format":{"description":"The date format, like \"epoch_millis\" or \"strict_date_time\".","type":"string","markdownDescription":"The date format, like \"epoch_millis\" or \"strict_date_time\"."},"index":{"description":"Whether the field is searchable.","type":"boolean","markdownDescription":"Whether the field is searchable."},"doc_values":{"description":"Whether the field supports sorting & aggregations.","type":"boolean","markdownDescription":"Whether the field supports sorting & aggregations."},"null_value":{"description":"The value used when the field is null.","markdownDescription":"The value used when the field is null."},"copy_to":{"description":"Copy the field value into another field.","anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"markdownDescription":"Copy the field value into another field."},"dimension":{"description":"The vector dimension of a knn_vector field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"markdownDescription":"The vector dimension of a knn_vector field."}},"additionalProperties":{}},"markdownDescription":"The sub fields of an object or nested field."},"fields":{"description":"Multi-fields that index the same value in different ways, like a keyword sub field.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},"properties":{"description":"The sub fields of an object or nested field.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},"analyzer":{"description":"The analyzer for text fields.","type":"string","markdownDescription":"The analyzer for text fields."},"format":{"description":"The date format, like \"epoch_millis\" or \"strict_date_time\".","type":"string","markdownDescription":"The date format, like \"epoch_millis\" or \"strict_date_time\"."},"index":{"description":"Whether the field is searchable.","type":"boolean","markdownDescription":"Whether the field is searchable."},"doc_values":{"description":"Whether the field supports sorting & aggregations.","type":"boolean","markdownDescription":"Whether the field supports sorting & aggregations."},"null_value":{"description":"The value used when the field is null.","markdownDescription":"The value used when the field is null."},"copy_to":{"description":"Copy the field value into another field.","anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"markdownDescription":"Copy the field value into another field."},"dimension":{"description":"The vector dimension of a knn_vector field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"markdownDescription":"The vector dimension of a knn_vector field."}},"additionalProperties":{}},"markdownDescription":"The sub fields of an object or nested field."},"fields":{"description":"Multi-fields that index the same value in different ways, like a keyword sub field.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},"analyzer":{"description":"The analyzer for text fields.","type":"string","markdownDescription":"The analyzer for text fields."},"format":{"description":"The date format, like \"epoch_millis\" or \"strict_date_time\".","type":"string","markdownDescription":"The date format, like \"epoch_millis\" or \"strict_date_time\"."},"index":{"description":"Whether the field is searchable.","type":"boolean","markdownDescription":"Whether the field is searchable."},"doc_values":{"description":"Whether the field supports sorting & aggregations.","type":"boolean","markdownDescription":"Whether the field supports sorting & aggregations."},"null_value":{"description":"The value used when the field is null.","markdownDescription":"The value used when the field is null."},"copy_to":{"description":"Copy the field value into another field.","anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"markdownDescription":"Copy the field value into another field."},"dimension":{"description":"The vector dimension of a knn_vector field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"markdownDescription":"The vector dimension of a knn_vector field."}},"additionalProperties":{}},"markdownDescription":"Multi-fields that index the same value in different ways, like a keyword sub field."},"analyzer":{"description":"The analyzer for text fields.","type":"string","markdownDescription":"The analyzer for text fields."},"format":{"description":"The date format, like \"epoch_millis\" or \"strict_date_time\".","type":"string","markdownDescription":"The date format, like \"epoch_millis\" or \"strict_date_time\"."},"index":{"description":"Whether the field is searchable.","type":"boolean","markdownDescription":"Whether the field is searchable."},"doc_values":{"description":"Whether the field supports sorting & aggregations.","type":"boolean","markdownDescription":"Whether the field supports sorting & aggregations."},"null_value":{"description":"The value used when the field is null.","markdownDescription":"The value used when the field is null."},"copy_to":{"description":"Copy the field value into another field.","anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"markdownDescription":"Copy the field value into another field."},"dimension":{"description":"The vector dimension of a knn_vector field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"markdownDescription":"The vector dimension of a knn_vector field."}},"additionalProperties":{}},"markdownDescription":"Multi-fields that index the same value in different ways, like a keyword sub field."},"analyzer":{"description":"The analyzer for text fields.","type":"string","markdownDescription":"The analyzer for text fields."},"format":{"description":"The date format, like \"epoch_millis\" or \"strict_date_time\".","type":"string","markdownDescription":"The date format, like \"epoch_millis\" or \"strict_date_time\"."},"index":{"description":"Whether the field is searchable.","type":"boolean","markdownDescription":"Whether the field is searchable."},"doc_values":{"description":"Whether the field supports sorting & aggregations.","type":"boolean","markdownDescription":"Whether the field supports sorting & aggregations."},"null_value":{"description":"The value used when the field is null.","markdownDescription":"The value used when the field is null."},"copy_to":{"description":"Copy the field value into another field.","anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"markdownDescription":"Copy the field value into another field."},"dimension":{"description":"The vector dimension of a knn_vector field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"markdownDescription":"The vector dimension of a knn_vector field."}},"additionalProperties":{}},"markdownDescription":"The sub fields of an object or nested field."},"fields":{"description":"Multi-fields that index the same value in different ways, like a keyword sub field.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},"properties":{"description":"The sub fields of an object or nested field.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},"properties":{"description":"The sub fields of an object or nested field.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},"analyzer":{"description":"The analyzer for text fields.","type":"string","markdownDescription":"The analyzer for text fields."},"format":{"description":"The date format, like \"epoch_millis\" or \"strict_date_time\".","type":"string","markdownDescription":"The date format, like \"epoch_millis\" or \"strict_date_time\"."},"index":{"description":"Whether the field is searchable.","type":"boolean","markdownDescription":"Whether the field is searchable."},"doc_values":{"description":"Whether the field supports sorting & aggregations.","type":"boolean","markdownDescription":"Whether the field supports sorting & aggregations."},"null_value":{"description":"The value used when the field is null.","markdownDescription":"The value used when the field is null."},"copy_to":{"description":"Copy the field value into another field.","anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"markdownDescription":"Copy the field value into another field."},"dimension":{"description":"The vector dimension of a knn_vector field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"markdownDescription":"The vector dimension of a knn_vector field."}},"additionalProperties":{}},"markdownDescription":"The sub fields of an object or nested field."},"fields":{"description":"Multi-fields that index the same value in different ways, like a keyword sub field.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},"analyzer":{"description":"The analyzer for text fields.","type":"string","markdownDescription":"The analyzer for text fields."},"format":{"description":"The date format, like \"epoch_millis\" or \"strict_date_time\".","type":"string","markdownDescription":"The date format, like \"epoch_millis\" or \"strict_date_time\"."},"index":{"description":"Whether the field is searchable.","type":"boolean","markdownDescription":"Whether the field is searchable."},"doc_values":{"description":"Whether the field supports sorting & aggregations.","type":"boolean","markdownDescription":"Whether the field supports sorting & aggregations."},"null_value":{"description":"The value used when the field is null.","markdownDescription":"The value used when the field is null."},"copy_to":{"description":"Copy the field value into another field.","anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"markdownDescription":"Copy the field value into another field."},"dimension":{"description":"The vector dimension of a knn_vector field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"markdownDescription":"The vector dimension of a knn_vector field."}},"additionalProperties":{}},"markdownDescription":"Multi-fields that index the same value in different ways, like a keyword sub field."},"analyzer":{"description":"The analyzer for text fields.","type":"string","markdownDescription":"The analyzer for text fields."},"format":{"description":"The date format, like \"epoch_millis\" or \"strict_date_time\".","type":"string","markdownDescription":"The date format, like \"epoch_millis\" or \"strict_date_time\"."},"index":{"description":"Whether the field is searchable.","type":"boolean","markdownDescription":"Whether the field is searchable."},"doc_values":{"description":"Whether the field supports sorting & aggregations.","type":"boolean","markdownDescription":"Whether the field supports sorting & aggregations."},"null_value":{"description":"The value used when the field is null.","markdownDescription":"The value used when the field is null."},"copy_to":{"description":"Copy the field value into another field.","anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"markdownDescription":"Copy the field value into another field."},"dimension":{"description":"The vector dimension of a knn_vector field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"markdownDescription":"The vector dimension of a knn_vector field."}},"additionalProperties":{}},"markdownDescription":"The sub fields of an object or nested field."},"fields":{"description":"Multi-fields that index the same value in different ways, like a keyword sub field.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},"properties":{"description":"The sub fields of an object or nested field.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},"analyzer":{"description":"The analyzer for text fields.","type":"string","markdownDescription":"The analyzer for text fields."},"format":{"description":"The date format, like \"epoch_millis\" or \"strict_date_time\".","type":"string","markdownDescription":"The date format, like \"epoch_millis\" or \"strict_date_time\"."},"index":{"description":"Whether the field is searchable.","type":"boolean","markdownDescription":"Whether the field is searchable."},"doc_values":{"description":"Whether the field supports sorting & aggregations.","type":"boolean","markdownDescription":"Whether the field supports sorting & aggregations."},"null_value":{"description":"The value used when the field is null.","markdownDescription":"The value used when the field is null."},"copy_to":{"description":"Copy the field value into another field.","anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"markdownDescription":"Copy the field value into another field."},"dimension":{"description":"The vector dimension of a knn_vector field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"markdownDescription":"The vector dimension of a knn_vector field."}},"additionalProperties":{}},"markdownDescription":"The sub fields of an object or nested field."},"fields":{"description":"Multi-fields that index the same value in different ways, like a keyword sub field.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"type":{"anyOf":[{"type":"string","enum":["text","keyword","match_only_text","wildcard","search_as_you_type","completion","long","integer","short","byte","unsigned_long","double","float","half_float","scaled_float","boolean","date","date_nanos","ip","binary","token_count","object","nested","flat_object","join","alias","geo_point","geo_shape","percolator","rank_feature","rank_features","knn_vector"]},{"type":"string"}],"description":"The OpenSearch field type.","markdownDescription":"The OpenSearch field type."},"analyzer":{"description":"The analyzer for text fields.","type":"string","markdownDescription":"The analyzer for text fields."},"format":{"description":"The date format, like \"epoch_millis\" or \"strict_date_time\".","type":"string","markdownDescription":"The date format, like \"epoch_millis\" or \"strict_date_time\"."},"index":{"description":"Whether the field is searchable.","type":"boolean","markdownDescription":"Whether the field is searchable."},"doc_values":{"description":"Whether the field supports sorting & aggregations.","type":"boolean","markdownDescription":"Whether the field supports sorting & aggregations."},"null_value":{"description":"The value used when the field is null.","markdownDescription":"The value used when the field is null."},"copy_to":{"description":"Copy the field value into another field.","anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"markdownDescription":"Copy the field value into another field."},"dimension":{"description":"The vector dimension of a knn_vector field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"markdownDescription":"The vector dimension of a knn_vector field."}},"additionalProperties":{}},"markdownDescription":"Multi-fields that index the same value in different ways, like a keyword sub field."},"analyzer":{"description":"The analyzer for text fields.","type":"string","markdownDescription":"The analyzer for text fields."},"format":{"description":"The date format, like \"epoch_millis\" or \"strict_date_time\".","type":"string","markdownDescription":"The date format, like \"epoch_millis\" or \"strict_date_time\"."},"index":{"description":"Whether the field is searchable.","type":"boolean","markdownDescription":"Whether the field is searchable."},"doc_values":{"description":"Whether the field supports sorting & aggregations.","type":"boolean","markdownDescription":"Whether the field supports sorting & aggregations."},"null_value":{"description":"The value used when the field is null.","markdownDescription":"The value used when the field is null."},"copy_to":{"description":"Copy the field value into another field.","anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"markdownDescription":"Copy the field value into another field."},"dimension":{"description":"The vector dimension of a knn_vector field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"markdownDescription":"The vector dimension of a knn_vector field."}},"additionalProperties":{}},"markdownDescription":"Multi-fields that index the same value in different ways, like a keyword sub field."},"analyzer":{"description":"The analyzer for text fields.","type":"string","markdownDescription":"The analyzer for text fields."},"format":{"description":"The date format, like \"epoch_millis\" or \"strict_date_time\".","type":"string","markdownDescription":"The date format, like \"epoch_millis\" or \"strict_date_time\"."},"index":{"description":"Whether the field is searchable.","type":"boolean","markdownDescription":"Whether the field is searchable."},"doc_values":{"description":"Whether the field supports sorting & aggregations.","type":"boolean","markdownDescription":"Whether the field supports sorting & aggregations."},"null_value":{"description":"The value used when the field is null.","markdownDescription":"The value used when the field is null."},"copy_to":{"description":"Copy the field value into another field.","anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"markdownDescription":"Copy the field value into another field."},"dimension":{"description":"The vector dimension of a knn_vector field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"markdownDescription":"The vector dimension of a knn_vector field."}},"additionalProperties":{}},"markdownDescription":"Multi-fields that index the same value in different ways, like a keyword sub field."},"analyzer":{"description":"The analyzer for text fields.","type":"string","markdownDescription":"The analyzer for text fields."},"format":{"description":"The date format, like \"epoch_millis\" or \"strict_date_time\".","type":"string","markdownDescription":"The date format, like \"epoch_millis\" or \"strict_date_time\"."},"index":{"description":"Whether the field is searchable.","type":"boolean","markdownDescription":"Whether the field is searchable."},"doc_values":{"description":"Whether the field supports sorting & aggregations.","type":"boolean","markdownDescription":"Whether the field supports sorting & aggregations."},"null_value":{"description":"The value used when the field is null.","markdownDescription":"The value used when the field is null."},"copy_to":{"description":"Copy the field value into another field.","anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"markdownDescription":"Copy the field value into another field."},"dimension":{"description":"The vector dimension of a knn_vector field.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"markdownDescription":"The vector dimension of a knn_vector field."}},"additionalProperties":{}},"markdownDescription":"The field mappings of the index."},"dynamic":{"description":"How new fields are handled: true (map them), false (store only), or \"strict\" (reject them).","anyOf":[{"type":"boolean"},{"type":"string","enum":["strict","runtime"]}],"markdownDescription":"How new fields are handled: true (map them), false (store only), or \"strict\" (reject them)."},"dynamic_templates":{"description":"Rules that map dynamically added fields by name or type.","type":"array","items":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"markdownDescription":"Rules that map dynamically added fields by name or type."},"_source":{"description":"Control how the document source is stored.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"markdownDescription":"Control how the document source is stored."},"_meta":{"description":"Free-form metadata stored with the mapping.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"markdownDescription":"Free-form metadata stored with the mapping."}},"additionalProperties":{},"description":"The OpenSearch mappings of the index. Additive changes deploy, breaking changes fail the deploy.","markdownDescription":"The OpenSearch mappings of the index. Additive changes deploy, breaking changes fail the deploy."},"settings":{"description":"The OpenSearch index settings, applied when the index is created.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{},"markdownDescription":"The OpenSearch index settings, applied when the index is created."}},"additionalProperties":false},"markdownDescription":"Define the search indexes in your stack, backed by the one shared OpenSearch domain of your app. The physical index name is prefixed with the stack name."},"sites":{"description":"Define the sites in your stack.","type":"object","propertyNames":{"type":"string","minLength":2,"maxLength":24,"pattern":"^[a-z0-9-]+$"},"additionalProperties":{"type":"object","properties":{"router":{"description":"The router id to link your site with.","type":"string","minLength":2,"maxLength":24,"pattern":"^[a-z0-9-]+$","markdownDescription":"The router id to link your site with."},"path":{"type":"string","allOf":[{"type":"string","pattern":"^\\/"},{"type":"string","pattern":"^\\/([^/*.]+)?$"}],"description":"The path inside the router to link your site to.","markdownDescription":"The path inside the router to link your site to."},"build":{"description":"Specifies the build process for sites that need a build step.","type":"object","properties":{"command":{"type":"string","description":"Specifies the files and directories to generate the cache key for your custom build command.","markdownDescription":"Specifies the files and directories to generate the cache key for your custom build command."},"cacheKey":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file or directory without checking if the file or directory exists.","type":"string","markdownDescription":"Specifies a local file or directory without checking if the file or directory exists."}},"required":["nocheck"]}]},{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file or directory without checking if the file or directory exists.","type":"string","markdownDescription":"Specifies a local file or directory without checking if the file or directory exists."}},"required":["nocheck"]}]}}],"description":"Specifies the files and directories to generate the cache key for your custom build command.","markdownDescription":"Specifies the files and directories to generate the cache key for your custom build command."},"configs":{"description":"Define the config values for your build command.","type":"array","items":{"type":"string","pattern":"^[a-z0-9-]+$"},"markdownDescription":"Define the config values for your build command."}},"required":["command","cacheKey"],"markdownDescription":"Specifies the build process for sites that need a build step."},"static":{"description":"Specifies the path to the static files directory.","anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local directory without checking if the directory exists.","type":"string","markdownDescription":"Specifies a local directory without checking if the directory exists."}},"required":["nocheck"]}],"markdownDescription":"Specifies the path to the static files directory."},"ssr":{"description":"Specifies the file that will render the site on the server.","anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."},"runtime":{"anyOf":[{"anyOf":[{"type":"string","enum":["nodejs18.x","nodejs20.x","nodejs22.x","nodejs24.x"]},{"type":"string","const":"container"}]},{"type":"string"}],"description":"The identifier of the function's runtime.","markdownDescription":"The identifier of the function's runtime."},"description":{"type":"string","description":"A description of the function.","markdownDescription":"A description of the function."},"vpc":{"type":"boolean","description":"Put the function inside your global VPC.","markdownDescription":"Put the function inside your global VPC."},"log":{"anyOf":[{"type":"boolean"},{"description":"The log retention duration.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"The log retention duration."},{"type":"object","properties":{"retention":{"description":"The log retention duration.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"The log retention duration."},"format":{"type":"string","enum":["text","json"],"description":"The format in which Lambda sends your function's application and system logs to CloudWatch. Select between plain text and structured JSON.","markdownDescription":"The format in which Lambda sends your function's application and system logs to CloudWatch. Select between plain text and structured JSON."},"system":{"type":"string","enum":["debug","info","warn"],"description":"Set this property to filter the system logs for your function that Lambda sends to CloudWatch. Lambda only sends system logs at the selected level of detail and lower, where DEBUG is the highest level and WARN is the lowest.","markdownDescription":"Set this property to filter the system logs for your function that Lambda sends to CloudWatch. Lambda only sends system logs at the selected level of detail and lower, where DEBUG is the highest level and WARN is the lowest."},"level":{"type":"string","enum":["trace","debug","info","warn","error","fatal"],"description":"Set this property to filter the application logs for your function that Lambda sends to CloudWatch. Lambda only sends application logs at the selected level of detail and lower, where TRACE is the highest level and FATAL is the lowest.","markdownDescription":"Set this property to filter the application logs for your function that Lambda sends to CloudWatch. Lambda only sends application logs at the selected level of detail and lower, where TRACE is the highest level and FATAL is the lowest."}}}],"description":"Enable logging to a CloudWatch log group. Providing a duration value will set the log retention time.","markdownDescription":"Enable logging to a CloudWatch log group. Providing a duration value will set the log retention time."},"timeout":{"description":"The amount of time that Lambda allows a function to run before stopping it. You can specify a size value from 1 second to 15 minutes.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"The amount of time that Lambda allows a function to run before stopping it. You can specify a size value from 1 second to 15 minutes."},"memorySize":{"description":"The amount of memory available to the function at runtime. Increasing the function memory also increases its CPU allocation. The value can be any multiple of 1 MB. You can specify a size value from 128 MB to 10 GB.","type":"string","pattern":"^[0-9]+ (B|KB|MB|GB|TB|PB)$","markdownDescription":"The amount of memory available to the function at runtime. Increasing the function memory also increases its CPU allocation. The value can be any multiple of 1 MB. You can specify a size value from 128 MB to 10 GB."},"architecture":{"type":"string","enum":["x86_64","arm64"],"description":"The instruction set architecture that the function supports.","markdownDescription":"The instruction set architecture that the function supports."},"ephemeralStorageSize":{"description":"The size of the function's /tmp directory. You can specify a size value from 512 MB to 10 GB.","type":"string","pattern":"^[0-9]+ (B|KB|MB|GB|TB|PB)$","markdownDescription":"The size of the function's /tmp directory. You can specify a size value from 512 MB to 10 GB."},"reserved":{"type":"integer","minimum":0,"maximum":9007199254740991,"description":"The number of simultaneous executions to reserve for the function. You can specify a number from 0.","markdownDescription":"The number of simultaneous executions to reserve for the function. You can specify a number from 0."},"layers":{"type":"array","items":{"type":"string"},"description":"A list of function layers to add to the function's execution environment. Specify each layer by its name.","markdownDescription":"A list of function layers to add to the function's execution environment. Specify each layer by its name."},"environment":{"description":"Environment variable key-value pairs.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"},"markdownDescription":"Environment variable key-value pairs."},"permissions":{"anyOf":[{"type":"object","properties":{"effect":{"default":"allow","type":"string","enum":["allow","deny"]},"actions":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"resources":{"anyOf":[{"anyOf":[{"type":"string","pattern":"^arn:.*"},{"type":"string","const":"*"}]},{"type":"array","items":{"anyOf":[{"type":"string","pattern":"^arn:.*"},{"type":"string","const":"*"}]}}]}},"required":["actions","resources"]},{"type":"array","items":{"type":"object","properties":{"effect":{"default":"allow","type":"string","enum":["allow","deny"]},"actions":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"resources":{"anyOf":[{"anyOf":[{"type":"string","pattern":"^arn:.*"},{"type":"string","const":"*"}]},{"type":"array","items":{"anyOf":[{"type":"string","pattern":"^arn:.*"},{"type":"string","const":"*"}]}}]}},"required":["actions","resources"]}}],"description":"Add IAM permissions to your function.","markdownDescription":"Add IAM permissions to your function."},"sandbox":{"anyOf":[{"type":"boolean"},{"type":"object","properties":{"functions":{"description":"The \"stack:name\" functions the sandbox may invoke through the sandbox proxy.","type":"array","items":{"type":"string","pattern":"^[a-z0-9-]+:[a-z0-9-]+$"},"markdownDescription":"The \"stack:name\" functions the sandbox may invoke through the sandbox proxy."},"tasks":{"description":"The \"stack:name\" tasks the sandbox may start through the sandbox proxy.","type":"array","items":{"type":"string","pattern":"^[a-z0-9-]+:[a-z0-9-]+$"},"markdownDescription":"The \"stack:name\" tasks the sandbox may start through the sandbox proxy."},"configs":{"description":"The config values the sandbox may read.","type":"array","items":{"type":"string","pattern":"^[a-z0-9-]+$"},"markdownDescription":"The config values the sandbox may read."}},"additionalProperties":false}],"description":"Block the function from invoking other lambdas & reading the app wide env. Pass an object with functions, tasks & configs to allow only those through.","markdownDescription":"Block the function from invoking other lambdas & reading the app wide env. Pass an object with functions, tasks & configs to allow only those through."}},"required":["code"],"additionalProperties":false}],"markdownDescription":"Specifies the file that will render the site on the server."},"dev":{"description":"Serve the site through your own dev server (like vite) during \"awsless dev\". The local router proxies the site routes to it, so your frontend & api share one origin. Deployments ignore this option.","type":"object","properties":{"command":{"type":"string","description":"The command that starts your own dev server, with every \"$PORT\" replaced by the assigned port. The command also receives the port as the PORT environment variable.","markdownDescription":"The command that starts your own dev server, with every \"$PORT\" replaced by the assigned port. The command also receives the port as the PORT environment variable."},"port":{"description":"The fixed port your dev server listens on. Leave out to assign a free port automatically.","type":"integer","exclusiveMinimum":0,"maximum":9007199254740991,"markdownDescription":"The fixed port your dev server listens on. Leave out to assign a free port automatically."}},"required":["command"],"markdownDescription":"Serve the site through your own dev server (like vite) during \"awsless dev\". The local router proxies the site routes to it, so your frontend & api share one origin. Deployments ignore this option."}},"required":["router","path"]},"markdownDescription":"Define the sites in your stack."},"tests":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local directory without checking if the directory exists.","type":"string","markdownDescription":"Specifies a local directory without checking if the directory exists."}},"required":["nocheck"]}]},{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local directory without checking if the directory exists.","type":"string","markdownDescription":"Specifies a local directory without checking if the directory exists."}},"required":["nocheck"]}]}},{"type":"boolean","const":false}],"description":"Define the location of your tests for your stack.","markdownDescription":"Define the location of your tests for your stack."},"images":{"description":"Define an image proxy in your stack. Store, transform, optimize, and deliver images at scale.","type":"object","propertyNames":{"type":"string","minLength":2,"maxLength":24,"pattern":"^[a-z0-9-]+$"},"additionalProperties":{"type":"object","properties":{"router":{"description":"The router id to link your image proxy.","type":"string","minLength":2,"maxLength":24,"pattern":"^[a-z0-9-]+$","markdownDescription":"The router id to link your image proxy."},"path":{"type":"string","allOf":[{"type":"string","pattern":"^\\/"},{"type":"string","pattern":"^\\/([^/*.]+)?$"}],"description":"The path inside the router to link your image proxy to.","markdownDescription":"The path inside the router to link your image proxy to."},"cacheDuration":{"description":"Cache duration of the cached images.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"Cache duration of the cached images."},"presets":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"width":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"height":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"fit":{"type":"string","enum":["cover","contain","fill","inside","outside"]},"position":{"type":"string","enum":["top","right top","right","right bottom","bottom","left bottom","left","left top","center"]},"quality":{"type":"integer","minimum":1,"maximum":100}}},"description":"Named presets for image transformations","markdownDescription":"Named presets for image transformations"},"extensions":{"type":"object","properties":{"jpg":{"type":"object","properties":{"mozjpeg":{"type":"boolean"},"progressive":{"type":"boolean"}}},"webp":{"type":"object","properties":{"effort":{"default":7,"type":"integer","minimum":1,"maximum":10},"lossless":{"type":"boolean"},"nearLossless":{"type":"boolean"}}},"png":{"type":"object","properties":{"compressionLevel":{"default":6,"type":"integer","minimum":0,"maximum":9}}}},"description":"Specify the allowed extensions.","markdownDescription":"Specify the allowed extensions."},"origin":{"anyOf":[{"type":"object","properties":{"static":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local directory without checking if the directory exists.","type":"string","markdownDescription":"Specifies a local directory without checking if the directory exists."}},"required":["nocheck"]}],"description":"Specifies the path to a local image directory that will be uploaded in S3.","markdownDescription":"Specifies the path to a local image directory that will be uploaded in S3."},"function":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"Specifies the file that will be called when an image isn't found in the (cache) bucket.","markdownDescription":"Specifies the file that will be called when an image isn't found in the (cache) bucket."}},"required":["static"]},{"type":"object","properties":{"static":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local directory without checking if the directory exists.","type":"string","markdownDescription":"Specifies a local directory without checking if the directory exists."}},"required":["nocheck"]}],"description":"Specifies the path to a local image directory that will be uploaded in S3.","markdownDescription":"Specifies the path to a local image directory that will be uploaded in S3."},"function":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"Specifies the file that will be called when an image isn't found in the (cache) bucket.","markdownDescription":"Specifies the file that will be called when an image isn't found in the (cache) bucket."}},"required":["function"]}],"description":"Specify the origin of your images. Image transformation will be applied from a base image. Base images can be loaded from a S3 bucket (that is synced from a local directory) or dynamicly from a lambda function.","markdownDescription":"Specify the origin of your images. Image transformation will be applied from a base image. Base images can be loaded from a S3 bucket (that is synced from a local directory) or dynamicly from a lambda function."}},"required":["router","path","presets","extensions","origin"]},"markdownDescription":"Define an image proxy in your stack. Store, transform, optimize, and deliver images at scale."},"icons":{"description":"Define an svg icon proxy in your stack. Store, optimize, and deliver svg icons at scale.","type":"object","propertyNames":{"type":"string","minLength":2,"maxLength":24,"pattern":"^[a-z0-9-]+$"},"additionalProperties":{"type":"object","properties":{"router":{"description":"The router id to link your icon proxy.","type":"string","minLength":2,"maxLength":24,"pattern":"^[a-z0-9-]+$","markdownDescription":"The router id to link your icon proxy."},"path":{"type":"string","allOf":[{"type":"string","pattern":"^\\/"},{"type":"string","pattern":"^\\/([^/*.]+)?$"}],"description":"The path inside the router to link your icon proxy to.","markdownDescription":"The path inside the router to link your icon proxy to."},"cacheDuration":{"description":"The cache duration of the cached icons.","type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$","markdownDescription":"The cache duration of the cached icons."},"preserveIds":{"default":false,"description":"Preserve the IDs of the icons.\n\n@default false","type":"boolean","markdownDescription":"Preserve the IDs of the icons.\n\n@default ```false```"},"symbols":{"default":false,"description":"Convert the SVG's to SVG symbols.\n\n@default false","type":"boolean","markdownDescription":"Convert the SVG's to SVG symbols.\n\n@default ```false```"},"origin":{"anyOf":[{"type":"object","properties":{"static":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local directory without checking if the directory exists.","type":"string","markdownDescription":"Specifies a local directory without checking if the directory exists."}},"required":["nocheck"]}],"description":"Specifies the path to a local image directory that will be uploaded in S3.","markdownDescription":"Specifies the path to a local image directory that will be uploaded in S3."},"function":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"Specifies the file that will be called when an image isn't found in the (cache) bucket.","markdownDescription":"Specifies the file that will be called when an image isn't found in the (cache) bucket."}},"required":["static"]},{"type":"object","properties":{"static":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local directory without checking if the directory exists.","type":"string","markdownDescription":"Specifies a local directory without checking if the directory exists."}},"required":["nocheck"]}],"description":"Specifies the path to a local image directory that will be uploaded in S3.","markdownDescription":"Specifies the path to a local image directory that will be uploaded in S3."},"function":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}],"description":"Specifies the file that will be called when an image isn't found in the (cache) bucket.","markdownDescription":"Specifies the file that will be called when an image isn't found in the (cache) bucket."}},"required":["function"]}],"description":"Image transformation will be applied from a base image. Base images orginates from a local directory that will be uploaded to S3 or from a lambda function.","markdownDescription":"Image transformation will be applied from a base image. Base images orginates from a local directory that will be uploaded to S3 or from a lambda function."}},"required":["router","path","origin"]},"markdownDescription":"Define an svg icon proxy in your stack. Store, optimize, and deliver svg icons at scale."},"metrics":{"description":"Define the metrics in your stack.","type":"object","propertyNames":{"type":"string","minLength":2,"maxLength":24,"pattern":"^[a-z0-9-]+$"},"additionalProperties":{"type":"object","properties":{"type":{"type":"string","enum":["number","size","duration"]},"alarms":{"type":"array","items":{"type":"object","properties":{"description":{"type":"string"},"where":{"anyOf":[{"type":"string","pattern":"(count|avg|sum|min|max) (>|>=|<|<=) (\\d)"},{"type":"object","properties":{"stat":{"type":"string","enum":["count","avg","sum","min","max"]},"op":{"type":"string","enum":[">",">=","<","<="]},"value":{"type":"number"}},"required":["stat","op","value"]}]},"period":{"type":"string","pattern":"^[0-9]+ (seconds?|minutes?|hours?|days?|weeks?)$"},"minDataPoints":{"default":1,"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"trigger":{"anyOf":[{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"},{"type":"array","items":{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"}},{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"code":{"anyOf":[{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}]},{"type":"object","properties":{"file":{"anyOf":[{"type":"string"},{"type":"object","properties":{"nocheck":{"description":"Specifies a local file without checking if the file exists.","type":"string","markdownDescription":"Specifies a local file without checking if the file exists."}},"required":["nocheck"]}],"description":"The file path of the function code.","markdownDescription":"The file path of the function code."},"minify":{"default":true,"type":"boolean","description":"Minify the function code.\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true\n\n@default true","markdownDescription":"Minify the function code.\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```\n\n@default ```true```"},"moduleSideEffects":{"description":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns for modules that should be flagged as having potential side effects. For example \"./.svelte-kit/**\" will flag every file inside the .svelte-kit folder."},"external":{"description":"A list of external packages that won't be included in the bundle.","type":"array","items":{"type":"string"},"markdownDescription":"A list of external packages that won't be included in the bundle."},"importAsString":{"description":"A list of glob patterns, which specifies the files that should be imported as string.","type":"array","items":{"type":"string"},"markdownDescription":"A list of glob patterns, which specifies the files that should be imported as string."}},"required":["file"]}],"description":"Specify the code of your function.","markdownDescription":"Specify the code of your function."},"handler":{"type":"string","description":"The name of the exported method within your code that Lambda calls to run your function.","markdownDescription":"The name of the exported method within your code that Lambda calls to run your function."}},"required":["code"],"additionalProperties":false}]}]}},"required":["where","period","trigger"]}}},"required":["type"]},"markdownDescription":"Define the metrics in your stack."}},"required":["name"],"additionalProperties":false,"title":"Awsless Stack Config"}