stacktape 3.5.7 → 3.6.0-beta.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.
Files changed (123) hide show
  1. package/.tsconfig.bun-build.json +1 -0
  2. package/ai-docs/cli-ref/aws-profile-create.md +22 -0
  3. package/ai-docs/cli-ref/aws-profile-delete.md +22 -0
  4. package/ai-docs/cli-ref/aws-profile-list.md +20 -0
  5. package/ai-docs/cli-ref/aws-profile-update.md +22 -0
  6. package/ai-docs/cli-ref/bastion-session.md +29 -0
  7. package/ai-docs/cli-ref/bastion-tunnel.md +30 -0
  8. package/ai-docs/cli-ref/bucket-sync.md +30 -0
  9. package/ai-docs/cli-ref/cf-module-update.md +26 -0
  10. package/ai-docs/cli-ref/cf-rollback.md +28 -0
  11. package/ai-docs/cli-ref/codebuild-deploy.md +34 -0
  12. package/ai-docs/cli-ref/compile-template.md +25 -0
  13. package/ai-docs/cli-ref/container-session.md +30 -0
  14. package/ai-docs/cli-ref/debug-alarms.md +28 -0
  15. package/ai-docs/cli-ref/debug-aws-sdk.md +33 -0
  16. package/ai-docs/cli-ref/debug-container-exec.md +36 -0
  17. package/ai-docs/cli-ref/debug-dynamodb.md +35 -0
  18. package/ai-docs/cli-ref/debug-logs.md +34 -0
  19. package/ai-docs/cli-ref/debug-metrics.md +33 -0
  20. package/ai-docs/cli-ref/debug-opensearch.md +35 -0
  21. package/ai-docs/cli-ref/debug-redis.md +36 -0
  22. package/ai-docs/cli-ref/debug-sql.md +35 -0
  23. package/ai-docs/cli-ref/defaults-configure.md +29 -0
  24. package/ai-docs/cli-ref/defaults-list.md +20 -0
  25. package/ai-docs/cli-ref/delete.md +24 -0
  26. package/ai-docs/cli-ref/deploy.md +25 -0
  27. package/ai-docs/cli-ref/deployment-script-run.md +28 -0
  28. package/ai-docs/cli-ref/dev-stop.md +26 -0
  29. package/ai-docs/cli-ref/dev.md +45 -0
  30. package/ai-docs/cli-ref/domain-add.md +26 -0
  31. package/ai-docs/cli-ref/help.md +18 -0
  32. package/ai-docs/cli-ref/info-operations.md +22 -0
  33. package/ai-docs/cli-ref/info-stack.md +30 -0
  34. package/ai-docs/cli-ref/info-stacks.md +26 -0
  35. package/ai-docs/cli-ref/info-whoami.md +22 -0
  36. package/ai-docs/cli-ref/init.md +30 -0
  37. package/ai-docs/cli-ref/login.md +20 -0
  38. package/ai-docs/cli-ref/logout.md +18 -0
  39. package/ai-docs/cli-ref/mcp-add.md +22 -0
  40. package/ai-docs/cli-ref/mcp.md +20 -0
  41. package/ai-docs/cli-ref/org-create.md +24 -0
  42. package/ai-docs/cli-ref/org-delete.md +24 -0
  43. package/ai-docs/cli-ref/org-list.md +22 -0
  44. package/ai-docs/cli-ref/package-workloads.md +25 -0
  45. package/ai-docs/cli-ref/param-get.md +26 -0
  46. package/ai-docs/cli-ref/preview-changes.md +23 -0
  47. package/ai-docs/cli-ref/project-create.md +22 -0
  48. package/ai-docs/cli-ref/projects-list.md +22 -0
  49. package/ai-docs/cli-ref/rollback.md +28 -0
  50. package/ai-docs/cli-ref/script-run.md +29 -0
  51. package/ai-docs/cli-ref/secret-create.md +28 -0
  52. package/ai-docs/cli-ref/secret-delete.md +26 -0
  53. package/ai-docs/cli-ref/secret-get.md +26 -0
  54. package/ai-docs/cli-ref/upgrade.md +20 -0
  55. package/ai-docs/cli-ref/version.md +18 -0
  56. package/ai-docs/concept/connecting-resources.md +369 -0
  57. package/ai-docs/concept/directives.md +371 -0
  58. package/ai-docs/concept/extending-cloudformation.md +315 -0
  59. package/ai-docs/concept/overrides-and-transforms.md +352 -0
  60. package/ai-docs/concept/stages-and-environments.md +347 -0
  61. package/ai-docs/concept/typescript-config.md +447 -0
  62. package/ai-docs/concept/yaml-config.md +338 -0
  63. package/ai-docs/config-ref/_root.md +142 -0
  64. package/ai-docs/config-ref/application-load-balancer.md +1109 -0
  65. package/ai-docs/config-ref/astro-web.md +115 -0
  66. package/ai-docs/config-ref/aws-cdk-construct.md +68 -0
  67. package/ai-docs/config-ref/bastion.md +93 -0
  68. package/ai-docs/config-ref/batch-job.md +179 -0
  69. package/ai-docs/config-ref/bucket.md +348 -0
  70. package/ai-docs/config-ref/cdn.md +496 -0
  71. package/ai-docs/config-ref/custom-resource.md +80 -0
  72. package/ai-docs/config-ref/deployment-script.md +79 -0
  73. package/ai-docs/config-ref/dynamo-db-table.md +202 -0
  74. package/ai-docs/config-ref/edge-lambda-function.md +87 -0
  75. package/ai-docs/config-ref/efs-filesystem.md +72 -0
  76. package/ai-docs/config-ref/event-bus.md +63 -0
  77. package/ai-docs/config-ref/function.md +409 -0
  78. package/ai-docs/config-ref/hosting-bucket.md +171 -0
  79. package/ai-docs/config-ref/http-api-gateway.md +149 -0
  80. package/ai-docs/config-ref/http-endpoint.md +92 -0
  81. package/ai-docs/config-ref/kinesis-stream.md +97 -0
  82. package/ai-docs/config-ref/mongo-db-atlas-cluster.md +254 -0
  83. package/ai-docs/config-ref/multi-container-workload.md +399 -0
  84. package/ai-docs/config-ref/network-load-balancer.md +118 -0
  85. package/ai-docs/config-ref/nextjs-web.md +147 -0
  86. package/ai-docs/config-ref/nuxt-web.md +81 -0
  87. package/ai-docs/config-ref/open-search.md +206 -0
  88. package/ai-docs/config-ref/private-service.md +75 -0
  89. package/ai-docs/config-ref/redis-cluster.md +223 -0
  90. package/ai-docs/config-ref/relational-database.md +525 -0
  91. package/ai-docs/config-ref/remix-web.md +74 -0
  92. package/ai-docs/config-ref/sns-topic.md +69 -0
  93. package/ai-docs/config-ref/solidstart-web.md +75 -0
  94. package/ai-docs/config-ref/sqs-queue-not-empty.md +405 -0
  95. package/ai-docs/config-ref/sqs-queue.md +232 -0
  96. package/ai-docs/config-ref/state-machine.md +235 -0
  97. package/ai-docs/config-ref/sveltekit-web.md +81 -0
  98. package/ai-docs/config-ref/tanstack-web.md +75 -0
  99. package/ai-docs/config-ref/upstash-redis.md +59 -0
  100. package/ai-docs/config-ref/user-auth-pool.md +876 -0
  101. package/ai-docs/config-ref/web-app-firewall.md +212 -0
  102. package/ai-docs/config-ref/web-service.md +178 -0
  103. package/ai-docs/config-ref/worker-service.md +41 -0
  104. package/ai-docs/getting-started/console.md +232 -0
  105. package/ai-docs/getting-started/deployment.md +434 -0
  106. package/ai-docs/getting-started/dev-mode.md +118 -0
  107. package/ai-docs/getting-started/how-it-works.md +119 -0
  108. package/ai-docs/getting-started/intro.md +157 -0
  109. package/ai-docs/getting-started/using-with-ai.md +228 -0
  110. package/ai-docs/getting-started/workflow.md +197 -0
  111. package/ai-docs/index.json +1514 -0
  112. package/ai-docs/recipe/background-jobs.md +183 -0
  113. package/ai-docs/recipe/database-migrations.md +240 -0
  114. package/ai-docs/recipe/graphql-api.md +211 -0
  115. package/ai-docs/recipe/monorepo-setup.md +183 -0
  116. package/ai-docs/recipe/nextjs-full-stack.md +188 -0
  117. package/ai-docs/recipe/rest-api-with-database.md +156 -0
  118. package/ai-docs/recipe/scheduled-tasks.md +186 -0
  119. package/ai-docs/recipe/static-website.md +241 -0
  120. package/ai-docs/troubleshooting/cloudformation-stack-states.md +189 -0
  121. package/bin/stacktape.js +206 -41
  122. package/package.json +1 -1
  123. package/plain.d.ts +309 -54
@@ -0,0 +1,202 @@
1
+ ---
2
+ docType: config-ref
3
+ title: Dynamo Db Table
4
+ resourceType: dynamo-db-table
5
+ tags:
6
+ - dynamo-db-table
7
+ - dynamodb
8
+ - nosql
9
+ - document-db
10
+ source: types/stacktape-config/dynamo-db-tables.d.ts
11
+ priority: 1
12
+ ---
13
+
14
+ # Dynamo Db Table
15
+
16
+ Serverless NoSQL database with single-digit millisecond reads/writes at any scale.
17
+
18
+ No servers to manage, no capacity planning needed (in on-demand mode). Pay per read/write.
19
+ Great for user profiles, session data, IoT data, and any key-value or document workload.
20
+
21
+ Resource type: `dynamo-db-table`
22
+
23
+ ## TypeScript Definition
24
+
25
+ ```typescript
26
+ /**
27
+ * #### Serverless NoSQL database with single-digit millisecond reads/writes at any scale.
28
+ *
29
+ * ---
30
+ *
31
+ * No servers to manage, no capacity planning needed (in on-demand mode). Pay per read/write.
32
+ * Great for user profiles, session data, IoT data, and any key-value or document workload.
33
+ */
34
+ interface DynamoDbTable {
35
+ type: 'dynamo-db-table';
36
+ properties: DynamoDbTableProps;
37
+ overrides?: ResourceOverrides;
38
+ }
39
+
40
+ interface DynamoDbTableProps {
41
+ /**
42
+ * #### The primary key that uniquely identifies each item.
43
+ *
44
+ * ---
45
+ *
46
+ * - **Simple key**: Just a `partitionKey` (e.g., `userId`).
47
+ * - **Composite key**: `partitionKey` + `sortKey` (e.g., `userId` + `createdAt`).
48
+ *
49
+ * > **Cannot be changed after creation.** Every item must include the primary key attribute(s).
50
+ */
51
+ primaryKey: DynamoDbTablePrimaryKey;
52
+ /**
53
+ * #### Fixed-capacity mode with predictable pricing. Omit for on-demand (pay-per-request) mode.
54
+ *
55
+ * ---
56
+ *
57
+ * - **On-demand** (default, no config): Pay per read/write. Best for unpredictable or variable traffic.
58
+ * - **Provisioned**: Set fixed read/write capacity. Cheaper at steady, predictable load. Can auto-scale.
59
+ */
60
+ provisionedThroughput?: DynamoDbProvisionedThroughput;
61
+ /**
62
+ * #### Enable continuous backups with point-in-time recovery (restore to any second in the last 35 days).
63
+ *
64
+ * ---
65
+ *
66
+ * Restores always create a new table. Adds ~20% to storage cost.
67
+ */
68
+ enablePointInTimeRecovery?: boolean;
69
+ /**
70
+ * #### Stream item changes to trigger functions or batch jobs in real time.
71
+ *
72
+ * ---
73
+ *
74
+ * - `KEYS_ONLY`: Only key attributes of the changed item.
75
+ * - `NEW_IMAGE`: The full item after the change.
76
+ * - `OLD_IMAGE`: The full item before the change.
77
+ * - `NEW_AND_OLD_IMAGES`: Both before and after — useful for change tracking and auditing.
78
+ */
79
+ streamType?: 'KEYS_ONLY' | 'NEW_IMAGE' | 'OLD_IMAGE' | 'NEW_AND_OLD_IMAGES';
80
+ /**
81
+ * #### Additional indexes for querying by attributes other than the primary key.
82
+ *
83
+ * ---
84
+ *
85
+ * Without indexes, you can only query by primary key. Add a secondary index to query by
86
+ * any attribute (e.g., query orders by `status` or users by `email`).
87
+ */
88
+ secondaryIndexes?: DynamoDbTableGlobalSecondaryIndex[];
89
+ /**
90
+ * #### Dev mode: runs locally in Docker by default. Set `remote: true` to use the deployed table.
91
+ */
92
+ dev?: DevModeConfig;
93
+ }
94
+
95
+ interface DynamoDbTablePrimaryKey {
96
+ /**
97
+ * #### The main key attribute (e.g., `userId`, `orderId`). Must be unique if no sort key is used.
98
+ */
99
+ partitionKey: DynamoDbAttribute;
100
+ /**
101
+ * #### Optional second key for composite keys. Enables range queries and multiple items per partition key.
102
+ *
103
+ * ---
104
+ *
105
+ * E.g., partition key `userId` + sort key `createdAt` lets you query all items for a user sorted by date.
106
+ */
107
+ sortKey?: DynamoDbAttribute;
108
+ }
109
+
110
+ interface DynamoDbTableGlobalSecondaryIndex {
111
+ /**
112
+ * #### Name of the index (used when querying).
113
+ */
114
+ name: string;
115
+ /**
116
+ * #### Partition key for this index — the attribute you'll query by.
117
+ */
118
+ partitionKey: DynamoDbAttribute;
119
+ /**
120
+ * #### Optional sort key for range queries within a partition.
121
+ */
122
+ sortKey?: DynamoDbAttribute;
123
+ /**
124
+ * #### Extra attributes to copy into the index. Only projected attributes are available when querying.
125
+ *
126
+ * ---
127
+ *
128
+ * The table's primary key is always projected. List additional attributes you need in query results.
129
+ */
130
+ projections?: string[];
131
+ }
132
+
133
+ interface DynamoDbAttribute {
134
+ /**
135
+ * #### Attribute name (e.g., `userId`, `email`, `createdAt`).
136
+ */
137
+ name: string;
138
+ /**
139
+ * #### Attribute data type: `string`, `number`, or `binary`.
140
+ */
141
+ type: 'string' | 'number' | 'binary';
142
+ }
143
+
144
+ interface DynamoDbProvisionedThroughput {
145
+ /**
146
+ * #### Read capacity units per second. 1 unit = one 4 KB strongly consistent read (or two eventually consistent).
147
+ *
148
+ * ---
149
+ *
150
+ * Requests exceeding this limit get throttled. Use `readScaling` to auto-adjust.
151
+ */
152
+ readUnits: number;
153
+ /**
154
+ * #### Write capacity units per second. 1 unit = one 1 KB write.
155
+ *
156
+ * ---
157
+ *
158
+ * Requests exceeding this limit get throttled. Use `writeScaling` to auto-adjust.
159
+ */
160
+ writeUnits: number;
161
+ /**
162
+ * #### Auto-scale write capacity based on actual usage. Scales up/down between min and max units.
163
+ */
164
+ writeScaling?: DynamoDbWriteScaling;
165
+ /**
166
+ * #### Auto-scale read capacity based on actual usage. Scales up/down between min and max units.
167
+ */
168
+ readScaling?: DynamoDbReadScaling;
169
+ }
170
+
171
+ interface DynamoDbWriteScaling {
172
+ /**
173
+ * #### Minimum write units. Capacity never scales below this.
174
+ */
175
+ minUnits: number;
176
+ /**
177
+ * #### Maximum write units. Capacity never scales above this.
178
+ */
179
+ maxUnits: number;
180
+ /**
181
+ * #### Target utilization percentage (e.g., 70). Scales up when usage exceeds this, down when it drops.
182
+ */
183
+ keepUtilizationUnder: number;
184
+ }
185
+
186
+ interface DynamoDbReadScaling {
187
+ /**
188
+ * #### Minimum read units. Capacity never scales below this.
189
+ */
190
+ minUnits: number;
191
+ /**
192
+ * #### Maximum read units. Capacity never scales above this.
193
+ */
194
+ maxUnits: number;
195
+ /**
196
+ * #### Target utilization percentage (e.g., 70). Scales up when usage exceeds this, down when it drops.
197
+ */
198
+ keepUtilizationUnder: number;
199
+ }
200
+
201
+ type DynamoDBTableReferencableParam = 'name' | 'arn' | 'streamArn';
202
+ ```
@@ -0,0 +1,87 @@
1
+ ---
2
+ docType: config-ref
3
+ title: Edge Lambda Function
4
+ resourceType: edge-lambda-function
5
+ tags:
6
+ - edge-lambda-function
7
+ source: types/stacktape-config/edge-lambda-functions.d.ts
8
+ priority: 1
9
+ ---
10
+
11
+ # Edge Lambda Function
12
+
13
+ Lambda function that runs at CDN edge locations for request/response manipulation.
14
+
15
+ Runs on CloudFront events (viewer request, origin request, etc.) to modify headers, rewrite URLs,
16
+ implement A/B testing, or add auth checks at the edge. Referenced from CDN `edgeFunctions` config.
17
+
18
+ Resource type: `edge-lambda-function`
19
+
20
+ ## TypeScript Definition
21
+
22
+ ```typescript
23
+ /**
24
+ * #### Lambda function that runs at CDN edge locations for request/response manipulation.
25
+ *
26
+ * ---
27
+ *
28
+ * Runs on CloudFront events (viewer request, origin request, etc.) to modify headers, rewrite URLs,
29
+ * implement A/B testing, or add auth checks at the edge. Referenced from CDN `edgeFunctions` config.
30
+ */
31
+ interface EdgeLambdaFunction {
32
+ type: 'edge-lambda-function';
33
+ properties: EdgeLambdaFunctionProps;
34
+ overrides?: ResourceOverrides;
35
+ }
36
+
37
+ interface EdgeLambdaFunctionProps {
38
+ /**
39
+ * #### How the function code is packaged and deployed.
40
+ */
41
+ packaging: LambdaPackaging;
42
+ /**
43
+ * #### Lambda runtime. Auto-detected from file extension. Edge functions support Node.js and Python only.
44
+ */
45
+ runtime?:
46
+ | 'nodejs24.x'
47
+ | 'nodejs22.x'
48
+ | 'nodejs20.x'
49
+ | 'nodejs18.x'
50
+ | 'python3.13'
51
+ | 'python3.12'
52
+ | 'python3.11'
53
+ | 'python3.10'
54
+ | 'python3.9'
55
+ | 'python3.8';
56
+ /**
57
+ * #### Memory in MB. Max depends on event type: viewer events = 128 MB, origin events = 10,240 MB.
58
+ * @default 128
59
+ */
60
+ memory?: number;
61
+ /**
62
+ * #### Max execution time in seconds. Viewer events: max 5s. Origin events: max 30s.
63
+ * @default 3
64
+ */
65
+ timeout?: number;
66
+
67
+ /**
68
+ * #### Grant access to other resources in your stack (IAM permissions only — no env vars or VPC access).
69
+ *
70
+ * ---
71
+ *
72
+ * Edge Lambda functions **cannot** use environment variables or connect to VPC resources.
73
+ * `connectTo` only sets up IAM permissions (e.g., S3 bucket access, DynamoDB, SES).
74
+ */
75
+ connectTo?: string[];
76
+ /**
77
+ * #### Custom IAM policy statements for fine-grained AWS permissions beyond what `connectTo` provides.
78
+ */
79
+ iamRoleStatements?: StpIamRoleStatement[];
80
+ /**
81
+ * #### Logging config. Logs are sent to CloudWatch **in the region where the function executed** (not your stack region).
82
+ */
83
+ logging?: LambdaFunctionLogging;
84
+ }
85
+
86
+ type EdgeLambdaFunctionReferencableParam = 'arn';
87
+ ```
@@ -0,0 +1,72 @@
1
+ ---
2
+ docType: config-ref
3
+ title: Efs Filesystem
4
+ resourceType: efs-filesystem
5
+ tags:
6
+ - efs-filesystem
7
+ - efs
8
+ - filesystem
9
+ - persistent-storage
10
+ source: types/stacktape-config/efs-filesystem.d.ts
11
+ priority: 1
12
+ ---
13
+
14
+ # Efs Filesystem
15
+
16
+ Shared file storage that multiple containers can read/write simultaneously.
17
+
18
+ Persistent, elastic (grows/shrinks automatically), and accessible from any container in your stack
19
+ via `volumeMounts`. Use for shared uploads, CMS media, ML model files, or anything that needs to
20
+ survive container restarts. Pay only for storage used (~$0.30/GB/month for standard access).
21
+
22
+ Resource type: `efs-filesystem`
23
+
24
+ ## TypeScript Definition
25
+
26
+ ```typescript
27
+ /**
28
+ * #### Shared file storage that multiple containers can read/write simultaneously.
29
+ *
30
+ * ---
31
+ *
32
+ * Persistent, elastic (grows/shrinks automatically), and accessible from any container in your stack
33
+ * via `volumeMounts`. Use for shared uploads, CMS media, ML model files, or anything that needs to
34
+ * survive container restarts. Pay only for storage used (~$0.30/GB/month for standard access).
35
+ */
36
+ interface EfsFilesystem {
37
+ type: 'efs-filesystem';
38
+ properties?: EfsFilesystemProps;
39
+ overrides?: ResourceOverrides;
40
+ }
41
+
42
+ interface EfsFilesystemProps {
43
+ /**
44
+ * #### Enable daily automatic backups with 35-day retention. Incremental (only changes are copied).
45
+ */
46
+ backupEnabled?: boolean;
47
+
48
+ /**
49
+ * #### How throughput scales with your workload.
50
+ *
51
+ * ---
52
+ *
53
+ * - **`elastic`** (recommended): Auto-scales throughput. Best for spiky workloads (web apps, CI/CD).
54
+ * - **`provisioned`**: Fixed throughput you set via `provisionedThroughputInMibps`. Best for steady high-throughput workloads.
55
+ * - **`bursting`**: Throughput scales with storage size (50 KiB/s per GiB). Can run out of burst credits.
56
+ *
57
+ * @default elastic
58
+ */
59
+ throughputMode?: 'elastic' | 'provisioned' | 'bursting';
60
+
61
+ /**
62
+ * #### Guaranteed throughput in MiB/s. Required when `throughputMode` is `provisioned`.
63
+ *
64
+ * ---
65
+ *
66
+ * E.g., `100` = 100 MiB/s. Additional fees apply based on the provisioned amount. Can be changed anytime.
67
+ */
68
+ provisionedThroughputInMibps?: number;
69
+ }
70
+
71
+ type EfsFilesystemReferencableParam = 'arn';
72
+ ```
@@ -0,0 +1,63 @@
1
+ ---
2
+ docType: config-ref
3
+ title: Event Bus
4
+ resourceType: event-bus
5
+ tags:
6
+ - event-bus
7
+ - eventbridge
8
+ - events
9
+ source: types/stacktape-config/event-buses.d.ts
10
+ priority: 1
11
+ ---
12
+
13
+ # Event Bus
14
+
15
+ Central event bus for decoupling services. Publish events and trigger functions, queues, or batch jobs.
16
+
17
+ Use to build event-driven architectures where producers and consumers are independent.
18
+ Functions, batch jobs, and other resources can subscribe to specific event patterns.
19
+
20
+ Resource type: `event-bus`
21
+
22
+ ## TypeScript Definition
23
+
24
+ ```typescript
25
+ /**
26
+ * #### Central event bus for decoupling services. Publish events and trigger functions, queues, or batch jobs.
27
+ *
28
+ * ---
29
+ *
30
+ * Use to build event-driven architectures where producers and consumers are independent.
31
+ * Functions, batch jobs, and other resources can subscribe to specific event patterns.
32
+ */
33
+ interface EventBus {
34
+ type: 'event-bus';
35
+ properties?: EventBusProps;
36
+ overrides?: ResourceOverrides;
37
+ }
38
+
39
+ interface EventBusProps {
40
+ /**
41
+ * #### Partner event source name. Only needed for receiving events from third-party SaaS integrations.
42
+ */
43
+ eventSourceName?: string;
44
+ /**
45
+ * #### Archive events to store and replay them later. Useful for debugging, testing, or error recovery.
46
+ */
47
+ archivation?: EventBusArchivation;
48
+ }
49
+
50
+ interface EventBusArchivation {
51
+ /**
52
+ * #### Enable event archiving. Disabling deletes the archive.
53
+ * @default false
54
+ */
55
+ enabled: boolean;
56
+ /**
57
+ * #### Days to keep archived events. Omit to keep indefinitely.
58
+ */
59
+ retentionDays?: number;
60
+ }
61
+
62
+ type EventBusReferencableParam = 'arn' | 'archiveArn';
63
+ ```