stacktape 3.2.4 → 3.2.6
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/cloudformation.d.ts +0 -1432
- package/index.d.ts +2 -3
- package/index.js +9 -4
- package/package.json +1 -1
- package/plain.d.ts +0 -64557
- package/types.d.ts +330 -308
package/types.d.ts
CHANGED
|
@@ -1,9 +1,99 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
|
-
// @ts-nocheck
|
|
3
2
|
// Generated file - Do not edit manually
|
|
4
3
|
// Types export for 'stacktape/types'
|
|
5
4
|
// For plain configs using getConfig pattern
|
|
6
5
|
|
|
6
|
+
// ==========================================
|
|
7
|
+
// CLOUDFORMATION TYPE IMPORTS (for overrides/transforms)
|
|
8
|
+
// ==========================================
|
|
9
|
+
|
|
10
|
+
import type {
|
|
11
|
+
AwsApigatewayv2Api,
|
|
12
|
+
AwsApigatewayv2Apimapping,
|
|
13
|
+
AwsApigatewayv2Domainname,
|
|
14
|
+
AwsApigatewayv2Stage,
|
|
15
|
+
AwsApigatewayv2Vpclink,
|
|
16
|
+
AwsApplicationautoscalingScalabletarget,
|
|
17
|
+
AwsAutoscalingAutoscalinggroup,
|
|
18
|
+
AwsAutoscalingWarmpool,
|
|
19
|
+
AwsBatchComputeenvironment,
|
|
20
|
+
AwsBatchJobdefinition,
|
|
21
|
+
AwsBatchJobqueue,
|
|
22
|
+
AwsCloudformationCustomresource,
|
|
23
|
+
AwsCloudfrontCachepolicy,
|
|
24
|
+
AwsCloudfrontCloudfrontoriginaccessidentity,
|
|
25
|
+
AwsCloudfrontDistribution,
|
|
26
|
+
AwsCloudfrontFunction,
|
|
27
|
+
AwsCloudfrontOriginrequestpolicy,
|
|
28
|
+
AwsCodedeployApplication,
|
|
29
|
+
AwsCodedeployDeploymentgroup,
|
|
30
|
+
AwsCognitoUserpool,
|
|
31
|
+
AwsCognitoUserpoolclient,
|
|
32
|
+
AwsCognitoUserpooldomain,
|
|
33
|
+
AwsCognitoUserpoolidentityprovider,
|
|
34
|
+
AwsCognitoUserpooluicustomizationattachment,
|
|
35
|
+
AwsDynamodbGlobaltable,
|
|
36
|
+
AwsEc2Launchtemplate,
|
|
37
|
+
AwsEc2Securitygroup,
|
|
38
|
+
AwsEcsCapacityprovider,
|
|
39
|
+
AwsEcsCluster,
|
|
40
|
+
AwsEcsClustercapacityproviderassociations,
|
|
41
|
+
AwsEcsTaskdefinition,
|
|
42
|
+
AwsEfsAccesspoint,
|
|
43
|
+
AwsEfsFilesystem,
|
|
44
|
+
AwsElasticacheParametergroup,
|
|
45
|
+
AwsElasticacheReplicationgroup,
|
|
46
|
+
AwsElasticacheSubnetgroup,
|
|
47
|
+
AwsElasticloadbalancingv2Listener,
|
|
48
|
+
AwsElasticloadbalancingv2Loadbalancer,
|
|
49
|
+
AwsEventsArchive,
|
|
50
|
+
AwsEventsEventbus,
|
|
51
|
+
AwsIamInstanceprofile,
|
|
52
|
+
AwsIamRole,
|
|
53
|
+
AwsLambdaAlias,
|
|
54
|
+
AwsLambdaEventinvokeconfig,
|
|
55
|
+
AwsLambdaFunction,
|
|
56
|
+
AwsLambdaPermission,
|
|
57
|
+
AwsLambdaUrl,
|
|
58
|
+
AwsLogsLoggroup,
|
|
59
|
+
AwsOpensearchserviceDomain,
|
|
60
|
+
AwsRdsDbcluster,
|
|
61
|
+
AwsRdsDbclusterparametergroup,
|
|
62
|
+
AwsRdsDbinstance,
|
|
63
|
+
AwsRdsDbparametergroup,
|
|
64
|
+
AwsRdsDbsubnetgroup,
|
|
65
|
+
AwsRdsOptiongroup,
|
|
66
|
+
AwsRoute53Recordset,
|
|
67
|
+
AwsS3Bucket,
|
|
68
|
+
AwsS3Bucketpolicy,
|
|
69
|
+
AwsSchedulerSchedule,
|
|
70
|
+
AwsSnsTopic,
|
|
71
|
+
AwsSqsQueue,
|
|
72
|
+
AwsSqsQueuepolicy,
|
|
73
|
+
AwsSsmAssociation,
|
|
74
|
+
AwsSsmDocument,
|
|
75
|
+
AwsStepfunctionsStatemachine,
|
|
76
|
+
AwsWafv2Webaclassociation
|
|
77
|
+
} from './cloudformation';
|
|
78
|
+
|
|
79
|
+
// ==========================================
|
|
80
|
+
// SDK TYPE IMPORTS (for augmented props base types)
|
|
81
|
+
// ==========================================
|
|
82
|
+
|
|
83
|
+
import type {
|
|
84
|
+
WebServiceProps as SdkWebServiceProps,
|
|
85
|
+
PrivateServiceProps as SdkPrivateServiceProps,
|
|
86
|
+
WorkerServiceProps as SdkWorkerServiceProps,
|
|
87
|
+
ContainerWorkloadProps as SdkContainerWorkloadProps,
|
|
88
|
+
LambdaFunctionProps as SdkLambdaFunctionProps,
|
|
89
|
+
BatchJobProps as SdkBatchJobProps,
|
|
90
|
+
StateMachineProps as SdkStateMachineProps,
|
|
91
|
+
NextjsWebProps as SdkNextjsWebProps,
|
|
92
|
+
LocalScriptProps as SdkLocalScriptProps,
|
|
93
|
+
BastionScriptProps as SdkBastionScriptProps,
|
|
94
|
+
LocalScriptWithBastionTunnelingProps as SdkLocalScriptWithBastionTunnelingProps
|
|
95
|
+
} from './plain';
|
|
96
|
+
|
|
7
97
|
// ==========================================
|
|
8
98
|
// PLAIN TYPE RE-EXPORTS
|
|
9
99
|
// ==========================================
|
|
@@ -49,19 +139,6 @@ export type {
|
|
|
49
139
|
ExternalBuildpackCwImagePackagingProps,
|
|
50
140
|
NixpacksCwImagePackagingProps,
|
|
51
141
|
StpBuildpackCwImagePackagingProps,
|
|
52
|
-
HttpApiIntegrationProps,
|
|
53
|
-
S3IntegrationProps,
|
|
54
|
-
ScheduleIntegrationProps,
|
|
55
|
-
SnsIntegrationProps,
|
|
56
|
-
SqsIntegrationProps,
|
|
57
|
-
KinesisIntegrationProps,
|
|
58
|
-
DynamoDbIntegrationProps,
|
|
59
|
-
CloudwatchLogIntegrationProps,
|
|
60
|
-
ApplicationLoadBalancerIntegrationProps,
|
|
61
|
-
EventBusIntegrationProps,
|
|
62
|
-
KafkaTopicIntegrationProps,
|
|
63
|
-
AlarmIntegrationProps,
|
|
64
|
-
IotIntegrationProps,
|
|
65
142
|
CdnLoadBalancerOrigin,
|
|
66
143
|
CdnHttpApiGatewayOrigin,
|
|
67
144
|
CdnLambdaFunctionOrigin,
|
|
@@ -70,19 +147,11 @@ export type {
|
|
|
70
147
|
ManagedRuleGroupProps,
|
|
71
148
|
CustomRuleGroupProps,
|
|
72
149
|
RateBasedStatementProps,
|
|
73
|
-
SqsQueueEventBusIntegrationProps,
|
|
74
|
-
ContainerWorkloadHttpApiIntegrationProps,
|
|
75
|
-
ContainerWorkloadLoadBalancerIntegrationProps,
|
|
76
|
-
ContainerWorkloadNetworkLoadBalancerIntegrationProps,
|
|
77
|
-
ContainerWorkloadInternalIntegrationProps,
|
|
78
|
-
ContainerWorkloadServiceConnectIntegrationProps,
|
|
79
150
|
HttpEndpointLogForwardingProps,
|
|
80
151
|
HighlightLogForwardingProps,
|
|
81
152
|
DatadogLogForwardingProps,
|
|
82
153
|
ExpirationProps,
|
|
83
154
|
NonCurrentVersionExpirationProps,
|
|
84
|
-
ContainerEfsMountProps,
|
|
85
|
-
LambdaEfsMountProps,
|
|
86
155
|
CognitoAuthorizerProperties,
|
|
87
156
|
LambdaAuthorizerProperties,
|
|
88
157
|
ApplicationLoadBalancerCustomTriggerProps,
|
|
@@ -97,7 +166,6 @@ export type {
|
|
|
97
166
|
RelationalDatabaseFreeMemoryTriggerProps,
|
|
98
167
|
RelationalDatabaseConnectionCountTriggerProps,
|
|
99
168
|
SqsQueueReceivedMessagesCountTriggerProps,
|
|
100
|
-
SqsQueueNotEmptyTrigger,
|
|
101
169
|
LambdaErrorRateTriggerProps,
|
|
102
170
|
LambdaDurationTriggerProps,
|
|
103
171
|
CustomResourceDefinitionProps,
|
|
@@ -108,15 +176,52 @@ export type {
|
|
|
108
176
|
StpIamRoleStatement
|
|
109
177
|
} from './plain';
|
|
110
178
|
|
|
179
|
+
// ==========================================
|
|
180
|
+
// PROPS TYPE ALIASES
|
|
181
|
+
// These map expected *Props type names to actual generated types
|
|
182
|
+
// ==========================================
|
|
183
|
+
|
|
184
|
+
// Props type aliases extracting 'properties' from discriminated unions
|
|
185
|
+
export type HttpApiIntegrationProps = import('./plain').HttpApiIntegration['properties'];
|
|
186
|
+
export type S3IntegrationProps = import('./plain').S3Integration['properties'];
|
|
187
|
+
export type ScheduleIntegrationProps = import('./plain').ScheduleIntegration['properties'];
|
|
188
|
+
export type SnsIntegrationProps = import('./plain').SnsIntegration['properties'];
|
|
189
|
+
export type SqsIntegrationProps = import('./plain').SqsIntegration['properties'];
|
|
190
|
+
export type KinesisIntegrationProps = import('./plain').KinesisIntegration['properties'];
|
|
191
|
+
export type DynamoDbIntegrationProps = import('./plain').DynamoDbIntegration['properties'];
|
|
192
|
+
export type CloudwatchLogIntegrationProps = import('./plain').CloudwatchLogIntegration['properties'];
|
|
193
|
+
export type ApplicationLoadBalancerIntegrationProps = import('./plain').ApplicationLoadBalancerIntegration['properties'];
|
|
194
|
+
export type EventBusIntegrationProps = import('./plain').EventBusIntegration['properties'];
|
|
195
|
+
export type KafkaTopicIntegrationProps = import('./plain').KafkaTopicIntegration['properties'];
|
|
196
|
+
export type AlarmIntegrationProps = import('./plain').AlarmIntegration['properties'];
|
|
197
|
+
export type SqsQueueEventBusIntegrationProps = import('./plain').SqsQueueEventBusIntegration['properties'];
|
|
198
|
+
export type ContainerWorkloadHttpApiIntegrationProps = import('./plain').ContainerWorkloadHttpApiIntegration['properties'];
|
|
199
|
+
export type ContainerWorkloadLoadBalancerIntegrationProps = import('./plain').ContainerWorkloadLoadBalancerIntegration['properties'];
|
|
200
|
+
export type ContainerWorkloadNetworkLoadBalancerIntegrationProps = import('./plain').ContainerWorkloadNetworkLoadBalancerIntegration['properties'];
|
|
201
|
+
export type ContainerWorkloadInternalIntegrationProps = import('./plain').ContainerWorkloadInternalIntegration['properties'];
|
|
202
|
+
export type ContainerWorkloadServiceConnectIntegrationProps = import('./plain').ContainerWorkloadServiceConnectIntegration['properties'];
|
|
203
|
+
|
|
204
|
+
// Direct type aliases
|
|
205
|
+
export type ContainerEfsMountProps = import('./plain').ContainerEfsMount;
|
|
206
|
+
export type LambdaEfsMountProps = import('./plain').LambdaEfsMount;
|
|
207
|
+
|
|
208
|
+
// Placeholder types for missing types
|
|
209
|
+
export type IotIntegrationProps = Record<string, unknown>;
|
|
210
|
+
|
|
211
|
+
// ==========================================
|
|
212
|
+
// ADDITIONAL TYPE DEFINITIONS
|
|
213
|
+
// ==========================================
|
|
214
|
+
|
|
215
|
+
/**
|
|
216
|
+
* CLI arguments passed to the getConfig function.
|
|
217
|
+
* Contains any additional arguments passed via --arg flag.
|
|
218
|
+
*/
|
|
219
|
+
export type StacktapeArgs = Record<string, string | number | boolean>;
|
|
220
|
+
|
|
111
221
|
// ==========================================
|
|
112
222
|
// CONFIG TYPES
|
|
113
223
|
// ==========================================
|
|
114
224
|
|
|
115
|
-
declare const getTransformsSymbol: unique symbol;
|
|
116
|
-
declare const setResourceNameSymbol: unique symbol;
|
|
117
|
-
declare const resourceParamRefSymbol: unique symbol;
|
|
118
|
-
declare const baseTypePropertiesSymbol: unique symbol;
|
|
119
|
-
declare const alarmSymbol: unique symbol;
|
|
120
225
|
/**
|
|
121
226
|
* A reference to a resource parameter that will be resolved at runtime.
|
|
122
227
|
* Stores a reference to the resource for lazy name resolution.
|
|
@@ -161,185 +266,101 @@ export {};
|
|
|
161
266
|
// ==========================================
|
|
162
267
|
// BASE CLASSES AND UTILITIES
|
|
163
268
|
// ==========================================
|
|
164
|
-
declare const getParamReferenceSymbol: unique symbol;
|
|
165
269
|
|
|
166
|
-
|
|
270
|
+
/**
|
|
271
|
+
* Parameters passed to the getConfig/defineConfig function.
|
|
272
|
+
*/
|
|
273
|
+
export type GetConfigParams = {
|
|
274
|
+
/** Project name used for this operation */
|
|
275
|
+
projectName: string;
|
|
276
|
+
/** Stage ("environment") used for this operation */
|
|
277
|
+
stage: string;
|
|
278
|
+
/** AWS region used for this operation */
|
|
279
|
+
region: string;
|
|
280
|
+
/** List of arguments passed to the operation */
|
|
281
|
+
cliArgs: StacktapeArgs;
|
|
282
|
+
/** Stacktape command used to perform this operation */
|
|
283
|
+
command: string;
|
|
284
|
+
/** Locally-configured AWS profile used to execute the operation */
|
|
285
|
+
profile: string | undefined;
|
|
286
|
+
};
|
|
167
287
|
|
|
288
|
+
declare const getParamReferenceSymbol: unique symbol;
|
|
289
|
+
declare const getTypeSymbol: unique symbol;
|
|
168
290
|
declare const getPropertiesSymbol: unique symbol;
|
|
169
|
-
|
|
170
291
|
declare const getOverridesSymbol: unique symbol;
|
|
292
|
+
declare const getTransformsSymbol: unique symbol;
|
|
293
|
+
declare const setResourceNameSymbol: unique symbol;
|
|
294
|
+
declare const resourceParamRefSymbol: unique symbol;
|
|
295
|
+
declare const baseTypePropertiesSymbol: unique symbol;
|
|
296
|
+
declare const alarmSymbol: unique symbol;
|
|
171
297
|
|
|
172
298
|
/**
|
|
173
299
|
* A reference to a resource parameter that will be resolved at runtime.
|
|
174
300
|
* Stores a reference to the resource for lazy name resolution.
|
|
175
301
|
*/
|
|
176
302
|
export declare class ResourceParamReference {
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
303
|
+
private __resource;
|
|
304
|
+
private __param;
|
|
305
|
+
readonly [resourceParamRefSymbol]: true;
|
|
306
|
+
constructor(resource: BaseResource, param: string);
|
|
307
|
+
toString(): string;
|
|
308
|
+
toJSON(): string;
|
|
309
|
+
valueOf(): string;
|
|
184
310
|
}
|
|
185
311
|
|
|
186
|
-
/**
|
|
187
|
-
* A reference to a resource parameter that will be resolved at runtime.
|
|
188
|
-
* Stores a reference to the resource for lazy name resolution.
|
|
189
|
-
*/
|
|
190
|
-
export declare class ResourceParamReference {
|
|
191
|
-
private __resource;
|
|
192
|
-
private __param;
|
|
193
|
-
readonly [resourceParamRefSymbol] = true;
|
|
194
|
-
constructor(resource: BaseResource, param: string);
|
|
195
|
-
toString(): string;
|
|
196
|
-
toJSON(): string;
|
|
197
|
-
valueOf(): string;
|
|
198
|
-
}
|
|
199
312
|
/**
|
|
200
313
|
* Base class for type/properties structures (engines, packaging, events, etc.)
|
|
201
314
|
*/
|
|
202
315
|
export declare class BaseTypeProperties {
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
316
|
+
readonly type: string;
|
|
317
|
+
readonly properties: any;
|
|
318
|
+
readonly [baseTypePropertiesSymbol]: true;
|
|
319
|
+
constructor(type: string, properties: any);
|
|
207
320
|
}
|
|
208
321
|
|
|
209
|
-
/**
|
|
210
|
-
* A reference to a resource parameter that will be resolved at runtime.
|
|
211
|
-
* Stores a reference to the resource for lazy name resolution.
|
|
212
|
-
*/
|
|
213
|
-
export declare class ResourceParamReference {
|
|
214
|
-
private __resource;
|
|
215
|
-
private __param;
|
|
216
|
-
readonly [resourceParamRefSymbol] = true;
|
|
217
|
-
constructor(resource: BaseResource, param: string);
|
|
218
|
-
toString(): string;
|
|
219
|
-
toJSON(): string;
|
|
220
|
-
valueOf(): string;
|
|
221
|
-
}
|
|
222
|
-
/**
|
|
223
|
-
* Base class for type/properties structures (engines, packaging, events, etc.)
|
|
224
|
-
*/
|
|
225
|
-
export declare class BaseTypeProperties {
|
|
226
|
-
readonly type: string;
|
|
227
|
-
readonly properties: any;
|
|
228
|
-
readonly [baseTypePropertiesSymbol] = true;
|
|
229
|
-
constructor(type: string, properties: any);
|
|
230
|
-
}
|
|
231
322
|
/**
|
|
232
323
|
* Base class for type-only structures (no properties field, just type discriminator)
|
|
233
324
|
*/
|
|
234
325
|
export declare class BaseTypeOnly {
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
326
|
+
readonly type: string;
|
|
327
|
+
readonly [baseTypePropertiesSymbol]: true;
|
|
328
|
+
constructor(type: string);
|
|
238
329
|
}
|
|
239
330
|
|
|
240
|
-
/**
|
|
241
|
-
* Base class for type-only structures (no properties field, just type discriminator)
|
|
242
|
-
*/
|
|
243
|
-
export declare class BaseTypeOnly {
|
|
244
|
-
readonly type: string;
|
|
245
|
-
readonly [baseTypePropertiesSymbol] = true;
|
|
246
|
-
constructor(type: string);
|
|
247
|
-
}
|
|
248
331
|
/**
|
|
249
332
|
* Defines a CloudWatch alarm that monitors a metric and triggers notifications when thresholds are breached.
|
|
250
|
-
*
|
|
251
|
-
* Alarms can be attached to resources like Lambda functions, databases, load balancers, SQS queues, and HTTP API Gateways.
|
|
252
|
-
* When the alarm condition is met (e.g., error rate exceeds 5%), notifications are sent to configured targets (Slack, email, MS Teams).
|
|
253
|
-
*
|
|
254
|
-
* @example
|
|
255
|
-
* ```ts
|
|
256
|
-
* new Alarm({
|
|
257
|
-
* trigger: new LambdaErrorRateTrigger({ thresholdPercent: 5 }),
|
|
258
|
-
* evaluation: { period: 60, evaluationPeriods: 3, breachedPeriods: 2 },
|
|
259
|
-
* notificationTargets: [{ slack: { url: $Secret('slack-webhook-url') } }],
|
|
260
|
-
* description: 'Lambda error rate exceeded 5%'
|
|
261
|
-
* })
|
|
262
|
-
* ```
|
|
263
333
|
*/
|
|
264
334
|
export declare class Alarm {
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
trigger: any;
|
|
272
|
-
evaluation?: any;
|
|
273
|
-
notificationTargets?: any[];
|
|
274
|
-
description?: string;
|
|
275
|
-
});
|
|
335
|
+
readonly trigger: any;
|
|
336
|
+
readonly evaluation?: any;
|
|
337
|
+
readonly notificationTargets?: import('./plain').AlarmUserIntegration[];
|
|
338
|
+
readonly description?: string;
|
|
339
|
+
readonly [alarmSymbol]: true;
|
|
340
|
+
constructor(props: { trigger: any; evaluation?: any; notificationTargets?: import('./plain').AlarmUserIntegration[]; description?: string });
|
|
276
341
|
}
|
|
277
342
|
|
|
278
343
|
/**
|
|
279
344
|
* Base resource class that provides common functionality
|
|
280
345
|
*/
|
|
281
346
|
export declare class BaseResource {
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
* Called by transformConfigWithResources.
|
|
298
|
-
*/
|
|
299
|
-
[setResourceNameSymbol](name: string): void;
|
|
300
|
-
[getParamReferenceSymbol](paramName: string): ResourceParamReference;
|
|
301
|
-
[getTypeSymbol](): string;
|
|
302
|
-
[getPropertiesSymbol](): any;
|
|
303
|
-
[getOverridesSymbol](): any | undefined;
|
|
304
|
-
[getTransformsSymbol](): any | undefined;
|
|
347
|
+
private readonly _type;
|
|
348
|
+
private _properties;
|
|
349
|
+
private _overrides?;
|
|
350
|
+
private _transforms?;
|
|
351
|
+
private _resourceName;
|
|
352
|
+
private _explicitName;
|
|
353
|
+
constructor(name: string | undefined, type: string, properties: any, overrides?: any);
|
|
354
|
+
private _processOverridesAndTransforms;
|
|
355
|
+
get resourceName(): string;
|
|
356
|
+
[setResourceNameSymbol](name: string): void;
|
|
357
|
+
[getParamReferenceSymbol](paramName: string): ResourceParamReference;
|
|
358
|
+
[getTypeSymbol](): string;
|
|
359
|
+
[getPropertiesSymbol](): any;
|
|
360
|
+
[getOverridesSymbol](): any | undefined;
|
|
361
|
+
[getTransformsSymbol](): any | undefined;
|
|
305
362
|
}
|
|
306
363
|
|
|
307
|
-
export type GetConfigParams = {
|
|
308
|
-
/**
|
|
309
|
-
* Project name used for this operation
|
|
310
|
-
*/
|
|
311
|
-
projectName: string;
|
|
312
|
-
/**
|
|
313
|
-
* Stage ("environment") used for this operation
|
|
314
|
-
*/
|
|
315
|
-
stage: string;
|
|
316
|
-
/**
|
|
317
|
-
* AWS region used for this operation
|
|
318
|
-
* The list of available regions is available at https://www.aws-services.info/regions.html
|
|
319
|
-
*/
|
|
320
|
-
region: string;
|
|
321
|
-
/**
|
|
322
|
-
* List of arguments passed to the operation
|
|
323
|
-
*/
|
|
324
|
-
cliArgs: StacktapeArgs;
|
|
325
|
-
/**
|
|
326
|
-
* Stacktape command used to perform this operation (can be either deploy, codebuild:deploy, delete, etc.)
|
|
327
|
-
*/
|
|
328
|
-
command: string;
|
|
329
|
-
/**
|
|
330
|
-
* Locally-configured AWS profile used to execute the operation.
|
|
331
|
-
* Doesn't apply if you have your AWS account connected in "automatic" mode.
|
|
332
|
-
*/
|
|
333
|
-
awsProfile: string;
|
|
334
|
-
/**
|
|
335
|
-
* Information about the user performing the stack operation
|
|
336
|
-
*/
|
|
337
|
-
user: {
|
|
338
|
-
id: string;
|
|
339
|
-
name: string;
|
|
340
|
-
email: string;
|
|
341
|
-
};
|
|
342
|
-
}
|
|
343
364
|
|
|
344
365
|
// ==========================================
|
|
345
366
|
// AUGMENTED PROPS TYPES
|
|
@@ -349,8 +370,8 @@ export type GetConfigParams = {
|
|
|
349
370
|
type WebServiceConnectTo = RelationalDatabase | Bucket | HostingBucket | DynamoDbTable | EventBus | RedisCluster | MongoDbAtlasCluster | UpstashRedis | SqsQueue | SnsTopic | OpenSearchDomain | EfsFilesystem | PrivateService | GlobalAwsServiceConstant;
|
|
350
371
|
type PrivateServiceConnectTo = RelationalDatabase | Bucket | HostingBucket | DynamoDbTable | EventBus | RedisCluster | MongoDbAtlasCluster | UpstashRedis | SqsQueue | SnsTopic | OpenSearchDomain | EfsFilesystem | GlobalAwsServiceConstant;
|
|
351
372
|
type WorkerServiceConnectTo = RelationalDatabase | Bucket | HostingBucket | DynamoDbTable | EventBus | RedisCluster | MongoDbAtlasCluster | UpstashRedis | SqsQueue | SnsTopic | OpenSearchDomain | EfsFilesystem | GlobalAwsServiceConstant;
|
|
352
|
-
type MultiContainerWorkloadConnectTo = RelationalDatabase | Bucket | HostingBucket | DynamoDbTable | EventBus | RedisCluster | MongoDbAtlasCluster | UpstashRedis | SqsQueue | SnsTopic | OpenSearchDomain | EfsFilesystem | LambdaFunction | GlobalAwsServiceConstant;
|
|
353
|
-
type LambdaFunctionConnectTo = RelationalDatabase | Bucket | HostingBucket | DynamoDbTable | EventBus | RedisCluster | MongoDbAtlasCluster | UpstashRedis | SqsQueue | SnsTopic | OpenSearchDomain | EfsFilesystem | PrivateService | WebService | GlobalAwsServiceConstant;
|
|
373
|
+
type MultiContainerWorkloadConnectTo = RelationalDatabase | Bucket | HostingBucket | DynamoDbTable | EventBus | RedisCluster | MongoDbAtlasCluster | UpstashRedis | SqsQueue | SnsTopic | OpenSearchDomain | EfsFilesystem | LambdaFunction | BatchJob | UserAuthPool | GlobalAwsServiceConstant;
|
|
374
|
+
type LambdaFunctionConnectTo = RelationalDatabase | Bucket | HostingBucket | DynamoDbTable | EventBus | RedisCluster | MongoDbAtlasCluster | UpstashRedis | SqsQueue | SnsTopic | OpenSearchDomain | EfsFilesystem | PrivateService | WebService | LambdaFunction | BatchJob | UserAuthPool | GlobalAwsServiceConstant;
|
|
354
375
|
type BatchJobConnectTo = RelationalDatabase | Bucket | HostingBucket | DynamoDbTable | EventBus | RedisCluster | MongoDbAtlasCluster | UpstashRedis | SqsQueue | SnsTopic | OpenSearchDomain | EfsFilesystem | GlobalAwsServiceConstant;
|
|
355
376
|
type StateMachineConnectTo = Function | BatchJob | GlobalAwsServiceConstant;
|
|
356
377
|
type NextjsWebConnectTo = RelationalDatabase | Bucket | HostingBucket | DynamoDbTable | EventBus | RedisCluster | MongoDbAtlasCluster | UpstashRedis | SqsQueue | SnsTopic | OpenSearchDomain | EfsFilesystem | PrivateService | WebService | LambdaFunction | BatchJob | UserAuthPool | GlobalAwsServiceConstant;
|
|
@@ -361,7 +382,7 @@ type ScriptConnectTo = RelationalDatabase | Bucket | HostingBucket | DynamoDbTab
|
|
|
361
382
|
* Container configuration with object-style environment variables.
|
|
362
383
|
* Environment is specified as { KEY: 'value' } for better developer experience.
|
|
363
384
|
*/
|
|
364
|
-
export type ContainerWithObjectEnv = Omit<import('./
|
|
385
|
+
export type ContainerWithObjectEnv = Omit<import('./plain').ContainerWorkloadContainer, 'environment'> & {
|
|
365
386
|
/**
|
|
366
387
|
* Environment variables to inject into the container.
|
|
367
388
|
* Specified as key-value pairs: { PORT: '3000', NODE_ENV: 'production' }
|
|
@@ -373,7 +394,7 @@ export type ContainerWithObjectEnv = Omit<import('./sdk').ContainerWorkloadConta
|
|
|
373
394
|
* Batch job container configuration with object-style environment variables.
|
|
374
395
|
* Environment is specified as { KEY: 'value' } for better developer experience.
|
|
375
396
|
*/
|
|
376
|
-
export type BatchJobContainerWithObjectEnv = Omit<import('./
|
|
397
|
+
export type BatchJobContainerWithObjectEnv = Omit<import('./plain').BatchJobContainer, 'environment'> & {
|
|
377
398
|
/**
|
|
378
399
|
* Environment variables to inject into the batch job container.
|
|
379
400
|
* Specified as key-value pairs: { PORT: '3000', NODE_ENV: 'production' }
|
|
@@ -625,7 +646,7 @@ export type LocalScriptWithBastionTunnelingProps = Omit<SdkLocalScriptWithBastio
|
|
|
625
646
|
|
|
626
647
|
// WithOverrides types for resources without connectTo augmentation
|
|
627
648
|
|
|
628
|
-
export type RelationalDatabasePropsWithOverrides = RelationalDatabaseProps & {
|
|
649
|
+
export type RelationalDatabasePropsWithOverrides = import('./plain').RelationalDatabaseProps & {
|
|
629
650
|
/**
|
|
630
651
|
* Override properties of underlying CloudFormation resources.
|
|
631
652
|
* Allows fine-grained control over the generated infrastructure.
|
|
@@ -639,7 +660,7 @@ export type RelationalDatabasePropsWithOverrides = RelationalDatabaseProps & {
|
|
|
639
660
|
transforms?: RelationalDatabaseTransforms;
|
|
640
661
|
};
|
|
641
662
|
|
|
642
|
-
export type BucketPropsWithOverrides = BucketProps & {
|
|
663
|
+
export type BucketPropsWithOverrides = import('./plain').BucketProps & {
|
|
643
664
|
/**
|
|
644
665
|
* Override properties of underlying CloudFormation resources.
|
|
645
666
|
* Allows fine-grained control over the generated infrastructure.
|
|
@@ -653,7 +674,7 @@ export type BucketPropsWithOverrides = BucketProps & {
|
|
|
653
674
|
transforms?: BucketTransforms;
|
|
654
675
|
};
|
|
655
676
|
|
|
656
|
-
export type HostingBucketPropsWithOverrides = Omit<HostingBucketProps, 'injectEnvironment'> & {
|
|
677
|
+
export type HostingBucketPropsWithOverrides = Omit<import('./plain').HostingBucketProps, 'injectEnvironment'> & {
|
|
657
678
|
/**
|
|
658
679
|
* Injects referenced parameters into all HTML files in the uploadDirectoryPath.
|
|
659
680
|
* These parameters can be accessed by any JavaScript script using window.STP_INJECTED_ENV.VARIABLE_NAME.
|
|
@@ -673,7 +694,7 @@ export type HostingBucketPropsWithOverrides = Omit<HostingBucketProps, 'injectEn
|
|
|
673
694
|
transforms?: HostingBucketTransforms;
|
|
674
695
|
};
|
|
675
696
|
|
|
676
|
-
export type DynamoDbTablePropsWithOverrides = DynamoDbTableProps & {
|
|
697
|
+
export type DynamoDbTablePropsWithOverrides = import('./plain').DynamoDbTableProps & {
|
|
677
698
|
/**
|
|
678
699
|
* Override properties of underlying CloudFormation resources.
|
|
679
700
|
* Allows fine-grained control over the generated infrastructure.
|
|
@@ -687,7 +708,7 @@ export type DynamoDbTablePropsWithOverrides = DynamoDbTableProps & {
|
|
|
687
708
|
transforms?: DynamoDbTableTransforms;
|
|
688
709
|
};
|
|
689
710
|
|
|
690
|
-
export type EventBusPropsWithOverrides = EventBusProps & {
|
|
711
|
+
export type EventBusPropsWithOverrides = import('./plain').EventBusProps & {
|
|
691
712
|
/**
|
|
692
713
|
* Override properties of underlying CloudFormation resources.
|
|
693
714
|
* Allows fine-grained control over the generated infrastructure.
|
|
@@ -701,7 +722,7 @@ export type EventBusPropsWithOverrides = EventBusProps & {
|
|
|
701
722
|
transforms?: EventBusTransforms;
|
|
702
723
|
};
|
|
703
724
|
|
|
704
|
-
export type HttpApiGatewayPropsWithOverrides = HttpApiGatewayProps & {
|
|
725
|
+
export type HttpApiGatewayPropsWithOverrides = import('./plain').HttpApiGatewayProps & {
|
|
705
726
|
/**
|
|
706
727
|
* Override properties of underlying CloudFormation resources.
|
|
707
728
|
* Allows fine-grained control over the generated infrastructure.
|
|
@@ -715,7 +736,7 @@ export type HttpApiGatewayPropsWithOverrides = HttpApiGatewayProps & {
|
|
|
715
736
|
transforms?: HttpApiGatewayTransforms;
|
|
716
737
|
};
|
|
717
738
|
|
|
718
|
-
export type ApplicationLoadBalancerPropsWithOverrides = ApplicationLoadBalancerProps & {
|
|
739
|
+
export type ApplicationLoadBalancerPropsWithOverrides = import('./plain').ApplicationLoadBalancerProps & {
|
|
719
740
|
/**
|
|
720
741
|
* Override properties of underlying CloudFormation resources.
|
|
721
742
|
* Allows fine-grained control over the generated infrastructure.
|
|
@@ -729,7 +750,7 @@ export type ApplicationLoadBalancerPropsWithOverrides = ApplicationLoadBalancerP
|
|
|
729
750
|
transforms?: ApplicationLoadBalancerTransforms;
|
|
730
751
|
};
|
|
731
752
|
|
|
732
|
-
export type NetworkLoadBalancerPropsWithOverrides = NetworkLoadBalancerProps & {
|
|
753
|
+
export type NetworkLoadBalancerPropsWithOverrides = import('./plain').NetworkLoadBalancerProps & {
|
|
733
754
|
/**
|
|
734
755
|
* Override properties of underlying CloudFormation resources.
|
|
735
756
|
* Allows fine-grained control over the generated infrastructure.
|
|
@@ -743,7 +764,7 @@ export type NetworkLoadBalancerPropsWithOverrides = NetworkLoadBalancerProps & {
|
|
|
743
764
|
transforms?: NetworkLoadBalancerTransforms;
|
|
744
765
|
};
|
|
745
766
|
|
|
746
|
-
export type RedisClusterPropsWithOverrides = RedisClusterProps & {
|
|
767
|
+
export type RedisClusterPropsWithOverrides = import('./plain').RedisClusterProps & {
|
|
747
768
|
/**
|
|
748
769
|
* Override properties of underlying CloudFormation resources.
|
|
749
770
|
* Allows fine-grained control over the generated infrastructure.
|
|
@@ -757,7 +778,7 @@ export type RedisClusterPropsWithOverrides = RedisClusterProps & {
|
|
|
757
778
|
transforms?: RedisClusterTransforms;
|
|
758
779
|
};
|
|
759
780
|
|
|
760
|
-
export type UserAuthPoolPropsWithOverrides = UserAuthPoolProps & {
|
|
781
|
+
export type UserAuthPoolPropsWithOverrides = import('./plain').UserAuthPoolProps & {
|
|
761
782
|
/**
|
|
762
783
|
* Override properties of underlying CloudFormation resources.
|
|
763
784
|
* Allows fine-grained control over the generated infrastructure.
|
|
@@ -771,7 +792,7 @@ export type UserAuthPoolPropsWithOverrides = UserAuthPoolProps & {
|
|
|
771
792
|
transforms?: UserAuthPoolTransforms;
|
|
772
793
|
};
|
|
773
794
|
|
|
774
|
-
export type SqsQueuePropsWithOverrides = SqsQueueProps & {
|
|
795
|
+
export type SqsQueuePropsWithOverrides = import('./plain').SqsQueueProps & {
|
|
775
796
|
/**
|
|
776
797
|
* Override properties of underlying CloudFormation resources.
|
|
777
798
|
* Allows fine-grained control over the generated infrastructure.
|
|
@@ -785,7 +806,7 @@ export type SqsQueuePropsWithOverrides = SqsQueueProps & {
|
|
|
785
806
|
transforms?: SqsQueueTransforms;
|
|
786
807
|
};
|
|
787
808
|
|
|
788
|
-
export type SnsTopicPropsWithOverrides = SnsTopicProps & {
|
|
809
|
+
export type SnsTopicPropsWithOverrides = import('./plain').SnsTopicProps & {
|
|
789
810
|
/**
|
|
790
811
|
* Override properties of underlying CloudFormation resources.
|
|
791
812
|
* Allows fine-grained control over the generated infrastructure.
|
|
@@ -799,7 +820,7 @@ export type SnsTopicPropsWithOverrides = SnsTopicProps & {
|
|
|
799
820
|
transforms?: SnsTopicTransforms;
|
|
800
821
|
};
|
|
801
822
|
|
|
802
|
-
export type WebAppFirewallPropsWithOverrides = WebAppFirewallProps & {
|
|
823
|
+
export type WebAppFirewallPropsWithOverrides = import('./plain').WebAppFirewallProps & {
|
|
803
824
|
/**
|
|
804
825
|
* Override properties of underlying CloudFormation resources.
|
|
805
826
|
* Allows fine-grained control over the generated infrastructure.
|
|
@@ -813,7 +834,7 @@ export type WebAppFirewallPropsWithOverrides = WebAppFirewallProps & {
|
|
|
813
834
|
transforms?: WebAppFirewallTransforms;
|
|
814
835
|
};
|
|
815
836
|
|
|
816
|
-
export type OpenSearchDomainPropsWithOverrides = OpenSearchDomainProps & {
|
|
837
|
+
export type OpenSearchDomainPropsWithOverrides = import('./plain').OpenSearchDomainProps & {
|
|
817
838
|
/**
|
|
818
839
|
* Override properties of underlying CloudFormation resources.
|
|
819
840
|
* Allows fine-grained control over the generated infrastructure.
|
|
@@ -827,7 +848,7 @@ export type OpenSearchDomainPropsWithOverrides = OpenSearchDomainProps & {
|
|
|
827
848
|
transforms?: OpenSearchDomainTransforms;
|
|
828
849
|
};
|
|
829
850
|
|
|
830
|
-
export type EfsFilesystemPropsWithOverrides = EfsFilesystemProps & {
|
|
851
|
+
export type EfsFilesystemPropsWithOverrides = import('./plain').EfsFilesystemProps & {
|
|
831
852
|
/**
|
|
832
853
|
* Override properties of underlying CloudFormation resources.
|
|
833
854
|
* Allows fine-grained control over the generated infrastructure.
|
|
@@ -841,7 +862,7 @@ export type EfsFilesystemPropsWithOverrides = EfsFilesystemProps & {
|
|
|
841
862
|
transforms?: EfsFilesystemTransforms;
|
|
842
863
|
};
|
|
843
864
|
|
|
844
|
-
export type BastionPropsWithOverrides = BastionProps & {
|
|
865
|
+
export type BastionPropsWithOverrides = import('./plain').BastionProps & {
|
|
845
866
|
/**
|
|
846
867
|
* Override properties of underlying CloudFormation resources.
|
|
847
868
|
* Allows fine-grained control over the generated infrastructure.
|
|
@@ -870,8 +891,8 @@ export type RelationalDatabaseOverrides = {
|
|
|
870
891
|
dbInstance?: Partial<AwsRdsDbinstance>;
|
|
871
892
|
dbOptionGroup?: Partial<AwsRdsOptiongroup>;
|
|
872
893
|
dbInstanceParameterGroup?: Partial<AwsRdsDbparametergroup>;
|
|
873
|
-
|
|
874
|
-
[key: string]:
|
|
894
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
895
|
+
[key: string]: Record<string, unknown> | undefined;
|
|
875
896
|
};
|
|
876
897
|
|
|
877
898
|
export type WebServiceOverrides = {
|
|
@@ -916,8 +937,8 @@ export type WebServiceOverrides = {
|
|
|
916
937
|
cloudfrontCustomOriginRequestPolicy?: Partial<AwsCloudfrontOriginrequestpolicy>;
|
|
917
938
|
cloudfrontDefaultOriginRequestPolicy?: Partial<AwsCloudfrontOriginrequestpolicy>;
|
|
918
939
|
cloudfrontDistribution?: Partial<AwsCloudfrontDistribution>;
|
|
919
|
-
|
|
920
|
-
[key: string]:
|
|
940
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
941
|
+
[key: string]: Record<string, unknown> | undefined;
|
|
921
942
|
};
|
|
922
943
|
|
|
923
944
|
export type PrivateServiceOverrides = {
|
|
@@ -946,8 +967,8 @@ export type PrivateServiceOverrides = {
|
|
|
946
967
|
listener?: Partial<AwsElasticloadbalancingv2Listener>;
|
|
947
968
|
customResourceDefaultDomain?: Partial<AwsCloudformationCustomresource>;
|
|
948
969
|
dnsRecord?: Partial<AwsRoute53Recordset>;
|
|
949
|
-
|
|
950
|
-
[key: string]:
|
|
970
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
971
|
+
[key: string]: Record<string, unknown> | undefined;
|
|
951
972
|
};
|
|
952
973
|
|
|
953
974
|
export type WorkerServiceOverrides = {
|
|
@@ -971,8 +992,8 @@ export type WorkerServiceOverrides = {
|
|
|
971
992
|
ecsCodeDeployApp?: Partial<AwsCodedeployApplication>;
|
|
972
993
|
codeDeployDeploymentGroup?: Partial<AwsCodedeployDeploymentgroup>;
|
|
973
994
|
efsAccessPoint?: Partial<AwsEfsAccesspoint>;
|
|
974
|
-
|
|
975
|
-
[key: string]:
|
|
995
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
996
|
+
[key: string]: Record<string, unknown> | undefined;
|
|
976
997
|
};
|
|
977
998
|
|
|
978
999
|
export type MultiContainerWorkloadOverrides = {
|
|
@@ -996,8 +1017,8 @@ export type MultiContainerWorkloadOverrides = {
|
|
|
996
1017
|
ecsTaskRole?: Partial<AwsIamRole>;
|
|
997
1018
|
ecsTaskDefinition?: Partial<AwsEcsTaskdefinition>;
|
|
998
1019
|
efsAccessPoint?: Partial<AwsEfsAccesspoint>;
|
|
999
|
-
|
|
1000
|
-
[key: string]:
|
|
1020
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1021
|
+
[key: string]: Record<string, unknown> | undefined;
|
|
1001
1022
|
};
|
|
1002
1023
|
|
|
1003
1024
|
export type LambdaFunctionOverrides = {
|
|
@@ -1018,8 +1039,8 @@ export type LambdaFunctionOverrides = {
|
|
|
1018
1039
|
cloudfrontDefaultOriginRequestPolicy?: Partial<AwsCloudfrontOriginrequestpolicy>;
|
|
1019
1040
|
customResourceDefaultDomain?: Partial<AwsCloudformationCustomresource>;
|
|
1020
1041
|
dnsRecord?: Partial<AwsRoute53Recordset>;
|
|
1021
|
-
|
|
1022
|
-
[key: string]:
|
|
1042
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1043
|
+
[key: string]: Record<string, unknown> | undefined;
|
|
1023
1044
|
};
|
|
1024
1045
|
|
|
1025
1046
|
export type BatchJobOverrides = {
|
|
@@ -1036,8 +1057,8 @@ export type BatchJobOverrides = {
|
|
|
1036
1057
|
batchStateMachine?: Partial<AwsStepfunctionsStatemachine>;
|
|
1037
1058
|
batchJobLogGroup?: Partial<AwsLogsLoggroup>;
|
|
1038
1059
|
batchJobExecutionRole?: Partial<AwsIamRole>;
|
|
1039
|
-
|
|
1040
|
-
[key: string]:
|
|
1060
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1061
|
+
[key: string]: Record<string, unknown> | undefined;
|
|
1041
1062
|
};
|
|
1042
1063
|
|
|
1043
1064
|
export type BucketOverrides = {
|
|
@@ -1051,8 +1072,8 @@ export type BucketOverrides = {
|
|
|
1051
1072
|
cloudfrontDistribution?: Partial<AwsCloudfrontDistribution>;
|
|
1052
1073
|
customResourceDefaultDomain?: Partial<AwsCloudformationCustomresource>;
|
|
1053
1074
|
dnsRecord?: Partial<AwsRoute53Recordset>;
|
|
1054
|
-
|
|
1055
|
-
[key: string]:
|
|
1075
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1076
|
+
[key: string]: Record<string, unknown> | undefined;
|
|
1056
1077
|
};
|
|
1057
1078
|
|
|
1058
1079
|
export type HostingBucketOverrides = {
|
|
@@ -1066,21 +1087,21 @@ export type HostingBucketOverrides = {
|
|
|
1066
1087
|
cloudfrontDistribution?: Partial<AwsCloudfrontDistribution>;
|
|
1067
1088
|
customResourceDefaultDomain?: Partial<AwsCloudformationCustomresource>;
|
|
1068
1089
|
dnsRecord?: Partial<AwsRoute53Recordset>;
|
|
1069
|
-
|
|
1070
|
-
[key: string]:
|
|
1090
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1091
|
+
[key: string]: Record<string, unknown> | undefined;
|
|
1071
1092
|
};
|
|
1072
1093
|
|
|
1073
1094
|
export type DynamoDbTableOverrides = {
|
|
1074
1095
|
dynamoGlobalTable?: Partial<AwsDynamodbGlobaltable>;
|
|
1075
|
-
|
|
1076
|
-
[key: string]:
|
|
1096
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1097
|
+
[key: string]: Record<string, unknown> | undefined;
|
|
1077
1098
|
};
|
|
1078
1099
|
|
|
1079
1100
|
export type EventBusOverrides = {
|
|
1080
1101
|
eventBus?: Partial<AwsEventsEventbus>;
|
|
1081
1102
|
eventBusArchive?: Partial<AwsEventsArchive>;
|
|
1082
|
-
|
|
1083
|
-
[key: string]:
|
|
1103
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1104
|
+
[key: string]: Record<string, unknown> | undefined;
|
|
1084
1105
|
};
|
|
1085
1106
|
|
|
1086
1107
|
export type HttpApiGatewayOverrides = {
|
|
@@ -1101,8 +1122,8 @@ export type HttpApiGatewayOverrides = {
|
|
|
1101
1122
|
cloudfrontCustomOriginRequestPolicy?: Partial<AwsCloudfrontOriginrequestpolicy>;
|
|
1102
1123
|
cloudfrontDefaultOriginRequestPolicy?: Partial<AwsCloudfrontOriginrequestpolicy>;
|
|
1103
1124
|
cloudfrontDistribution?: Partial<AwsCloudfrontDistribution>;
|
|
1104
|
-
|
|
1105
|
-
[key: string]:
|
|
1125
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1126
|
+
[key: string]: Record<string, unknown> | undefined;
|
|
1106
1127
|
};
|
|
1107
1128
|
|
|
1108
1129
|
export type ApplicationLoadBalancerOverrides = {
|
|
@@ -1118,8 +1139,8 @@ export type ApplicationLoadBalancerOverrides = {
|
|
|
1118
1139
|
cloudfrontCustomOriginRequestPolicy?: Partial<AwsCloudfrontOriginrequestpolicy>;
|
|
1119
1140
|
cloudfrontDefaultOriginRequestPolicy?: Partial<AwsCloudfrontOriginrequestpolicy>;
|
|
1120
1141
|
cloudfrontDistribution?: Partial<AwsCloudfrontDistribution>;
|
|
1121
|
-
|
|
1122
|
-
[key: string]:
|
|
1142
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1143
|
+
[key: string]: Record<string, unknown> | undefined;
|
|
1123
1144
|
};
|
|
1124
1145
|
|
|
1125
1146
|
export type NetworkLoadBalancerOverrides = {
|
|
@@ -1128,8 +1149,8 @@ export type NetworkLoadBalancerOverrides = {
|
|
|
1128
1149
|
listener?: Partial<AwsElasticloadbalancingv2Listener>;
|
|
1129
1150
|
customResourceDefaultDomain?: Partial<AwsCloudformationCustomresource>;
|
|
1130
1151
|
dnsRecord?: Partial<AwsRoute53Recordset>;
|
|
1131
|
-
|
|
1132
|
-
[key: string]:
|
|
1152
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1153
|
+
[key: string]: Record<string, unknown> | undefined;
|
|
1133
1154
|
};
|
|
1134
1155
|
|
|
1135
1156
|
export type RedisClusterOverrides = {
|
|
@@ -1138,15 +1159,15 @@ export type RedisClusterOverrides = {
|
|
|
1138
1159
|
redisSecurityGroup?: Partial<AwsEc2Securitygroup>;
|
|
1139
1160
|
redisLogGroup?: Partial<AwsLogsLoggroup>;
|
|
1140
1161
|
redisReplicationGroup?: Partial<AwsElasticacheReplicationgroup>;
|
|
1141
|
-
|
|
1142
|
-
[key: string]:
|
|
1162
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1163
|
+
[key: string]: Record<string, unknown> | undefined;
|
|
1143
1164
|
};
|
|
1144
1165
|
|
|
1145
1166
|
export type StateMachineOverrides = {
|
|
1146
1167
|
globalStateMachinesRole?: Partial<AwsIamRole>;
|
|
1147
1168
|
stateMachine?: Partial<AwsStepfunctionsStatemachine>;
|
|
1148
|
-
|
|
1149
|
-
[key: string]:
|
|
1169
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1170
|
+
[key: string]: Record<string, unknown> | undefined;
|
|
1150
1171
|
};
|
|
1151
1172
|
|
|
1152
1173
|
export type UserAuthPoolOverrides = {
|
|
@@ -1159,42 +1180,42 @@ export type UserAuthPoolOverrides = {
|
|
|
1159
1180
|
cognitoLambdaHookPermission?: Partial<AwsLambdaPermission>;
|
|
1160
1181
|
userPoolUiCustomizationAttachment?: Partial<AwsCognitoUserpooluicustomizationattachment>;
|
|
1161
1182
|
webAppFirewallAssociation?: Partial<AwsWafv2Webaclassociation>;
|
|
1162
|
-
|
|
1163
|
-
[key: string]:
|
|
1183
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1184
|
+
[key: string]: Record<string, unknown> | undefined;
|
|
1164
1185
|
};
|
|
1165
1186
|
|
|
1166
1187
|
export type SqsQueueOverrides = {
|
|
1167
1188
|
sqsQueue?: Partial<AwsSqsQueue>;
|
|
1168
1189
|
sqsQueuePolicy?: Partial<AwsSqsQueuepolicy>;
|
|
1169
|
-
|
|
1170
|
-
[key: string]:
|
|
1190
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1191
|
+
[key: string]: Record<string, unknown> | undefined;
|
|
1171
1192
|
};
|
|
1172
1193
|
|
|
1173
1194
|
export type SnsTopicOverrides = {
|
|
1174
1195
|
snsTopic?: Partial<AwsSnsTopic>;
|
|
1175
|
-
|
|
1176
|
-
[key: string]:
|
|
1196
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1197
|
+
[key: string]: Record<string, unknown> | undefined;
|
|
1177
1198
|
};
|
|
1178
1199
|
|
|
1179
1200
|
export type WebAppFirewallOverrides = {
|
|
1180
1201
|
webAppFirewallCustomResource?: Partial<AwsCloudformationCustomresource>;
|
|
1181
|
-
|
|
1182
|
-
[key: string]:
|
|
1202
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1203
|
+
[key: string]: Record<string, unknown> | undefined;
|
|
1183
1204
|
};
|
|
1184
1205
|
|
|
1185
1206
|
export type OpenSearchDomainOverrides = {
|
|
1186
1207
|
openSearchDomain?: Partial<AwsOpensearchserviceDomain>;
|
|
1187
1208
|
openSearchSecurityGroup?: Partial<AwsEc2Securitygroup>;
|
|
1188
1209
|
openSearchCustomResource?: Partial<AwsCloudformationCustomresource>;
|
|
1189
|
-
|
|
1190
|
-
[key: string]:
|
|
1210
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1211
|
+
[key: string]: Record<string, unknown> | undefined;
|
|
1191
1212
|
};
|
|
1192
1213
|
|
|
1193
1214
|
export type EfsFilesystemOverrides = {
|
|
1194
1215
|
efsFilesystem?: Partial<AwsEfsFilesystem>;
|
|
1195
1216
|
efsSecurityGroup?: Partial<AwsEc2Securitygroup>;
|
|
1196
|
-
|
|
1197
|
-
[key: string]:
|
|
1217
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1218
|
+
[key: string]: Record<string, unknown> | undefined;
|
|
1198
1219
|
};
|
|
1199
1220
|
|
|
1200
1221
|
export type NextjsWebOverrides = {
|
|
@@ -1219,8 +1240,8 @@ export type NextjsWebOverrides = {
|
|
|
1219
1240
|
sqsQueue?: Partial<AwsSqsQueue>;
|
|
1220
1241
|
sqsQueuePolicy?: Partial<AwsSqsQueuepolicy>;
|
|
1221
1242
|
dynamoGlobalTable?: Partial<AwsDynamodbGlobaltable>;
|
|
1222
|
-
|
|
1223
|
-
[key: string]:
|
|
1243
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1244
|
+
[key: string]: Record<string, unknown> | undefined;
|
|
1224
1245
|
};
|
|
1225
1246
|
|
|
1226
1247
|
export type BastionOverrides = {
|
|
@@ -1232,8 +1253,8 @@ export type BastionOverrides = {
|
|
|
1232
1253
|
bastionEc2InstanceProfile?: Partial<AwsIamInstanceprofile>;
|
|
1233
1254
|
bastionCwAgentSsmAssociation?: Partial<AwsSsmAssociation>;
|
|
1234
1255
|
bastionSsmAgentSsmAssociation?: Partial<AwsSsmAssociation>;
|
|
1235
|
-
|
|
1236
|
-
[key: string]:
|
|
1256
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1257
|
+
[key: string]: Record<string, unknown> | undefined;
|
|
1237
1258
|
};
|
|
1238
1259
|
|
|
1239
1260
|
|
|
@@ -1251,8 +1272,8 @@ export type RelationalDatabaseTransforms = {
|
|
|
1251
1272
|
dbInstance?: (props: Partial<AwsRdsDbinstance>) => Partial<AwsRdsDbinstance>;
|
|
1252
1273
|
dbOptionGroup?: (props: Partial<AwsRdsOptiongroup>) => Partial<AwsRdsOptiongroup>;
|
|
1253
1274
|
dbInstanceParameterGroup?: (props: Partial<AwsRdsDbparametergroup>) => Partial<AwsRdsDbparametergroup>;
|
|
1254
|
-
|
|
1255
|
-
[key: string]: ((props:
|
|
1275
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1276
|
+
[key: string]: ((props: Record<string, unknown>) => Record<string, unknown>) | undefined;
|
|
1256
1277
|
};
|
|
1257
1278
|
|
|
1258
1279
|
export type WebServiceTransforms = {
|
|
@@ -1297,8 +1318,8 @@ export type WebServiceTransforms = {
|
|
|
1297
1318
|
cloudfrontCustomOriginRequestPolicy?: (props: Partial<AwsCloudfrontOriginrequestpolicy>) => Partial<AwsCloudfrontOriginrequestpolicy>;
|
|
1298
1319
|
cloudfrontDefaultOriginRequestPolicy?: (props: Partial<AwsCloudfrontOriginrequestpolicy>) => Partial<AwsCloudfrontOriginrequestpolicy>;
|
|
1299
1320
|
cloudfrontDistribution?: (props: Partial<AwsCloudfrontDistribution>) => Partial<AwsCloudfrontDistribution>;
|
|
1300
|
-
|
|
1301
|
-
[key: string]: ((props:
|
|
1321
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1322
|
+
[key: string]: ((props: Record<string, unknown>) => Record<string, unknown>) | undefined;
|
|
1302
1323
|
};
|
|
1303
1324
|
|
|
1304
1325
|
export type PrivateServiceTransforms = {
|
|
@@ -1327,8 +1348,8 @@ export type PrivateServiceTransforms = {
|
|
|
1327
1348
|
listener?: (props: Partial<AwsElasticloadbalancingv2Listener>) => Partial<AwsElasticloadbalancingv2Listener>;
|
|
1328
1349
|
customResourceDefaultDomain?: (props: Partial<AwsCloudformationCustomresource>) => Partial<AwsCloudformationCustomresource>;
|
|
1329
1350
|
dnsRecord?: (props: Partial<AwsRoute53Recordset>) => Partial<AwsRoute53Recordset>;
|
|
1330
|
-
|
|
1331
|
-
[key: string]: ((props:
|
|
1351
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1352
|
+
[key: string]: ((props: Record<string, unknown>) => Record<string, unknown>) | undefined;
|
|
1332
1353
|
};
|
|
1333
1354
|
|
|
1334
1355
|
export type WorkerServiceTransforms = {
|
|
@@ -1352,8 +1373,8 @@ export type WorkerServiceTransforms = {
|
|
|
1352
1373
|
ecsCodeDeployApp?: (props: Partial<AwsCodedeployApplication>) => Partial<AwsCodedeployApplication>;
|
|
1353
1374
|
codeDeployDeploymentGroup?: (props: Partial<AwsCodedeployDeploymentgroup>) => Partial<AwsCodedeployDeploymentgroup>;
|
|
1354
1375
|
efsAccessPoint?: (props: Partial<AwsEfsAccesspoint>) => Partial<AwsEfsAccesspoint>;
|
|
1355
|
-
|
|
1356
|
-
[key: string]: ((props:
|
|
1376
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1377
|
+
[key: string]: ((props: Record<string, unknown>) => Record<string, unknown>) | undefined;
|
|
1357
1378
|
};
|
|
1358
1379
|
|
|
1359
1380
|
export type MultiContainerWorkloadTransforms = {
|
|
@@ -1377,8 +1398,8 @@ export type MultiContainerWorkloadTransforms = {
|
|
|
1377
1398
|
ecsTaskRole?: (props: Partial<AwsIamRole>) => Partial<AwsIamRole>;
|
|
1378
1399
|
ecsTaskDefinition?: (props: Partial<AwsEcsTaskdefinition>) => Partial<AwsEcsTaskdefinition>;
|
|
1379
1400
|
efsAccessPoint?: (props: Partial<AwsEfsAccesspoint>) => Partial<AwsEfsAccesspoint>;
|
|
1380
|
-
|
|
1381
|
-
[key: string]: ((props:
|
|
1401
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1402
|
+
[key: string]: ((props: Record<string, unknown>) => Record<string, unknown>) | undefined;
|
|
1382
1403
|
};
|
|
1383
1404
|
|
|
1384
1405
|
export type LambdaFunctionTransforms = {
|
|
@@ -1399,8 +1420,8 @@ export type LambdaFunctionTransforms = {
|
|
|
1399
1420
|
cloudfrontDefaultOriginRequestPolicy?: (props: Partial<AwsCloudfrontOriginrequestpolicy>) => Partial<AwsCloudfrontOriginrequestpolicy>;
|
|
1400
1421
|
customResourceDefaultDomain?: (props: Partial<AwsCloudformationCustomresource>) => Partial<AwsCloudformationCustomresource>;
|
|
1401
1422
|
dnsRecord?: (props: Partial<AwsRoute53Recordset>) => Partial<AwsRoute53Recordset>;
|
|
1402
|
-
|
|
1403
|
-
[key: string]: ((props:
|
|
1423
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1424
|
+
[key: string]: ((props: Record<string, unknown>) => Record<string, unknown>) | undefined;
|
|
1404
1425
|
};
|
|
1405
1426
|
|
|
1406
1427
|
export type BatchJobTransforms = {
|
|
@@ -1417,8 +1438,8 @@ export type BatchJobTransforms = {
|
|
|
1417
1438
|
batchStateMachine?: (props: Partial<AwsStepfunctionsStatemachine>) => Partial<AwsStepfunctionsStatemachine>;
|
|
1418
1439
|
batchJobLogGroup?: (props: Partial<AwsLogsLoggroup>) => Partial<AwsLogsLoggroup>;
|
|
1419
1440
|
batchJobExecutionRole?: (props: Partial<AwsIamRole>) => Partial<AwsIamRole>;
|
|
1420
|
-
|
|
1421
|
-
[key: string]: ((props:
|
|
1441
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1442
|
+
[key: string]: ((props: Record<string, unknown>) => Record<string, unknown>) | undefined;
|
|
1422
1443
|
};
|
|
1423
1444
|
|
|
1424
1445
|
export type BucketTransforms = {
|
|
@@ -1432,8 +1453,8 @@ export type BucketTransforms = {
|
|
|
1432
1453
|
cloudfrontDistribution?: (props: Partial<AwsCloudfrontDistribution>) => Partial<AwsCloudfrontDistribution>;
|
|
1433
1454
|
customResourceDefaultDomain?: (props: Partial<AwsCloudformationCustomresource>) => Partial<AwsCloudformationCustomresource>;
|
|
1434
1455
|
dnsRecord?: (props: Partial<AwsRoute53Recordset>) => Partial<AwsRoute53Recordset>;
|
|
1435
|
-
|
|
1436
|
-
[key: string]: ((props:
|
|
1456
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1457
|
+
[key: string]: ((props: Record<string, unknown>) => Record<string, unknown>) | undefined;
|
|
1437
1458
|
};
|
|
1438
1459
|
|
|
1439
1460
|
export type HostingBucketTransforms = {
|
|
@@ -1447,21 +1468,21 @@ export type HostingBucketTransforms = {
|
|
|
1447
1468
|
cloudfrontDistribution?: (props: Partial<AwsCloudfrontDistribution>) => Partial<AwsCloudfrontDistribution>;
|
|
1448
1469
|
customResourceDefaultDomain?: (props: Partial<AwsCloudformationCustomresource>) => Partial<AwsCloudformationCustomresource>;
|
|
1449
1470
|
dnsRecord?: (props: Partial<AwsRoute53Recordset>) => Partial<AwsRoute53Recordset>;
|
|
1450
|
-
|
|
1451
|
-
[key: string]: ((props:
|
|
1471
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1472
|
+
[key: string]: ((props: Record<string, unknown>) => Record<string, unknown>) | undefined;
|
|
1452
1473
|
};
|
|
1453
1474
|
|
|
1454
1475
|
export type DynamoDbTableTransforms = {
|
|
1455
1476
|
dynamoGlobalTable?: (props: Partial<AwsDynamodbGlobaltable>) => Partial<AwsDynamodbGlobaltable>;
|
|
1456
|
-
|
|
1457
|
-
[key: string]: ((props:
|
|
1477
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1478
|
+
[key: string]: ((props: Record<string, unknown>) => Record<string, unknown>) | undefined;
|
|
1458
1479
|
};
|
|
1459
1480
|
|
|
1460
1481
|
export type EventBusTransforms = {
|
|
1461
1482
|
eventBus?: (props: Partial<AwsEventsEventbus>) => Partial<AwsEventsEventbus>;
|
|
1462
1483
|
eventBusArchive?: (props: Partial<AwsEventsArchive>) => Partial<AwsEventsArchive>;
|
|
1463
|
-
|
|
1464
|
-
[key: string]: ((props:
|
|
1484
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1485
|
+
[key: string]: ((props: Record<string, unknown>) => Record<string, unknown>) | undefined;
|
|
1465
1486
|
};
|
|
1466
1487
|
|
|
1467
1488
|
export type HttpApiGatewayTransforms = {
|
|
@@ -1482,8 +1503,8 @@ export type HttpApiGatewayTransforms = {
|
|
|
1482
1503
|
cloudfrontCustomOriginRequestPolicy?: (props: Partial<AwsCloudfrontOriginrequestpolicy>) => Partial<AwsCloudfrontOriginrequestpolicy>;
|
|
1483
1504
|
cloudfrontDefaultOriginRequestPolicy?: (props: Partial<AwsCloudfrontOriginrequestpolicy>) => Partial<AwsCloudfrontOriginrequestpolicy>;
|
|
1484
1505
|
cloudfrontDistribution?: (props: Partial<AwsCloudfrontDistribution>) => Partial<AwsCloudfrontDistribution>;
|
|
1485
|
-
|
|
1486
|
-
[key: string]: ((props:
|
|
1506
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1507
|
+
[key: string]: ((props: Record<string, unknown>) => Record<string, unknown>) | undefined;
|
|
1487
1508
|
};
|
|
1488
1509
|
|
|
1489
1510
|
export type ApplicationLoadBalancerTransforms = {
|
|
@@ -1499,8 +1520,8 @@ export type ApplicationLoadBalancerTransforms = {
|
|
|
1499
1520
|
cloudfrontCustomOriginRequestPolicy?: (props: Partial<AwsCloudfrontOriginrequestpolicy>) => Partial<AwsCloudfrontOriginrequestpolicy>;
|
|
1500
1521
|
cloudfrontDefaultOriginRequestPolicy?: (props: Partial<AwsCloudfrontOriginrequestpolicy>) => Partial<AwsCloudfrontOriginrequestpolicy>;
|
|
1501
1522
|
cloudfrontDistribution?: (props: Partial<AwsCloudfrontDistribution>) => Partial<AwsCloudfrontDistribution>;
|
|
1502
|
-
|
|
1503
|
-
[key: string]: ((props:
|
|
1523
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1524
|
+
[key: string]: ((props: Record<string, unknown>) => Record<string, unknown>) | undefined;
|
|
1504
1525
|
};
|
|
1505
1526
|
|
|
1506
1527
|
export type NetworkLoadBalancerTransforms = {
|
|
@@ -1509,8 +1530,8 @@ export type NetworkLoadBalancerTransforms = {
|
|
|
1509
1530
|
listener?: (props: Partial<AwsElasticloadbalancingv2Listener>) => Partial<AwsElasticloadbalancingv2Listener>;
|
|
1510
1531
|
customResourceDefaultDomain?: (props: Partial<AwsCloudformationCustomresource>) => Partial<AwsCloudformationCustomresource>;
|
|
1511
1532
|
dnsRecord?: (props: Partial<AwsRoute53Recordset>) => Partial<AwsRoute53Recordset>;
|
|
1512
|
-
|
|
1513
|
-
[key: string]: ((props:
|
|
1533
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1534
|
+
[key: string]: ((props: Record<string, unknown>) => Record<string, unknown>) | undefined;
|
|
1514
1535
|
};
|
|
1515
1536
|
|
|
1516
1537
|
export type RedisClusterTransforms = {
|
|
@@ -1519,15 +1540,15 @@ export type RedisClusterTransforms = {
|
|
|
1519
1540
|
redisSecurityGroup?: (props: Partial<AwsEc2Securitygroup>) => Partial<AwsEc2Securitygroup>;
|
|
1520
1541
|
redisLogGroup?: (props: Partial<AwsLogsLoggroup>) => Partial<AwsLogsLoggroup>;
|
|
1521
1542
|
redisReplicationGroup?: (props: Partial<AwsElasticacheReplicationgroup>) => Partial<AwsElasticacheReplicationgroup>;
|
|
1522
|
-
|
|
1523
|
-
[key: string]: ((props:
|
|
1543
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1544
|
+
[key: string]: ((props: Record<string, unknown>) => Record<string, unknown>) | undefined;
|
|
1524
1545
|
};
|
|
1525
1546
|
|
|
1526
1547
|
export type StateMachineTransforms = {
|
|
1527
1548
|
globalStateMachinesRole?: (props: Partial<AwsIamRole>) => Partial<AwsIamRole>;
|
|
1528
1549
|
stateMachine?: (props: Partial<AwsStepfunctionsStatemachine>) => Partial<AwsStepfunctionsStatemachine>;
|
|
1529
|
-
|
|
1530
|
-
[key: string]: ((props:
|
|
1550
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1551
|
+
[key: string]: ((props: Record<string, unknown>) => Record<string, unknown>) | undefined;
|
|
1531
1552
|
};
|
|
1532
1553
|
|
|
1533
1554
|
export type UserAuthPoolTransforms = {
|
|
@@ -1540,42 +1561,42 @@ export type UserAuthPoolTransforms = {
|
|
|
1540
1561
|
cognitoLambdaHookPermission?: (props: Partial<AwsLambdaPermission>) => Partial<AwsLambdaPermission>;
|
|
1541
1562
|
userPoolUiCustomizationAttachment?: (props: Partial<AwsCognitoUserpooluicustomizationattachment>) => Partial<AwsCognitoUserpooluicustomizationattachment>;
|
|
1542
1563
|
webAppFirewallAssociation?: (props: Partial<AwsWafv2Webaclassociation>) => Partial<AwsWafv2Webaclassociation>;
|
|
1543
|
-
|
|
1544
|
-
[key: string]: ((props:
|
|
1564
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1565
|
+
[key: string]: ((props: Record<string, unknown>) => Record<string, unknown>) | undefined;
|
|
1545
1566
|
};
|
|
1546
1567
|
|
|
1547
1568
|
export type SqsQueueTransforms = {
|
|
1548
1569
|
sqsQueue?: (props: Partial<AwsSqsQueue>) => Partial<AwsSqsQueue>;
|
|
1549
1570
|
sqsQueuePolicy?: (props: Partial<AwsSqsQueuepolicy>) => Partial<AwsSqsQueuepolicy>;
|
|
1550
|
-
|
|
1551
|
-
[key: string]: ((props:
|
|
1571
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1572
|
+
[key: string]: ((props: Record<string, unknown>) => Record<string, unknown>) | undefined;
|
|
1552
1573
|
};
|
|
1553
1574
|
|
|
1554
1575
|
export type SnsTopicTransforms = {
|
|
1555
1576
|
snsTopic?: (props: Partial<AwsSnsTopic>) => Partial<AwsSnsTopic>;
|
|
1556
|
-
|
|
1557
|
-
[key: string]: ((props:
|
|
1577
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1578
|
+
[key: string]: ((props: Record<string, unknown>) => Record<string, unknown>) | undefined;
|
|
1558
1579
|
};
|
|
1559
1580
|
|
|
1560
1581
|
export type WebAppFirewallTransforms = {
|
|
1561
1582
|
webAppFirewallCustomResource?: (props: Partial<AwsCloudformationCustomresource>) => Partial<AwsCloudformationCustomresource>;
|
|
1562
|
-
|
|
1563
|
-
[key: string]: ((props:
|
|
1583
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1584
|
+
[key: string]: ((props: Record<string, unknown>) => Record<string, unknown>) | undefined;
|
|
1564
1585
|
};
|
|
1565
1586
|
|
|
1566
1587
|
export type OpenSearchDomainTransforms = {
|
|
1567
1588
|
openSearchDomain?: (props: Partial<AwsOpensearchserviceDomain>) => Partial<AwsOpensearchserviceDomain>;
|
|
1568
1589
|
openSearchSecurityGroup?: (props: Partial<AwsEc2Securitygroup>) => Partial<AwsEc2Securitygroup>;
|
|
1569
1590
|
openSearchCustomResource?: (props: Partial<AwsCloudformationCustomresource>) => Partial<AwsCloudformationCustomresource>;
|
|
1570
|
-
|
|
1571
|
-
[key: string]: ((props:
|
|
1591
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1592
|
+
[key: string]: ((props: Record<string, unknown>) => Record<string, unknown>) | undefined;
|
|
1572
1593
|
};
|
|
1573
1594
|
|
|
1574
1595
|
export type EfsFilesystemTransforms = {
|
|
1575
1596
|
efsFilesystem?: (props: Partial<AwsEfsFilesystem>) => Partial<AwsEfsFilesystem>;
|
|
1576
1597
|
efsSecurityGroup?: (props: Partial<AwsEc2Securitygroup>) => Partial<AwsEc2Securitygroup>;
|
|
1577
|
-
|
|
1578
|
-
[key: string]: ((props:
|
|
1598
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1599
|
+
[key: string]: ((props: Record<string, unknown>) => Record<string, unknown>) | undefined;
|
|
1579
1600
|
};
|
|
1580
1601
|
|
|
1581
1602
|
export type NextjsWebTransforms = {
|
|
@@ -1600,8 +1621,8 @@ export type NextjsWebTransforms = {
|
|
|
1600
1621
|
sqsQueue?: (props: Partial<AwsSqsQueue>) => Partial<AwsSqsQueue>;
|
|
1601
1622
|
sqsQueuePolicy?: (props: Partial<AwsSqsQueuepolicy>) => Partial<AwsSqsQueuepolicy>;
|
|
1602
1623
|
dynamoGlobalTable?: (props: Partial<AwsDynamodbGlobaltable>) => Partial<AwsDynamodbGlobaltable>;
|
|
1603
|
-
|
|
1604
|
-
[key: string]: ((props:
|
|
1624
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1625
|
+
[key: string]: ((props: Record<string, unknown>) => Record<string, unknown>) | undefined;
|
|
1605
1626
|
};
|
|
1606
1627
|
|
|
1607
1628
|
export type BastionTransforms = {
|
|
@@ -1613,8 +1634,8 @@ export type BastionTransforms = {
|
|
|
1613
1634
|
bastionEc2InstanceProfile?: (props: Partial<AwsIamInstanceprofile>) => Partial<AwsIamInstanceprofile>;
|
|
1614
1635
|
bastionCwAgentSsmAssociation?: (props: Partial<AwsSsmAssociation>) => Partial<AwsSsmAssociation>;
|
|
1615
1636
|
bastionSsmAgentSsmAssociation?: (props: Partial<AwsSsmAssociation>) => Partial<AwsSsmAssociation>;
|
|
1616
|
-
|
|
1617
|
-
[key: string]: ((props:
|
|
1637
|
+
/** Index signature for dynamic CloudFormation resource names */
|
|
1638
|
+
[key: string]: ((props: Record<string, unknown>) => Record<string, unknown>) | undefined;
|
|
1618
1639
|
};
|
|
1619
1640
|
|
|
1620
1641
|
|
|
@@ -2415,7 +2436,7 @@ export declare class HttpApiIntegration extends BaseTypeProperties {
|
|
|
2415
2436
|
*
|
|
2416
2437
|
* Routes are selected based on the most specific match. For more details on route evaluation, see the [AWS documentation](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-routes.html#http-api-develop-routes.evaluation).
|
|
2417
2438
|
*/
|
|
2418
|
-
constructor(properties: import('./plain').
|
|
2439
|
+
constructor(properties: import('./plain').HttpApiIntegration['properties']);
|
|
2419
2440
|
readonly type: 'http-api-gateway';
|
|
2420
2441
|
}
|
|
2421
2442
|
|
|
@@ -2427,7 +2448,7 @@ export declare class S3Integration extends BaseTypeProperties {
|
|
|
2427
2448
|
*
|
|
2428
2449
|
* For a list of supported event types, see the [AWS documentation](https://docs.aws.amazon.com/AmazonS3/latest/userguide/notification-how-to-event-types-and-destinations.html#supported-notification-event-types).
|
|
2429
2450
|
*/
|
|
2430
|
-
constructor(properties: import('./plain').
|
|
2451
|
+
constructor(properties: import('./plain').S3Integration['properties']);
|
|
2431
2452
|
readonly type: 's3';
|
|
2432
2453
|
}
|
|
2433
2454
|
|
|
@@ -2441,7 +2462,7 @@ export declare class ScheduleIntegration extends BaseTypeProperties {
|
|
|
2441
2462
|
* - **Rate expressions**: Run at a regular interval (e.g., `rate(5 minutes)`). See the [AWS documentation on rate expressions](https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#RateExpressions).
|
|
2442
2463
|
* - **Cron expressions**: Run at specific times (e.g., `cron(0 18 ? * MON-FRI *)`). See the [AWS documentation on cron expressions](https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions).
|
|
2443
2464
|
*/
|
|
2444
|
-
constructor(properties: import('./plain').
|
|
2465
|
+
constructor(properties: import('./plain').ScheduleIntegration['properties']);
|
|
2445
2466
|
readonly type: 'schedule';
|
|
2446
2467
|
}
|
|
2447
2468
|
|
|
@@ -2455,7 +2476,7 @@ export declare class SnsIntegration extends BaseTypeProperties {
|
|
|
2455
2476
|
*
|
|
2456
2477
|
* To add a custom SNS topic to your stack, define it as a [CloudFormation resource](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html) in the `cloudformationResources` section of your configuration.
|
|
2457
2478
|
*/
|
|
2458
|
-
constructor(properties: import('./plain').
|
|
2479
|
+
constructor(properties: import('./plain').SnsIntegration['properties']);
|
|
2459
2480
|
readonly type: 'sns';
|
|
2460
2481
|
}
|
|
2461
2482
|
|
|
@@ -2476,7 +2497,7 @@ export declare class SqsIntegration extends BaseTypeProperties {
|
|
|
2476
2497
|
* - The maximum batch size (`batchSize`) is reached.
|
|
2477
2498
|
* - The maximum payload size (6 MB) is reached.
|
|
2478
2499
|
*/
|
|
2479
|
-
constructor(properties: import('./plain').
|
|
2500
|
+
constructor(properties: import('./plain').SqsIntegration['properties']);
|
|
2480
2501
|
readonly type: 'sqs';
|
|
2481
2502
|
}
|
|
2482
2503
|
|
|
@@ -2495,7 +2516,7 @@ export declare class KinesisIntegration extends BaseTypeProperties {
|
|
|
2495
2516
|
* - **Directly**: Polls each shard once per second. Read throughput is shared with other consumers.
|
|
2496
2517
|
* - **Stream Consumer**: Provides a dedicated connection to each shard for higher throughput and lower latency.
|
|
2497
2518
|
*/
|
|
2498
|
-
constructor(properties: import('./plain').
|
|
2519
|
+
constructor(properties: import('./plain').KinesisIntegration['properties']);
|
|
2499
2520
|
readonly type: 'kinesis';
|
|
2500
2521
|
}
|
|
2501
2522
|
|
|
@@ -2509,7 +2530,7 @@ export declare class DynamoDbIntegration extends BaseTypeProperties {
|
|
|
2509
2530
|
* Records are processed in batches.
|
|
2510
2531
|
* To use this, you must enable streams on your DynamoDB table. For more information, see the [DynamoDB table documentation](https://docs.stacktape.com/resources/dynamo-db-tables/#item-change-streaming).
|
|
2511
2532
|
*/
|
|
2512
|
-
constructor(properties: import('./plain').
|
|
2533
|
+
constructor(properties: import('./plain').DynamoDbIntegration['properties']);
|
|
2513
2534
|
readonly type: 'dynamodb';
|
|
2514
2535
|
}
|
|
2515
2536
|
|
|
@@ -2521,7 +2542,7 @@ export declare class CloudwatchLogIntegration extends BaseTypeProperties {
|
|
|
2521
2542
|
*
|
|
2522
2543
|
* > **Note:** The event payload is BASE64-encoded and gzipped. You will need to decode and decompress it in your function to access the log data.
|
|
2523
2544
|
*/
|
|
2524
|
-
constructor(properties: import('./plain').
|
|
2545
|
+
constructor(properties: import('./plain').CloudwatchLogIntegration['properties']);
|
|
2525
2546
|
readonly type: 'cloudwatch-logs';
|
|
2526
2547
|
}
|
|
2527
2548
|
|
|
@@ -2533,7 +2554,7 @@ export declare class ApplicationLoadBalancerIntegration extends BaseTypeProperti
|
|
|
2533
2554
|
*
|
|
2534
2555
|
* You can route requests based on HTTP method, path, headers, query parameters, and source IP address.
|
|
2535
2556
|
*/
|
|
2536
|
-
constructor(properties: import('./plain').
|
|
2557
|
+
constructor(properties: import('./plain').ApplicationLoadBalancerIntegration['properties']);
|
|
2537
2558
|
readonly type: 'application-load-balancer';
|
|
2538
2559
|
}
|
|
2539
2560
|
|
|
@@ -2545,7 +2566,7 @@ export declare class EventBusIntegration extends BaseTypeProperties {
|
|
|
2545
2566
|
*
|
|
2546
2567
|
* You can use a custom event bus or the default AWS event bus.
|
|
2547
2568
|
*/
|
|
2548
|
-
constructor(properties: import('./plain').
|
|
2569
|
+
constructor(properties: import('./plain').EventBusIntegration['properties']);
|
|
2549
2570
|
readonly type: 'event-bus';
|
|
2550
2571
|
}
|
|
2551
2572
|
|
|
@@ -2553,7 +2574,7 @@ export declare class KafkaTopicIntegration extends BaseTypeProperties {
|
|
|
2553
2574
|
/**
|
|
2554
2575
|
* #### Triggers a function when new messages are available in a Kafka topic.
|
|
2555
2576
|
*/
|
|
2556
|
-
constructor(properties: import('./plain').
|
|
2577
|
+
constructor(properties: import('./plain').KafkaTopicIntegration['properties']);
|
|
2557
2578
|
readonly type: 'kafka-topic';
|
|
2558
2579
|
}
|
|
2559
2580
|
|
|
@@ -2561,7 +2582,7 @@ export declare class AlarmIntegration extends BaseTypeProperties {
|
|
|
2561
2582
|
/**
|
|
2562
2583
|
* Create a AlarmIntegration
|
|
2563
2584
|
*/
|
|
2564
|
-
constructor(properties: import('./plain').
|
|
2585
|
+
constructor(properties: import('./plain').AlarmIntegration['properties']);
|
|
2565
2586
|
readonly type: 'alarm';
|
|
2566
2587
|
}
|
|
2567
2588
|
|
|
@@ -2569,7 +2590,7 @@ export declare class IotIntegration extends BaseTypeProperties {
|
|
|
2569
2590
|
/**
|
|
2570
2591
|
* Create a IotIntegration
|
|
2571
2592
|
*/
|
|
2572
|
-
constructor(properties:
|
|
2593
|
+
constructor(properties: Record<string, unknown>);
|
|
2573
2594
|
readonly type: 'iot';
|
|
2574
2595
|
}
|
|
2575
2596
|
|
|
@@ -2641,7 +2662,7 @@ export declare class SqsQueueEventBusIntegration extends BaseTypeProperties {
|
|
|
2641
2662
|
/**
|
|
2642
2663
|
* #### Delivers messages to an SQS queue when an event matching a specified pattern is received by an event bus.
|
|
2643
2664
|
*/
|
|
2644
|
-
constructor(properties: import('./plain').
|
|
2665
|
+
constructor(properties: import('./plain').SqsQueueEventBusIntegration['properties']);
|
|
2645
2666
|
readonly type: 'event-bus';
|
|
2646
2667
|
}
|
|
2647
2668
|
|
|
@@ -2649,7 +2670,7 @@ export declare class MultiContainerWorkloadHttpApiIntegration extends BaseTypePr
|
|
|
2649
2670
|
/**
|
|
2650
2671
|
* Create a MultiContainerWorkloadHttpApiIntegration
|
|
2651
2672
|
*/
|
|
2652
|
-
constructor(properties: import('./plain').
|
|
2673
|
+
constructor(properties: import('./plain').ContainerWorkloadHttpApiIntegration['properties']);
|
|
2653
2674
|
readonly type: 'http-api-gateway';
|
|
2654
2675
|
}
|
|
2655
2676
|
|
|
@@ -2657,7 +2678,7 @@ export declare class MultiContainerWorkloadLoadBalancerIntegration extends BaseT
|
|
|
2657
2678
|
/**
|
|
2658
2679
|
* Create a MultiContainerWorkloadLoadBalancerIntegration
|
|
2659
2680
|
*/
|
|
2660
|
-
constructor(properties: import('./plain').
|
|
2681
|
+
constructor(properties: import('./plain').ContainerWorkloadLoadBalancerIntegration['properties']);
|
|
2661
2682
|
readonly type: 'application-load-balancer';
|
|
2662
2683
|
}
|
|
2663
2684
|
|
|
@@ -2665,7 +2686,7 @@ export declare class MultiContainerWorkloadNetworkLoadBalancerIntegration extend
|
|
|
2665
2686
|
/**
|
|
2666
2687
|
* Create a MultiContainerWorkloadNetworkLoadBalancerIntegration
|
|
2667
2688
|
*/
|
|
2668
|
-
constructor(properties: import('./plain').
|
|
2689
|
+
constructor(properties: import('./plain').ContainerWorkloadNetworkLoadBalancerIntegration['properties']);
|
|
2669
2690
|
readonly type: 'network-load-balancer';
|
|
2670
2691
|
}
|
|
2671
2692
|
|
|
@@ -2673,7 +2694,7 @@ export declare class MultiContainerWorkloadInternalIntegration extends BaseTypeP
|
|
|
2673
2694
|
/**
|
|
2674
2695
|
* Create a MultiContainerWorkloadInternalIntegration
|
|
2675
2696
|
*/
|
|
2676
|
-
constructor(properties: import('./plain').
|
|
2697
|
+
constructor(properties: import('./plain').ContainerWorkloadInternalIntegration['properties']);
|
|
2677
2698
|
readonly type: 'workload-internal';
|
|
2678
2699
|
}
|
|
2679
2700
|
|
|
@@ -2681,7 +2702,7 @@ export declare class MultiContainerWorkloadServiceConnectIntegration extends Bas
|
|
|
2681
2702
|
/**
|
|
2682
2703
|
* Create a MultiContainerWorkloadServiceConnectIntegration
|
|
2683
2704
|
*/
|
|
2684
|
-
constructor(properties: import('./plain').
|
|
2705
|
+
constructor(properties: import('./plain').ContainerWorkloadServiceConnectIntegration['properties']);
|
|
2685
2706
|
readonly type: 'service-connect';
|
|
2686
2707
|
}
|
|
2687
2708
|
|
|
@@ -2776,7 +2797,7 @@ export declare class ContainerEfsMount extends BaseTypeProperties {
|
|
|
2776
2797
|
/**
|
|
2777
2798
|
* Create a ContainerEfsMount
|
|
2778
2799
|
*/
|
|
2779
|
-
constructor(properties: import('./plain').
|
|
2800
|
+
constructor(properties: import('./plain').ContainerEfsMount);
|
|
2780
2801
|
readonly type: 'efs';
|
|
2781
2802
|
}
|
|
2782
2803
|
|
|
@@ -2784,7 +2805,7 @@ export declare class LambdaEfsMount extends BaseTypeProperties {
|
|
|
2784
2805
|
/**
|
|
2785
2806
|
* Create a LambdaEfsMount
|
|
2786
2807
|
*/
|
|
2787
|
-
constructor(properties: import('./plain').
|
|
2808
|
+
constructor(properties: import('./plain').LambdaEfsMount);
|
|
2788
2809
|
readonly type: 'efs';
|
|
2789
2810
|
}
|
|
2790
2811
|
|
|
@@ -2984,6 +3005,7 @@ export declare class EdgeLambdaFunction extends BaseTypeProperties {
|
|
|
2984
3005
|
// Re-export StacktapeConfig with properly typed resources
|
|
2985
3006
|
// Accepts both class instances and plain objects
|
|
2986
3007
|
import type { StacktapeResourceDefinition } from './plain';
|
|
3008
|
+
import type { CloudFormationResource } from './cloudformation';
|
|
2987
3009
|
|
|
2988
3010
|
/**
|
|
2989
3011
|
* CloudFormation template structure
|