monorise 0.1.0 → 1.1.0-dev.0
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/base/index.d.ts +90 -5
- package/dist/base/index.js.map +1 -1
- package/dist/cli/cli.js +6 -0
- package/dist/cli/cli.js.map +1 -1
- package/dist/core/chunk-QV4Q5377.js +76 -0
- package/dist/core/chunk-QV4Q5377.js.map +1 -0
- package/dist/core/index.d.ts +187 -19
- package/dist/core/index.js +1583 -85
- package/dist/core/index.js.map +1 -1
- package/dist/core/service.config-ZJEZ6EKA.js +13 -0
- package/dist/core/service.config-ZJEZ6EKA.js.map +1 -0
- package/dist/proxy/index.d.ts +35 -0
- package/dist/proxy/index.js +75 -0
- package/dist/proxy/index.js.map +1 -0
- package/dist/react/actions/websocket.action.d.ts +71 -0
- package/dist/react/actions/websocket.action.d.ts.map +1 -0
- package/dist/react/chunk-4D22OCZG.js +65 -0
- package/dist/react/chunk-4D22OCZG.js.map +1 -0
- package/dist/react/chunk-4N3P4ONH.js +588 -0
- package/dist/react/chunk-4N3P4ONH.js.map +1 -0
- package/dist/react/chunk-4Y4KWGJD.js +182 -0
- package/dist/react/chunk-4Y4KWGJD.js.map +1 -0
- package/dist/react/chunk-757E5UYA.js +893 -0
- package/dist/react/chunk-757E5UYA.js.map +1 -0
- package/dist/react/chunk-A5TI2FW3.js +13 -0
- package/dist/react/chunk-A5TI2FW3.js.map +1 -0
- package/dist/react/chunk-B3XDGUFO.js +489 -0
- package/dist/react/chunk-B3XDGUFO.js.map +1 -0
- package/dist/react/chunk-BPBCUO2Z.js +248 -0
- package/dist/react/chunk-BPBCUO2Z.js.map +1 -0
- package/dist/react/chunk-CQBOIXWK.js +142 -0
- package/dist/react/chunk-CQBOIXWK.js.map +1 -0
- package/dist/react/chunk-DRH2BB7I.js +383 -0
- package/dist/react/chunk-DRH2BB7I.js.map +1 -0
- package/dist/react/chunk-EQ3PKQ2S.js +402 -0
- package/dist/react/chunk-EQ3PKQ2S.js.map +1 -0
- package/dist/react/chunk-H64MMAL7.js +245 -0
- package/dist/react/chunk-H64MMAL7.js.map +1 -0
- package/dist/react/chunk-KJX5LOMN.js +43 -0
- package/dist/react/chunk-KJX5LOMN.js.map +1 -0
- package/dist/react/chunk-MO35V2Y7.js +172 -0
- package/dist/react/chunk-MO35V2Y7.js.map +1 -0
- package/dist/react/chunk-UC3E72G7.js +73 -0
- package/dist/react/chunk-UC3E72G7.js.map +1 -0
- package/dist/react/chunk-UHMKB3OR.js +5568 -0
- package/dist/react/chunk-UHMKB3OR.js.map +1 -0
- package/dist/react/chunk-UQPQBWEQ.js +54 -0
- package/dist/react/chunk-UQPQBWEQ.js.map +1 -0
- package/dist/react/chunk-XCDCVRJR.js +43 -0
- package/dist/react/chunk-XCDCVRJR.js.map +1 -0
- package/dist/react/chunk-XOYAZDIH.js +47 -0
- package/dist/react/chunk-XOYAZDIH.js.map +1 -0
- package/dist/react/chunk-YNFQEPO5.js +29 -0
- package/dist/react/chunk-YNFQEPO5.js.map +1 -0
- package/dist/react/dist-es-35AO47NO.js +90 -0
- package/dist/react/dist-es-35AO47NO.js.map +1 -0
- package/dist/react/dist-es-5GDBXNKQ.js +333 -0
- package/dist/react/dist-es-5GDBXNKQ.js.map +1 -0
- package/dist/react/dist-es-B3JDGWY6.js +71 -0
- package/dist/react/dist-es-B3JDGWY6.js.map +1 -0
- package/dist/react/dist-es-IWIE5JLA.js +169 -0
- package/dist/react/dist-es-IWIE5JLA.js.map +1 -0
- package/dist/react/dist-es-NRIS3TYJ.js +494 -0
- package/dist/react/dist-es-NRIS3TYJ.js.map +1 -0
- package/dist/react/dist-es-VCXAEYYN.js +22 -0
- package/dist/react/dist-es-VCXAEYYN.js.map +1 -0
- package/dist/react/dist-es-VU33JFTZ.js +379 -0
- package/dist/react/dist-es-VU33JFTZ.js.map +1 -0
- package/dist/react/event-streams-OSOTOTTP.js +277 -0
- package/dist/react/event-streams-OSOTOTTP.js.map +1 -0
- package/dist/react/index.d.ts +53 -4
- package/dist/react/index.d.ts.map +1 -1
- package/dist/react/index.js +10948 -190
- package/dist/react/index.js.map +1 -1
- package/dist/react/loadSso-ME7MKAM3.js +556 -0
- package/dist/react/loadSso-ME7MKAM3.js.map +1 -0
- package/dist/react/service.config-ZJEZ6EKA-FC2TR3GH.js +14 -0
- package/dist/react/service.config-ZJEZ6EKA-FC2TR3GH.js.map +1 -0
- package/dist/react/services/core.service.d.ts +11 -1
- package/dist/react/services/core.service.d.ts.map +1 -1
- package/dist/react/signin-LOXYIE5I.js +653 -0
- package/dist/react/signin-LOXYIE5I.js.map +1 -0
- package/dist/react/sso-oidc-X63KRRLO.js +786 -0
- package/dist/react/sso-oidc-X63KRRLO.js.map +1 -0
- package/dist/react/sts-OXBEY7HY.js +3948 -0
- package/dist/react/sts-OXBEY7HY.js.map +1 -0
- package/dist/react/websocket/WebSocketManager.d.ts +68 -0
- package/dist/react/websocket/WebSocketManager.d.ts.map +1 -0
- package/dist/react/websocket/index.d.ts +3 -0
- package/dist/react/websocket/index.d.ts.map +1 -0
- package/dist/react/websocket/optimistic.d.ts +51 -0
- package/dist/react/websocket/optimistic.d.ts.map +1 -0
- package/dist/react/websocket-QHA7SQXG.js +10 -0
- package/dist/react/websocket-QHA7SQXG.js.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/alb.d.ts +280 -0
- package/dist/sst/.sst/platform/src/components/aws/alb.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/apigateway-websocket-route.d.ts +1 -1
- package/dist/sst/.sst/platform/src/components/aws/apigateway-websocket-route.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/apigateway-websocket.d.ts +13 -2
- package/dist/sst/.sst/platform/src/components/aws/apigateway-websocket.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv1-authorizer.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv1-lambda-route.d.ts +1 -1
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv1-lambda-route.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv1.d.ts +93 -83
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv1.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv2-authorizer.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv2-lambda-route.d.ts +1 -1
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv2-lambda-route.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv2.d.ts +8 -2
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv2.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/app-sync-data-source.d.ts +1 -1
- package/dist/sst/.sst/platform/src/components/aws/app-sync-data-source.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/app-sync.d.ts +1 -1
- package/dist/sst/.sst/platform/src/components/aws/app-sync.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/aurora.d.ts +18 -0
- package/dist/sst/.sst/platform/src/components/aws/aurora.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/auth-v1.d.ts +1 -1
- package/dist/sst/.sst/platform/src/components/aws/auth-v1.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/auth.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/bucket-lambda-subscriber.d.ts +1 -1
- package/dist/sst/.sst/platform/src/components/aws/bucket-lambda-subscriber.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/bucket-notification.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/bucket.d.ts +13 -8
- package/dist/sst/.sst/platform/src/components/aws/bucket.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/bus-lambda-subscriber.d.ts +3 -2
- package/dist/sst/.sst/platform/src/components/aws/bus-lambda-subscriber.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/bus.d.ts +34 -3
- package/dist/sst/.sst/platform/src/components/aws/bus.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/cdn.d.ts +11 -0
- package/dist/sst/.sst/platform/src/components/aws/cdn.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/cluster.d.ts +59 -1
- package/dist/sst/.sst/platform/src/components/aws/cluster.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/cognito-identity-pool.d.ts +5 -0
- package/dist/sst/.sst/platform/src/components/aws/cognito-identity-pool.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/cognito-user-pool.d.ts +100 -0
- package/dist/sst/.sst/platform/src/components/aws/cognito-user-pool.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/cron-v2.d.ts +325 -0
- package/dist/sst/.sst/platform/src/components/aws/cron-v2.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/cron.d.ts +15 -6
- package/dist/sst/.sst/platform/src/components/aws/cron.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/dsql.d.ts +369 -0
- package/dist/sst/.sst/platform/src/components/aws/dsql.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/dynamo-lambda-subscriber.d.ts +1 -1
- package/dist/sst/.sst/platform/src/components/aws/dynamo-lambda-subscriber.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/dynamo.d.ts +63 -3
- package/dist/sst/.sst/platform/src/components/aws/dynamo.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/email.d.ts +5 -0
- package/dist/sst/.sst/platform/src/components/aws/email.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/fargate.d.ts +95 -4
- package/dist/sst/.sst/platform/src/components/aws/fargate.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/function.d.ts +121 -21
- package/dist/sst/.sst/platform/src/components/aws/function.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/helpers/arn.d.ts +11 -0
- package/dist/sst/.sst/platform/src/components/aws/helpers/arn.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/helpers/container-builder.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/helpers/function-builder.d.ts +7 -3
- package/dist/sst/.sst/platform/src/components/aws/helpers/function-builder.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/helpers/load-balancer.d.ts +9 -0
- package/dist/sst/.sst/platform/src/components/aws/helpers/load-balancer.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/helpers/provider.d.ts +2 -2
- package/dist/sst/.sst/platform/src/components/aws/helpers/provider.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/helpers/site-builder.d.ts +1 -1
- package/dist/sst/.sst/platform/src/components/aws/helpers/site-builder.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/helpers/subscriber.d.ts +1 -1
- package/dist/sst/.sst/platform/src/components/aws/helpers/subscriber.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/https-redirect.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/index.d.ts +4 -0
- package/dist/sst/.sst/platform/src/components/aws/index.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/kinesis-stream-lambda-subscriber.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/kinesis-stream.d.ts +8 -3
- package/dist/sst/.sst/platform/src/components/aws/kinesis-stream.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/linkable.d.ts +1 -1
- package/dist/sst/.sst/platform/src/components/aws/linkable.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/mysql.d.ts +34 -5
- package/dist/sst/.sst/platform/src/components/aws/mysql.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/nextjs.d.ts +39 -5
- package/dist/sst/.sst/platform/src/components/aws/nextjs.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/nuxt.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/open-search.d.ts +12 -1
- package/dist/sst/.sst/platform/src/components/aws/open-search.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/opencontrol.d.ts +7 -3
- package/dist/sst/.sst/platform/src/components/aws/opencontrol.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/permission.d.ts +5 -0
- package/dist/sst/.sst/platform/src/components/aws/permission.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/postgres-v1.d.ts +13 -2
- package/dist/sst/.sst/platform/src/components/aws/postgres-v1.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/postgres.d.ts +34 -5
- package/dist/sst/.sst/platform/src/components/aws/postgres.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/queue-lambda-subscriber.d.ts +6 -1
- package/dist/sst/.sst/platform/src/components/aws/queue-lambda-subscriber.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/queue.d.ts +10 -1
- package/dist/sst/.sst/platform/src/components/aws/queue.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/realtime-lambda-subscriber.d.ts +1 -1
- package/dist/sst/.sst/platform/src/components/aws/realtime-lambda-subscriber.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/realtime.d.ts +6 -1
- package/dist/sst/.sst/platform/src/components/aws/realtime.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/redis-v1.d.ts +10 -0
- package/dist/sst/.sst/platform/src/components/aws/redis-v1.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/redis.d.ts +14 -0
- package/dist/sst/.sst/platform/src/components/aws/redis.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/router.d.ts +482 -2
- package/dist/sst/.sst/platform/src/components/aws/router.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/service-v1.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/service.d.ts +125 -0
- package/dist/sst/.sst/platform/src/components/aws/service.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/sns-topic-lambda-subscriber.d.ts +1 -1
- package/dist/sst/.sst/platform/src/components/aws/sns-topic-lambda-subscriber.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/sns-topic.d.ts +6 -1
- package/dist/sst/.sst/platform/src/components/aws/sns-topic.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/ssr-site.d.ts +7 -7
- package/dist/sst/.sst/platform/src/components/aws/ssr-site.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/static-site.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/step-functions/state.d.ts +1 -1
- package/dist/sst/.sst/platform/src/components/aws/step-functions/state.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/step-functions/task.d.ts +10 -2
- package/dist/sst/.sst/platform/src/components/aws/step-functions/task.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/step-functions.d.ts +5 -0
- package/dist/sst/.sst/platform/src/components/aws/step-functions.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/tan-stack-start.d.ts +20 -6
- package/dist/sst/.sst/platform/src/components/aws/tan-stack-start.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/task.d.ts +35 -15
- package/dist/sst/.sst/platform/src/components/aws/task.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/vector.d.ts +5 -0
- package/dist/sst/.sst/platform/src/components/aws/vector.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/vpc.d.ts +51 -4
- package/dist/sst/.sst/platform/src/components/aws/vpc.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/workflow.d.ts +331 -0
- package/dist/sst/.sst/platform/src/components/aws/workflow.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/ai.d.ts +82 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/ai.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/binding.d.ts +15 -1
- package/dist/sst/.sst/platform/src/components/cloudflare/binding.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/cloudflare/bucket.d.ts +4 -2
- package/dist/sst/.sst/platform/src/components/cloudflare/bucket.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/cloudflare/cron.d.ts +29 -5
- package/dist/sst/.sst/platform/src/components/cloudflare/cron.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/cloudflare/d1.d.ts +37 -2
- package/dist/sst/.sst/platform/src/components/cloudflare/d1.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/cloudflare/index.d.ts +1 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/index.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/cloudflare/kv.d.ts +36 -2
- package/dist/sst/.sst/platform/src/components/cloudflare/kv.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/cloudflare/providers/worker-placement.d.ts +27 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/providers/worker-placement.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/providers/zone-lookup.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/cloudflare/queue-worker-subscriber.d.ts +116 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/queue-worker-subscriber.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/queue.d.ts +186 -3
- package/dist/sst/.sst/platform/src/components/cloudflare/queue.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/cloudflare/static-site.d.ts +2 -2
- package/dist/sst/.sst/platform/src/components/cloudflare/static-site.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/cloudflare/worker.d.ts +39 -5
- package/dist/sst/.sst/platform/src/components/cloudflare/worker.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/component.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/duration.d.ts +2 -0
- package/dist/sst/.sst/platform/src/components/duration.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/esbuild.d.ts +3 -0
- package/dist/sst/.sst/platform/src/components/esbuild.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/link.d.ts +2 -2
- package/dist/sst/.sst/platform/src/components/link.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/linkable.d.ts +32 -2
- package/dist/sst/.sst/platform/src/components/linkable.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/rpc/rpc.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/vercel/dns.d.ts +2 -2
- package/dist/sst/.sst/platform/src/util/minify.d.ts +2 -0
- package/dist/sst/.sst/platform/src/util/minify.d.ts.map +1 -0
- package/dist/sst/components/monorise-core.d.ts +10 -0
- package/dist/sst/components/monorise-core.d.ts.map +1 -1
- package/dist/sst/components/q-function.d.ts +2 -3
- package/dist/sst/components/q-function.d.ts.map +1 -1
- package/dist/sst/index.js +75 -12
- package/dist/sst/index.js.map +1 -1
- package/package.json +10 -2
- package/dist/sst/.sst/platform/src/components/aws/helpers/quota.d.ts +0 -7
- package/dist/sst/.sst/platform/src/components/aws/helpers/quota.d.ts.map +0 -1
|
@@ -3,9 +3,12 @@ import { Component, Transform } from "../component";
|
|
|
3
3
|
import { Link } from "../link";
|
|
4
4
|
import type { Input } from "../input";
|
|
5
5
|
import { Cdn, CdnArgs } from "./cdn";
|
|
6
|
-
import { cloudfront } from "@pulumi/aws";
|
|
6
|
+
import { cloudfront, cloudwatch, wafv2 } from "@pulumi/aws";
|
|
7
7
|
import { Bucket } from "./bucket";
|
|
8
8
|
import { DurationSeconds } from "../duration";
|
|
9
|
+
import { FunctionArn } from "./function.js";
|
|
10
|
+
import { Size } from "../size";
|
|
11
|
+
import { RETENTION } from "./logging";
|
|
9
12
|
interface InlineUrlRouteArgs extends InlineBaseRouteArgs {
|
|
10
13
|
/**
|
|
11
14
|
* The destination URL.
|
|
@@ -436,6 +439,221 @@ export interface RouterBucketRouteArgs extends RouteArgs {
|
|
|
436
439
|
to: Input<string>;
|
|
437
440
|
}>;
|
|
438
441
|
}
|
|
442
|
+
export interface WafLoggingArgs {
|
|
443
|
+
/**
|
|
444
|
+
* Filter which requests are logged.
|
|
445
|
+
*
|
|
446
|
+
* - `"all"` logs every request evaluated by the WAF.
|
|
447
|
+
* - `"blocked"` only logs requests that were blocked.
|
|
448
|
+
*
|
|
449
|
+
* @default `"all"`
|
|
450
|
+
* @example
|
|
451
|
+
* ```js
|
|
452
|
+
* {
|
|
453
|
+
* waf: {
|
|
454
|
+
* logging: {
|
|
455
|
+
* include: "blocked"
|
|
456
|
+
* }
|
|
457
|
+
* }
|
|
458
|
+
* }
|
|
459
|
+
* ```
|
|
460
|
+
*/
|
|
461
|
+
include?: Input<"all" | "blocked">;
|
|
462
|
+
/**
|
|
463
|
+
* The duration the WAF logs are kept in CloudWatch.
|
|
464
|
+
*
|
|
465
|
+
* @default `"1 month"`
|
|
466
|
+
* @example
|
|
467
|
+
* ```js
|
|
468
|
+
* {
|
|
469
|
+
* waf: {
|
|
470
|
+
* logging: {
|
|
471
|
+
* retention: "3 months"
|
|
472
|
+
* }
|
|
473
|
+
* }
|
|
474
|
+
* }
|
|
475
|
+
* ```
|
|
476
|
+
*/
|
|
477
|
+
retention?: Input<keyof typeof RETENTION>;
|
|
478
|
+
/**
|
|
479
|
+
* Configure which parts of the request are redacted from the logs. Redacted
|
|
480
|
+
* fields are replaced with `REDACTED` in the log output.
|
|
481
|
+
*
|
|
482
|
+
* By default, the query string and the `cookie` and `authorization` headers
|
|
483
|
+
* are redacted since they commonly contain PII or credentials.
|
|
484
|
+
*
|
|
485
|
+
* Set to `false` to disable all redaction.
|
|
486
|
+
*
|
|
487
|
+
* @default `{ queryString: true, headers: ["cookie", "authorization"] }`
|
|
488
|
+
* @example
|
|
489
|
+
*
|
|
490
|
+
* Disable all redaction.
|
|
491
|
+
*
|
|
492
|
+
* ```js
|
|
493
|
+
* {
|
|
494
|
+
* waf: {
|
|
495
|
+
* logging: {
|
|
496
|
+
* redact: false
|
|
497
|
+
* }
|
|
498
|
+
* }
|
|
499
|
+
* }
|
|
500
|
+
* ```
|
|
501
|
+
*
|
|
502
|
+
* Redact everything.
|
|
503
|
+
*
|
|
504
|
+
* ```js
|
|
505
|
+
* {
|
|
506
|
+
* waf: {
|
|
507
|
+
* logging: {
|
|
508
|
+
* redact: {
|
|
509
|
+
* queryString: true,
|
|
510
|
+
* uriPath: true,
|
|
511
|
+
* method: true,
|
|
512
|
+
* headers: ["cookie", "authorization"]
|
|
513
|
+
* }
|
|
514
|
+
* }
|
|
515
|
+
* }
|
|
516
|
+
* }
|
|
517
|
+
* ```
|
|
518
|
+
*/
|
|
519
|
+
redact?: Input<false | {
|
|
520
|
+
/**
|
|
521
|
+
* Redact the query string from the logs. The query string is the
|
|
522
|
+
* part of a URL after the `?` and can contain tokens, user IDs,
|
|
523
|
+
* or other sensitive parameters.
|
|
524
|
+
* @default `true`
|
|
525
|
+
*/
|
|
526
|
+
queryString?: Input<boolean>;
|
|
527
|
+
/**
|
|
528
|
+
* Redact the URI path from the logs. The URI path identifies the
|
|
529
|
+
* resource being accessed, like `/users/123/profile`.
|
|
530
|
+
* @default `false`
|
|
531
|
+
*/
|
|
532
|
+
uriPath?: Input<boolean>;
|
|
533
|
+
/**
|
|
534
|
+
* Redact the HTTP method from the logs (GET, POST, etc.).
|
|
535
|
+
* @default `false`
|
|
536
|
+
*/
|
|
537
|
+
method?: Input<boolean>;
|
|
538
|
+
/**
|
|
539
|
+
* A list of header names to redact from the logs. Must be lowercase.
|
|
540
|
+
* @default `["cookie", "authorization"]`
|
|
541
|
+
* @example
|
|
542
|
+
* ```js
|
|
543
|
+
* {
|
|
544
|
+
* headers: ["cookie", "authorization", "x-api-key"]
|
|
545
|
+
* }
|
|
546
|
+
* ```
|
|
547
|
+
*/
|
|
548
|
+
headers?: Input<string[]>;
|
|
549
|
+
}>;
|
|
550
|
+
}
|
|
551
|
+
export interface WafArgs {
|
|
552
|
+
/**
|
|
553
|
+
* The rate limit per IP address. Requests from an IP that exceed this limit
|
|
554
|
+
* within a 5-minute window will be blocked.
|
|
555
|
+
*
|
|
556
|
+
* @default `2000`
|
|
557
|
+
* @example
|
|
558
|
+
* ```js
|
|
559
|
+
* {
|
|
560
|
+
* waf: {
|
|
561
|
+
* rateLimitPerIp: 1000
|
|
562
|
+
* }
|
|
563
|
+
* }
|
|
564
|
+
* ```
|
|
565
|
+
*/
|
|
566
|
+
rateLimitPerIp?: Input<number>;
|
|
567
|
+
/**
|
|
568
|
+
* Configure which AWS managed rule groups to enable.
|
|
569
|
+
*
|
|
570
|
+
* @default All managed rules enabled
|
|
571
|
+
* @example
|
|
572
|
+
* ```js
|
|
573
|
+
* {
|
|
574
|
+
* waf: {
|
|
575
|
+
* managedRules: {
|
|
576
|
+
* coreRuleSet: true,
|
|
577
|
+
* knownBadInputs: true,
|
|
578
|
+
* sqlInjection: false
|
|
579
|
+
* }
|
|
580
|
+
* }
|
|
581
|
+
* }
|
|
582
|
+
* ```
|
|
583
|
+
*/
|
|
584
|
+
managedRules?: Input<{
|
|
585
|
+
/**
|
|
586
|
+
* Enable the AWS Core Rule Set (CRS) which provides protection against common
|
|
587
|
+
* web vulnerabilities.
|
|
588
|
+
* @default `true`
|
|
589
|
+
*/
|
|
590
|
+
coreRuleSet?: Input<boolean>;
|
|
591
|
+
/**
|
|
592
|
+
* Enable protection against known bad inputs, including Log4j vulnerabilities.
|
|
593
|
+
* @default `true`
|
|
594
|
+
*/
|
|
595
|
+
knownBadInputs?: Input<boolean>;
|
|
596
|
+
/**
|
|
597
|
+
* Enable SQL injection protection.
|
|
598
|
+
* @default `true`
|
|
599
|
+
*/
|
|
600
|
+
sqlInjection?: Input<boolean>;
|
|
601
|
+
}>;
|
|
602
|
+
/**
|
|
603
|
+
* Configure WAF logging to CloudWatch. When set to `true`, all WAF-evaluated
|
|
604
|
+
* requests are logged with a 1-month retention. Or pass in an object to
|
|
605
|
+
* customize what is logged, how long logs are retained, and which fields
|
|
606
|
+
* are redacted.
|
|
607
|
+
*
|
|
608
|
+
* :::tip
|
|
609
|
+
* WAF logging is off by default. Enabling it will incur additional
|
|
610
|
+
* [CloudWatch costs](https://aws.amazon.com/cloudwatch/pricing/) depending
|
|
611
|
+
* on log volume.
|
|
612
|
+
* :::
|
|
613
|
+
*
|
|
614
|
+
* @default Logging is disabled
|
|
615
|
+
* @example
|
|
616
|
+
*
|
|
617
|
+
* Enable with defaults.
|
|
618
|
+
*
|
|
619
|
+
* ```js
|
|
620
|
+
* {
|
|
621
|
+
* waf: {
|
|
622
|
+
* logging: true
|
|
623
|
+
* }
|
|
624
|
+
* }
|
|
625
|
+
* ```
|
|
626
|
+
*
|
|
627
|
+
* Only log blocked requests.
|
|
628
|
+
*
|
|
629
|
+
* ```js
|
|
630
|
+
* {
|
|
631
|
+
* waf: {
|
|
632
|
+
* logging: {
|
|
633
|
+
* include: "blocked",
|
|
634
|
+
* retention: "3 months"
|
|
635
|
+
* }
|
|
636
|
+
* }
|
|
637
|
+
* }
|
|
638
|
+
* ```
|
|
639
|
+
*
|
|
640
|
+
* Redact sensitive fields.
|
|
641
|
+
*
|
|
642
|
+
* ```js
|
|
643
|
+
* {
|
|
644
|
+
* waf: {
|
|
645
|
+
* logging: {
|
|
646
|
+
* redact: {
|
|
647
|
+
* queryString: true,
|
|
648
|
+
* headers: ["cookie"]
|
|
649
|
+
* }
|
|
650
|
+
* }
|
|
651
|
+
* }
|
|
652
|
+
* }
|
|
653
|
+
* ```
|
|
654
|
+
*/
|
|
655
|
+
logging?: Input<boolean | WafLoggingArgs>;
|
|
656
|
+
}
|
|
439
657
|
export interface RouterArgs {
|
|
440
658
|
/**
|
|
441
659
|
* Set a custom domain for your Router.
|
|
@@ -786,6 +1004,128 @@ export interface RouterArgs {
|
|
|
786
1004
|
*/
|
|
787
1005
|
paths?: Input<Input<string>[]>;
|
|
788
1006
|
}>;
|
|
1007
|
+
/**
|
|
1008
|
+
* Configure Lambda function URL protection through CloudFront Origin Access Control.
|
|
1009
|
+
*
|
|
1010
|
+
* When set, all Functions and SSR sites routing through this Router automatically
|
|
1011
|
+
* inherit the protection mode.
|
|
1012
|
+
*
|
|
1013
|
+
* @default `"none"`
|
|
1014
|
+
*
|
|
1015
|
+
* The available options are:
|
|
1016
|
+
* - `"none"`: Lambda URLs are publicly accessible.
|
|
1017
|
+
* - `"oac"`: Lambda URLs protected by CloudFront Origin Access Control. Requires
|
|
1018
|
+
* manual `x-amz-content-sha256` header for POST requests.
|
|
1019
|
+
* - `"oac-with-edge-signing"`: Full protection with automatic header signing via
|
|
1020
|
+
* Lambda@Edge. Works with external webhooks and callbacks. Higher cost and latency
|
|
1021
|
+
* but works out of the box.
|
|
1022
|
+
*
|
|
1023
|
+
* :::note
|
|
1024
|
+
* Switching from `"none"` to `"oac"` or `"oac-with-edge-signing"` may cause brief
|
|
1025
|
+
* 403 errors (~10-60s) during deployment while CloudFront edge nodes pick up the new
|
|
1026
|
+
* signing configuration. For zero-disruption upgrades, set `protection` when first
|
|
1027
|
+
* creating the Router.
|
|
1028
|
+
* :::
|
|
1029
|
+
*
|
|
1030
|
+
* :::note
|
|
1031
|
+
* When using `"oac-with-edge-signing"`, request bodies are limited to 1MB due to
|
|
1032
|
+
* Lambda@Edge payload limits. For file uploads larger than 1MB, consider using
|
|
1033
|
+
* presigned S3 URLs or the `"oac"` mode with manual header signing.
|
|
1034
|
+
* :::
|
|
1035
|
+
*
|
|
1036
|
+
* :::note
|
|
1037
|
+
* When removing a stage that uses `"oac-with-edge-signing"`, deletion may take
|
|
1038
|
+
* 5-10 minutes while AWS removes the Lambda@Edge replicated functions from all
|
|
1039
|
+
* edge locations.
|
|
1040
|
+
* :::
|
|
1041
|
+
*
|
|
1042
|
+
* @example
|
|
1043
|
+
* ```js
|
|
1044
|
+
* {
|
|
1045
|
+
* protection: "oac"
|
|
1046
|
+
* }
|
|
1047
|
+
* ```
|
|
1048
|
+
*
|
|
1049
|
+
* @example
|
|
1050
|
+
* ```js
|
|
1051
|
+
* {
|
|
1052
|
+
* protection: "oac-with-edge-signing"
|
|
1053
|
+
* }
|
|
1054
|
+
* ```
|
|
1055
|
+
*
|
|
1056
|
+
* @example
|
|
1057
|
+
* ```js
|
|
1058
|
+
* // Custom Lambda@Edge configuration
|
|
1059
|
+
* {
|
|
1060
|
+
* protection: {
|
|
1061
|
+
* mode: "oac-with-edge-signing",
|
|
1062
|
+
* edgeFunction: {
|
|
1063
|
+
* memory: "256 MB",
|
|
1064
|
+
* timeout: "10 seconds"
|
|
1065
|
+
* }
|
|
1066
|
+
* }
|
|
1067
|
+
* }
|
|
1068
|
+
* ```
|
|
1069
|
+
*/
|
|
1070
|
+
protection?: Input<"none" | "oac" | "oac-with-edge-signing" | {
|
|
1071
|
+
mode: "oac-with-edge-signing";
|
|
1072
|
+
edgeFunction?: {
|
|
1073
|
+
/**
|
|
1074
|
+
* Custom Lambda@Edge function ARN to use for request signing.
|
|
1075
|
+
* If provided, this function will be used instead of creating a new one.
|
|
1076
|
+
* Must be a qualified ARN (with version) and deployed in us-east-1.
|
|
1077
|
+
*/
|
|
1078
|
+
arn?: Input<FunctionArn>;
|
|
1079
|
+
/**
|
|
1080
|
+
* Memory size for the auto-created Lambda@Edge function.
|
|
1081
|
+
* Only used when arn is not provided.
|
|
1082
|
+
* @default `"128 MB"`
|
|
1083
|
+
*/
|
|
1084
|
+
memory?: Input<Size>;
|
|
1085
|
+
/**
|
|
1086
|
+
* Timeout for the auto-created Lambda@Edge function.
|
|
1087
|
+
* Only used when arn is not provided.
|
|
1088
|
+
* @default `"5 seconds"`
|
|
1089
|
+
*/
|
|
1090
|
+
timeout?: Input<DurationSeconds>;
|
|
1091
|
+
};
|
|
1092
|
+
}>;
|
|
1093
|
+
/**
|
|
1094
|
+
* Enable AWS WAF (Web Application Firewall) to protect your Router from common
|
|
1095
|
+
* web exploits and bots.
|
|
1096
|
+
*
|
|
1097
|
+
* :::tip
|
|
1098
|
+
* WAF provides protection against SQL injection, cross-site scripting (XSS),
|
|
1099
|
+
* and other common attacks.
|
|
1100
|
+
* :::
|
|
1101
|
+
*
|
|
1102
|
+
* @default WAF is disabled
|
|
1103
|
+
* @example
|
|
1104
|
+
*
|
|
1105
|
+
* Enable with sensible defaults.
|
|
1106
|
+
*
|
|
1107
|
+
* ```js
|
|
1108
|
+
* {
|
|
1109
|
+
* waf: true
|
|
1110
|
+
* }
|
|
1111
|
+
* ```
|
|
1112
|
+
*
|
|
1113
|
+
* Or customize the configuration.
|
|
1114
|
+
*
|
|
1115
|
+
* ```js
|
|
1116
|
+
* {
|
|
1117
|
+
* waf: {
|
|
1118
|
+
* rateLimitPerIp: 1000,
|
|
1119
|
+
* managedRules: {
|
|
1120
|
+
* coreRuleSet: true,
|
|
1121
|
+
* knownBadInputs: true,
|
|
1122
|
+
* sqlInjection: true
|
|
1123
|
+
* }
|
|
1124
|
+
* }
|
|
1125
|
+
* }
|
|
1126
|
+
* ```
|
|
1127
|
+
*/
|
|
1128
|
+
waf?: Input<boolean | WafArgs>;
|
|
789
1129
|
/**
|
|
790
1130
|
* [Transform](/docs/components#transform) how this component creates its underlying
|
|
791
1131
|
* resources.
|
|
@@ -799,6 +1139,18 @@ export interface RouterArgs {
|
|
|
799
1139
|
* Transform the CloudFront CDN resource.
|
|
800
1140
|
*/
|
|
801
1141
|
cdn?: Transform<CdnArgs>;
|
|
1142
|
+
/**
|
|
1143
|
+
* Transform the WAF WebACL resource.
|
|
1144
|
+
*/
|
|
1145
|
+
waf?: Transform<wafv2.WebAclArgs>;
|
|
1146
|
+
/**
|
|
1147
|
+
* Transform the CloudWatch LogGroup resource used for WAF logs.
|
|
1148
|
+
*/
|
|
1149
|
+
wafLogGroup?: Transform<cloudwatch.LogGroupArgs>;
|
|
1150
|
+
/**
|
|
1151
|
+
* Transform the WAF WebACL logging configuration resource.
|
|
1152
|
+
*/
|
|
1153
|
+
wafLogging?: Transform<wafv2.WebAclLoggingConfigurationArgs>;
|
|
802
1154
|
};
|
|
803
1155
|
/**
|
|
804
1156
|
* @internal
|
|
@@ -969,6 +1321,7 @@ export declare class Router extends Component implements Link.Linkable {
|
|
|
969
1321
|
private kvStoreArn?;
|
|
970
1322
|
private kvNamespace?;
|
|
971
1323
|
private hasInlineRoutes;
|
|
1324
|
+
private _protectionMode;
|
|
972
1325
|
constructor(name: string, args?: RouterArgs, opts?: ComponentResourceOptions);
|
|
973
1326
|
/**
|
|
974
1327
|
* The ID of the Router distribution.
|
|
@@ -987,6 +1340,10 @@ export declare class Router extends Component implements Link.Linkable {
|
|
|
987
1340
|
get _kvNamespace(): Output<string> | undefined;
|
|
988
1341
|
/** @internal */
|
|
989
1342
|
get _hasInlineRoutes(): $util.OutputInstance<boolean>;
|
|
1343
|
+
/** @internal */
|
|
1344
|
+
get _protection(): Output<ProtectionConfig>;
|
|
1345
|
+
/** @internal */
|
|
1346
|
+
get _distributionArn(): Output<string>;
|
|
990
1347
|
/**
|
|
991
1348
|
* The underlying [resources](/docs/components/#nodes) this component creates.
|
|
992
1349
|
*/
|
|
@@ -1155,10 +1512,11 @@ export declare class Router extends Component implements Link.Linkable {
|
|
|
1155
1512
|
static get(name: string, distributionID: Input<string>, opts?: ComponentResourceOptions): Router;
|
|
1156
1513
|
}
|
|
1157
1514
|
export declare const CF_BLOCK_CLOUDFRONT_URL_INJECTION = "\nif (event.request.headers.host.value.includes('cloudfront.net')) {\n return {\n statusCode: 403,\n statusDescription: 'Forbidden',\n body: {\n encoding: \"text\",\n data: '<html><head><title>403 Forbidden</title></head><body><center><h1>403 Forbidden</h1></center></body></html>'\n }\n };\n}";
|
|
1158
|
-
export declare const CF_ROUTER_INJECTION
|
|
1515
|
+
export declare const CF_ROUTER_INJECTION: string;
|
|
1159
1516
|
export type KV_SITE_METADATA = {
|
|
1160
1517
|
base?: string;
|
|
1161
1518
|
custom404?: string;
|
|
1519
|
+
errorResponseCode?: number;
|
|
1162
1520
|
s3: {
|
|
1163
1521
|
domain: string;
|
|
1164
1522
|
dir: string;
|
|
@@ -1179,6 +1537,20 @@ export type KV_SITE_METADATA = {
|
|
|
1179
1537
|
timeouts: {
|
|
1180
1538
|
readTimeout: number;
|
|
1181
1539
|
};
|
|
1540
|
+
originAccessControlConfig?: {
|
|
1541
|
+
enabled: boolean;
|
|
1542
|
+
signingBehavior: string;
|
|
1543
|
+
signingProtocol: string;
|
|
1544
|
+
originType: string;
|
|
1545
|
+
};
|
|
1546
|
+
};
|
|
1547
|
+
};
|
|
1548
|
+
export type ProtectionConfig = {
|
|
1549
|
+
mode: "none" | "oac" | "oac-with-edge-signing";
|
|
1550
|
+
edgeFunction?: {
|
|
1551
|
+
arn?: string;
|
|
1552
|
+
memory?: Size;
|
|
1553
|
+
timeout?: DurationSeconds;
|
|
1182
1554
|
};
|
|
1183
1555
|
};
|
|
1184
1556
|
export type RouterRouteArgs = {
|
|
@@ -1254,6 +1626,98 @@ export type RouterRouteArgs = {
|
|
|
1254
1626
|
* ```
|
|
1255
1627
|
*/
|
|
1256
1628
|
path?: Input<string>;
|
|
1629
|
+
/**
|
|
1630
|
+
* Rewrite the request path.
|
|
1631
|
+
*
|
|
1632
|
+
* @example
|
|
1633
|
+
*
|
|
1634
|
+
* If the route path is `/api/*` and a request comes in for `/api/users/profile`,
|
|
1635
|
+
* the request path the destination sees is `/api/users/profile`.
|
|
1636
|
+
*
|
|
1637
|
+
* If you want to serve the route from the root, you can rewrite the request
|
|
1638
|
+
* path to `/users/profile`.
|
|
1639
|
+
*
|
|
1640
|
+
* ```js
|
|
1641
|
+
* router: {
|
|
1642
|
+
* instance: router,
|
|
1643
|
+
* path: "/api",
|
|
1644
|
+
* rewrite: {
|
|
1645
|
+
* regex: "^/api/(.*)$",
|
|
1646
|
+
* to: "/$1"
|
|
1647
|
+
* }
|
|
1648
|
+
* }
|
|
1649
|
+
* ```
|
|
1650
|
+
*/
|
|
1651
|
+
rewrite?: Input<{
|
|
1652
|
+
/**
|
|
1653
|
+
* The regex to match the request path.
|
|
1654
|
+
*/
|
|
1655
|
+
regex: Input<string>;
|
|
1656
|
+
/**
|
|
1657
|
+
* The replacement for the matched path.
|
|
1658
|
+
*/
|
|
1659
|
+
to: Input<string>;
|
|
1660
|
+
}>;
|
|
1661
|
+
/**
|
|
1662
|
+
* The number of seconds that CloudFront waits for a response after routing a
|
|
1663
|
+
* request to the destination. Must be between 1 and 60 seconds.
|
|
1664
|
+
*
|
|
1665
|
+
* When compared to the `connectionTimeout`, this is the total time for the
|
|
1666
|
+
* request.
|
|
1667
|
+
*
|
|
1668
|
+
* @default `"20 seconds"`
|
|
1669
|
+
* @example
|
|
1670
|
+
* ```js
|
|
1671
|
+
* router: {
|
|
1672
|
+
* instance: router,
|
|
1673
|
+
* readTimeout: "60 seconds"
|
|
1674
|
+
* }
|
|
1675
|
+
* ```
|
|
1676
|
+
*/
|
|
1677
|
+
readTimeout?: Input<DurationSeconds>;
|
|
1678
|
+
/**
|
|
1679
|
+
* The number of seconds that CloudFront should try to maintain the connection
|
|
1680
|
+
* to the destination after receiving the last packet of the response. Must be
|
|
1681
|
+
* between 1 and 60 seconds.
|
|
1682
|
+
*
|
|
1683
|
+
* @default `"5 seconds"`
|
|
1684
|
+
* @example
|
|
1685
|
+
* ```js
|
|
1686
|
+
* router: {
|
|
1687
|
+
* instance: router,
|
|
1688
|
+
* keepAliveTimeout: "10 seconds"
|
|
1689
|
+
* }
|
|
1690
|
+
* ```
|
|
1691
|
+
*/
|
|
1692
|
+
keepAliveTimeout?: Input<DurationSeconds>;
|
|
1693
|
+
/**
|
|
1694
|
+
* The number of seconds that CloudFront waits before timing out and closing the
|
|
1695
|
+
* connection to the origin. Must be between 1 and 10 seconds.
|
|
1696
|
+
*
|
|
1697
|
+
* @default `"10 seconds"`
|
|
1698
|
+
* @example
|
|
1699
|
+
* ```js
|
|
1700
|
+
* router: {
|
|
1701
|
+
* instance: router,
|
|
1702
|
+
* connectionTimeout: "3 seconds"
|
|
1703
|
+
* }
|
|
1704
|
+
* ```
|
|
1705
|
+
*/
|
|
1706
|
+
connectionTimeout?: Input<DurationSeconds>;
|
|
1707
|
+
/**
|
|
1708
|
+
* The number of times that CloudFront attempts to connect to the origin. Must be
|
|
1709
|
+
* between 1 and 3.
|
|
1710
|
+
*
|
|
1711
|
+
* @default `3`
|
|
1712
|
+
* @example
|
|
1713
|
+
* ```js
|
|
1714
|
+
* router: {
|
|
1715
|
+
* instance: router,
|
|
1716
|
+
* connectionAttempts: 1
|
|
1717
|
+
* }
|
|
1718
|
+
* ```
|
|
1719
|
+
*/
|
|
1720
|
+
connectionAttempts?: Input<number>;
|
|
1257
1721
|
};
|
|
1258
1722
|
export type RouterRouteArgsDeprecated = {
|
|
1259
1723
|
router: Input<Router>;
|
|
@@ -1267,6 +1731,22 @@ export declare function normalizeRouteArgs(route?: Input<RouterRouteArgs>, route
|
|
|
1267
1731
|
routerUrl: Output<string>;
|
|
1268
1732
|
routerKvNamespace: Output<string>;
|
|
1269
1733
|
routerKvStoreArn: Output<string>;
|
|
1734
|
+
routerProtection: Output<ProtectionConfig>;
|
|
1735
|
+
routerDistributionArn: Output<string>;
|
|
1736
|
+
rewrite: $util.UnwrappedObject<{
|
|
1737
|
+
/**
|
|
1738
|
+
* The regex to match the request path.
|
|
1739
|
+
*/
|
|
1740
|
+
regex: Input<string>;
|
|
1741
|
+
/**
|
|
1742
|
+
* The replacement for the matched path.
|
|
1743
|
+
*/
|
|
1744
|
+
to: Input<string>;
|
|
1745
|
+
}> | undefined;
|
|
1746
|
+
readTimeout: `${number} second` | `${number} seconds` | undefined;
|
|
1747
|
+
keepAliveTimeout: `${number} second` | `${number} seconds` | undefined;
|
|
1748
|
+
connectionTimeout: `${number} second` | `${number} seconds` | undefined;
|
|
1749
|
+
connectionAttempts: number | undefined;
|
|
1270
1750
|
}> | undefined;
|
|
1271
1751
|
export {};
|
|
1272
1752
|
//# sourceMappingURL=router.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"router.d.ts","sourceRoot":"","sources":["../../../../../../.sst/platform/src/components/aws/router.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"router.d.ts","sourceRoot":"","sources":["../../../../../../.sst/platform/src/components/aws/router.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"service-v1.d.ts","sourceRoot":"","sources":["../../../../../../.sst/platform/src/components/aws/service-v1.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,wBAAwB,EACxB,KAAK,EACL,MAAM,EAKP,MAAM,gBAAgB,CAAC;AAExB,OAAO,EAAE,SAAS,EAAa,MAAM,iBAAiB,CAAC;AAMvD,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAElC,OAAO,EACL,WAAW,EACX,kBAAkB,EAGnB,MAAM,iBAAiB,CAAC;AAiBzB,MAAM,WAAW,WAAY,SAAQ,kBAAkB;IACrD;;OAEG;IACH,OAAO,EAAE,KAAK,CAAC;QACb;;WAEG;QACH,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;QACpB;;WAEG;QACH,GAAG,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;KACpB,CAAC,CAAC;IACH;;OAEG;IACH,GAAG,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;CACzB;AAED;;;;;;;;;GASG;AACH,qBAAa,OAAQ,SAAQ,SAAU,YAAW,IAAI,CAAC,QAAQ;IAC7D,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAc;IACvC,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAW;IACpC,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAC,CAAqB;IACrD,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAC,CAAkB;IAChD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAC,CAA6B;IACrD,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAiB;IACvC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAiB;gBAGvC,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,WAAW,EACjB,IAAI,CAAC,EAAE,wBAAwB;
|
|
1
|
+
{"version":3,"file":"service-v1.d.ts","sourceRoot":"","sources":["../../../../../../.sst/platform/src/components/aws/service-v1.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,wBAAwB,EACxB,KAAK,EACL,MAAM,EAKP,MAAM,gBAAgB,CAAC;AAExB,OAAO,EAAE,SAAS,EAAa,MAAM,iBAAiB,CAAC;AAMvD,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAElC,OAAO,EACL,WAAW,EACX,kBAAkB,EAGnB,MAAM,iBAAiB,CAAC;AAiBzB,MAAM,WAAW,WAAY,SAAQ,kBAAkB;IACrD;;OAEG;IACH,OAAO,EAAE,KAAK,CAAC;QACb;;WAEG;QACH,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;QACpB;;WAEG;QACH,GAAG,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;KACpB,CAAC,CAAC;IACH;;OAEG;IACH,GAAG,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;CACzB;AAED;;;;;;;;;GASG;AACH,qBAAa,OAAQ,SAAQ,SAAU,YAAW,IAAI,CAAC,QAAQ;IAC7D,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAc;IACvC,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAW;IACpC,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAC,CAAqB;IACrD,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAC,CAAkB;IAChD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAC,CAA6B;IACrD,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAiB;IACvC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAiB;gBAGvC,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,WAAW,EACjB,IAAI,CAAC,EAAE,wBAAwB;IAwrBjC;;;;;OAKG;IACH,IAAW,GAAG,mBAUb;IAED;;OAEG;IACH,IAAW,KAAK;QAGZ;;WAEG;;QAMH;;WAEG;;QAIH;;WAEG;;QAQH;;WAEG;;MAaN;IAED,gBAAgB;IACT,UAAU;;;;;CAKlB"}
|