@cdktf-providers/astronomer-astro 1.0.10 → 1.0.11
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/README.md +3 -3
- package/dist/alert/index.d.ts +34 -34
- package/dist/alert/index.js +6 -6
- package/dist/api-token/index.d.ts +11 -11
- package/dist/api-token/index.js +6 -6
- package/dist/cluster/index.d.ts +16 -16
- package/dist/cluster/index.js +6 -6
- package/dist/data-astro-alert/index.d.ts +5 -5
- package/dist/data-astro-alert/index.js +6 -6
- package/dist/data-astro-alerts/index.d.ts +9 -9
- package/dist/data-astro-alerts/index.js +6 -6
- package/dist/data-astro-api-token/index.d.ts +4 -4
- package/dist/data-astro-api-token/index.js +6 -6
- package/dist/data-astro-api-tokens/index.d.ts +7 -7
- package/dist/data-astro-api-tokens/index.js +6 -6
- package/dist/data-astro-cluster/index.d.ts +4 -4
- package/dist/data-astro-cluster/index.js +6 -6
- package/dist/data-astro-cluster-options/index.d.ts +5 -5
- package/dist/data-astro-cluster-options/index.js +6 -6
- package/dist/data-astro-clusters/index.d.ts +6 -6
- package/dist/data-astro-clusters/index.js +6 -6
- package/dist/data-astro-deployment/index.d.ts +4 -4
- package/dist/data-astro-deployment/index.js +6 -6
- package/dist/data-astro-deployment-options/index.d.ts +7 -7
- package/dist/data-astro-deployment-options/index.js +6 -6
- package/dist/data-astro-deployments/index.d.ts +7 -7
- package/dist/data-astro-deployments/index.js +6 -6
- package/dist/data-astro-notification-channel/index.d.ts +4 -4
- package/dist/data-astro-notification-channel/index.js +6 -6
- package/dist/data-astro-notification-channels/index.d.ts +9 -9
- package/dist/data-astro-notification-channels/index.js +6 -6
- package/dist/data-astro-organization/index.d.ts +3 -3
- package/dist/data-astro-organization/index.js +6 -6
- package/dist/data-astro-team/index.d.ts +4 -4
- package/dist/data-astro-team/index.js +6 -6
- package/dist/data-astro-teams/index.d.ts +5 -5
- package/dist/data-astro-teams/index.js +6 -6
- package/dist/data-astro-user/index.d.ts +4 -4
- package/dist/data-astro-user/index.js +6 -6
- package/dist/data-astro-users/index.d.ts +6 -6
- package/dist/data-astro-users/index.js +6 -6
- package/dist/data-astro-workspace/index.d.ts +4 -4
- package/dist/data-astro-workspace/index.js +6 -6
- package/dist/data-astro-workspaces/index.d.ts +6 -6
- package/dist/data-astro-workspaces/index.js +6 -6
- package/dist/deployment/index.d.ts +53 -53
- package/dist/deployment/index.js +6 -6
- package/dist/hybrid-cluster-workspace-authorization/index.d.ts +5 -5
- package/dist/hybrid-cluster-workspace-authorization/index.js +6 -6
- package/dist/notification-channel/index.d.ts +16 -16
- package/dist/notification-channel/index.js +6 -6
- package/dist/provider/index.d.ts +7 -7
- package/dist/provider/index.js +6 -6
- package/dist/team/index.d.ts +13 -13
- package/dist/team/index.js +6 -6
- package/dist/team-roles/index.d.ts +11 -11
- package/dist/team-roles/index.js +6 -6
- package/dist/user-invite/index.d.ts +5 -5
- package/dist/user-invite/index.js +6 -6
- package/dist/user-roles/index.d.ts +11 -11
- package/dist/user-roles/index.js +6 -6
- package/dist/workspace/index.d.ts +6 -6
- package/dist/workspace/index.js +6 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# @cdktf-providers/astronomer-astro (v1.0.
|
|
1
|
+
# @cdktf-providers/astronomer-astro (v1.0.11)
|
|
2
2
|
|
|
3
|
-
This package provides the prebuilt [Terraform astronomer/astro provider](https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
3
|
+
This package provides the prebuilt [Terraform astronomer/astro provider](https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs) bindings for [CDK for Terraform (CDKTF)](https://cdk.tf).
|
|
4
4
|
|
|
5
5
|
The bindings are **automatically generated** from the upstream provider schema. They are intended for use in TypeScript CDKTF applications, and always match the version of the upstream Terraform provider.
|
|
6
6
|
|
|
@@ -12,7 +12,7 @@ For more details, see the [cdktf-providers](https://github.com/shunueda/cdktf-pr
|
|
|
12
12
|
|
|
13
13
|
## Docs
|
|
14
14
|
|
|
15
|
-
See provider documentation on [registry.terraform.io](https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
15
|
+
See provider documentation on [registry.terraform.io](https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs).
|
|
16
16
|
|
|
17
17
|
## Disclaimer
|
|
18
18
|
|
package/dist/alert/index.d.ts
CHANGED
|
@@ -4,43 +4,43 @@ export interface AlertConfig extends cdktf.TerraformMetaArguments {
|
|
|
4
4
|
/**
|
|
5
5
|
* The entity ID the alert is associated with
|
|
6
6
|
*
|
|
7
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
7
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert#entity_id Alert#entity_id}
|
|
8
8
|
*/
|
|
9
9
|
readonly entityId: string;
|
|
10
10
|
/**
|
|
11
11
|
* The ID of the Deployment to which the alert is scoped
|
|
12
12
|
*
|
|
13
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
13
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert#entity_type Alert#entity_type}
|
|
14
14
|
*/
|
|
15
15
|
readonly entityType: string;
|
|
16
16
|
/**
|
|
17
17
|
* Alert name
|
|
18
18
|
*
|
|
19
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
19
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert#name Alert#name}
|
|
20
20
|
*/
|
|
21
21
|
readonly name: string;
|
|
22
22
|
/**
|
|
23
23
|
* Set of notification channel identifiers to notify when the alert is triggered
|
|
24
24
|
*
|
|
25
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
25
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert#notification_channel_ids Alert#notification_channel_ids}
|
|
26
26
|
*/
|
|
27
27
|
readonly notificationChannelIds: string[];
|
|
28
28
|
/**
|
|
29
29
|
* Alert rules defining the conditions for triggering the alert
|
|
30
30
|
*
|
|
31
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
31
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert#rules Alert#rules}
|
|
32
32
|
*/
|
|
33
33
|
readonly rules: AlertRules;
|
|
34
34
|
/**
|
|
35
35
|
* The alert's severity
|
|
36
36
|
*
|
|
37
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
37
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert#severity Alert#severity}
|
|
38
38
|
*/
|
|
39
39
|
readonly severity: string;
|
|
40
40
|
/**
|
|
41
41
|
* The alert's type
|
|
42
42
|
*
|
|
43
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
43
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert#type Alert#type}
|
|
44
44
|
*/
|
|
45
45
|
readonly type: string;
|
|
46
46
|
}
|
|
@@ -88,43 +88,43 @@ export interface AlertNotificationChannelsDefinition {
|
|
|
88
88
|
/**
|
|
89
89
|
* The API key for the notification channel
|
|
90
90
|
*
|
|
91
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
91
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert#api_key Alert#api_key}
|
|
92
92
|
*/
|
|
93
93
|
readonly apiKey?: string;
|
|
94
94
|
/**
|
|
95
95
|
* The DAG ID for the notification channel
|
|
96
96
|
*
|
|
97
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
97
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert#dag_id Alert#dag_id}
|
|
98
98
|
*/
|
|
99
99
|
readonly dagId?: string;
|
|
100
100
|
/**
|
|
101
101
|
* The deployment API token for the notification channel
|
|
102
102
|
*
|
|
103
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
103
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert#deployment_api_token Alert#deployment_api_token}
|
|
104
104
|
*/
|
|
105
105
|
readonly deploymentApiToken?: string;
|
|
106
106
|
/**
|
|
107
107
|
* The deployment ID for the notification channel
|
|
108
108
|
*
|
|
109
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
109
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert#deployment_id Alert#deployment_id}
|
|
110
110
|
*/
|
|
111
111
|
readonly deploymentId?: string;
|
|
112
112
|
/**
|
|
113
113
|
* The integration key for the notification channel
|
|
114
114
|
*
|
|
115
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
115
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert#integration_key Alert#integration_key}
|
|
116
116
|
*/
|
|
117
117
|
readonly integrationKey?: string;
|
|
118
118
|
/**
|
|
119
119
|
* The recipients for the notification channel
|
|
120
120
|
*
|
|
121
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
121
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert#recipients Alert#recipients}
|
|
122
122
|
*/
|
|
123
123
|
readonly recipients?: string[];
|
|
124
124
|
/**
|
|
125
125
|
* The webhook URL for the notification channel
|
|
126
126
|
*
|
|
127
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
127
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert#webhook_url Alert#webhook_url}
|
|
128
128
|
*/
|
|
129
129
|
readonly webhookUrl?: string;
|
|
130
130
|
}
|
|
@@ -199,37 +199,37 @@ export interface AlertNotificationChannels {
|
|
|
199
199
|
/**
|
|
200
200
|
* The notification channel's definition
|
|
201
201
|
*
|
|
202
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
202
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert#definition Alert#definition}
|
|
203
203
|
*/
|
|
204
204
|
readonly definition: AlertNotificationChannelsDefinition;
|
|
205
205
|
/**
|
|
206
206
|
* The entity ID the notification channel is scoped to
|
|
207
207
|
*
|
|
208
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
208
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert#entity_id Alert#entity_id}
|
|
209
209
|
*/
|
|
210
210
|
readonly entityId: string;
|
|
211
211
|
/**
|
|
212
212
|
* The type of entity the notification channel is scoped to (e.g., 'DEPLOYMENT')
|
|
213
213
|
*
|
|
214
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
214
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert#entity_type Alert#entity_type}
|
|
215
215
|
*/
|
|
216
216
|
readonly entityType: string;
|
|
217
217
|
/**
|
|
218
218
|
* When entity type is scoped to ORGANIZATION or WORKSPACE, this determines if child entities can access this notification channel.
|
|
219
219
|
*
|
|
220
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
220
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert#is_shared Alert#is_shared}
|
|
221
221
|
*/
|
|
222
222
|
readonly isShared?: boolean | cdktf.IResolvable;
|
|
223
223
|
/**
|
|
224
224
|
* The notification channel's name
|
|
225
225
|
*
|
|
226
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
226
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert#name Alert#name}
|
|
227
227
|
*/
|
|
228
228
|
readonly name: string;
|
|
229
229
|
/**
|
|
230
230
|
* The notification channel's type
|
|
231
231
|
*
|
|
232
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
232
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert#type Alert#type}
|
|
233
233
|
*/
|
|
234
234
|
readonly type: string;
|
|
235
235
|
}
|
|
@@ -302,19 +302,19 @@ export interface AlertRulesPatternMatches {
|
|
|
302
302
|
/**
|
|
303
303
|
* The type of entity to match against
|
|
304
304
|
*
|
|
305
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
305
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert#entity_type Alert#entity_type}
|
|
306
306
|
*/
|
|
307
307
|
readonly entityType: string;
|
|
308
308
|
/**
|
|
309
309
|
* The type of operator to use for the pattern match
|
|
310
310
|
*
|
|
311
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
311
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert#operator_type Alert#operator_type}
|
|
312
312
|
*/
|
|
313
313
|
readonly operatorType: string;
|
|
314
314
|
/**
|
|
315
315
|
* The values to match against
|
|
316
316
|
*
|
|
317
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
317
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert#values Alert#values}
|
|
318
318
|
*/
|
|
319
319
|
readonly values: string[];
|
|
320
320
|
}
|
|
@@ -365,37 +365,37 @@ export interface AlertRulesProperties {
|
|
|
365
365
|
/**
|
|
366
366
|
* The deadline for the DAG in HH:MM 24-hour UTC format
|
|
367
367
|
*
|
|
368
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
368
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert#dag_deadline Alert#dag_deadline}
|
|
369
369
|
*/
|
|
370
370
|
readonly dagDeadline?: string;
|
|
371
371
|
/**
|
|
372
372
|
* The duration of the DAG in seconds (minimum 60)
|
|
373
373
|
*
|
|
374
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
374
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert#dag_duration_seconds Alert#dag_duration_seconds}
|
|
375
375
|
*/
|
|
376
376
|
readonly dagDurationSeconds?: number;
|
|
377
377
|
/**
|
|
378
378
|
* The days of the week for the timeliness rule
|
|
379
379
|
*
|
|
380
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
380
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert#days_of_week Alert#days_of_week}
|
|
381
381
|
*/
|
|
382
382
|
readonly daysOfWeek?: string[];
|
|
383
383
|
/**
|
|
384
384
|
* The ID of the deployment for the alert rule
|
|
385
385
|
*
|
|
386
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
386
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert#deployment_id Alert#deployment_id}
|
|
387
387
|
*/
|
|
388
388
|
readonly deploymentId: string;
|
|
389
389
|
/**
|
|
390
390
|
* The look-back period in seconds (minimum 60)
|
|
391
391
|
*
|
|
392
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
392
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert#look_back_period_seconds Alert#look_back_period_seconds}
|
|
393
393
|
*/
|
|
394
394
|
readonly lookBackPeriodSeconds?: number;
|
|
395
395
|
/**
|
|
396
396
|
* The duration of the Task in seconds (minimum 60)
|
|
397
397
|
*
|
|
398
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
398
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert#task_duration_seconds Alert#task_duration_seconds}
|
|
399
399
|
*/
|
|
400
400
|
readonly taskDurationSeconds?: number;
|
|
401
401
|
}
|
|
@@ -445,13 +445,13 @@ export interface AlertRules {
|
|
|
445
445
|
/**
|
|
446
446
|
* The alert's pattern matches to match against
|
|
447
447
|
*
|
|
448
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
448
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert#pattern_matches Alert#pattern_matches}
|
|
449
449
|
*/
|
|
450
450
|
readonly patternMatches: AlertRulesPatternMatches[] | cdktf.IResolvable;
|
|
451
451
|
/**
|
|
452
452
|
* The alert's properties used to define the alert
|
|
453
453
|
*
|
|
454
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
454
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert#properties Alert#properties}
|
|
455
455
|
*/
|
|
456
456
|
readonly properties: AlertRulesProperties;
|
|
457
457
|
}
|
|
@@ -497,7 +497,7 @@ export declare class AlertUpdatedByOutputReference extends cdktf.ComplexObject {
|
|
|
497
497
|
get username(): any;
|
|
498
498
|
}
|
|
499
499
|
/**
|
|
500
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
500
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert astro_alert}
|
|
501
501
|
*/
|
|
502
502
|
export declare class Alert extends cdktf.TerraformResource {
|
|
503
503
|
static readonly tfResourceType = "astro_alert";
|
|
@@ -505,12 +505,12 @@ export declare class Alert extends cdktf.TerraformResource {
|
|
|
505
505
|
* Generates CDKTF code for importing a Alert resource upon running "cdktf plan <stack-name>"
|
|
506
506
|
* @param scope The scope in which to define this construct
|
|
507
507
|
* @param importToId The construct id used in the generated config for the Alert to import
|
|
508
|
-
* @param importFromId The id of the existing Alert that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
508
|
+
* @param importFromId The id of the existing Alert that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert#import import section} in the documentation of this resource for the id to use
|
|
509
509
|
* @param provider? Optional instance of the provider where the Alert to import is found
|
|
510
510
|
*/
|
|
511
511
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
512
512
|
/**
|
|
513
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
513
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert astro_alert} Resource
|
|
514
514
|
*
|
|
515
515
|
* @param scope The scope in which to define this construct
|
|
516
516
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
package/dist/alert/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
1
|
+
// https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
export function alertCreatedByToTerraform(struct) {
|
|
@@ -1244,7 +1244,7 @@ export class AlertUpdatedByOutputReference extends cdktf.ComplexObject {
|
|
|
1244
1244
|
}
|
|
1245
1245
|
}
|
|
1246
1246
|
/**
|
|
1247
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
1247
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert astro_alert}
|
|
1248
1248
|
*/
|
|
1249
1249
|
export class Alert extends cdktf.TerraformResource {
|
|
1250
1250
|
// =================
|
|
@@ -1258,7 +1258,7 @@ export class Alert extends cdktf.TerraformResource {
|
|
|
1258
1258
|
* Generates CDKTF code for importing a Alert resource upon running "cdktf plan <stack-name>"
|
|
1259
1259
|
* @param scope The scope in which to define this construct
|
|
1260
1260
|
* @param importToId The construct id used in the generated config for the Alert to import
|
|
1261
|
-
* @param importFromId The id of the existing Alert that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
1261
|
+
* @param importFromId The id of the existing Alert that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert#import import section} in the documentation of this resource for the id to use
|
|
1262
1262
|
* @param provider? Optional instance of the provider where the Alert to import is found
|
|
1263
1263
|
*/
|
|
1264
1264
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -1268,7 +1268,7 @@ export class Alert extends cdktf.TerraformResource {
|
|
|
1268
1268
|
// INITIALIZER
|
|
1269
1269
|
// ===========
|
|
1270
1270
|
/**
|
|
1271
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
1271
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/alert astro_alert} Resource
|
|
1272
1272
|
*
|
|
1273
1273
|
* @param scope The scope in which to define this construct
|
|
1274
1274
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -1279,8 +1279,8 @@ export class Alert extends cdktf.TerraformResource {
|
|
|
1279
1279
|
terraformResourceType: 'astro_alert',
|
|
1280
1280
|
terraformGeneratorMetadata: {
|
|
1281
1281
|
providerName: 'astro',
|
|
1282
|
-
providerVersion: '1.0.
|
|
1283
|
-
providerVersionConstraint: '1.0.
|
|
1282
|
+
providerVersion: '1.0.11',
|
|
1283
|
+
providerVersionConstraint: '1.0.11'
|
|
1284
1284
|
},
|
|
1285
1285
|
provider: config.provider,
|
|
1286
1286
|
dependsOn: config.dependsOn,
|
|
@@ -4,31 +4,31 @@ export interface ApiTokenConfig extends cdktf.TerraformMetaArguments {
|
|
|
4
4
|
/**
|
|
5
5
|
* API Token description
|
|
6
6
|
*
|
|
7
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
7
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/api_token#description ApiToken#description}
|
|
8
8
|
*/
|
|
9
9
|
readonly description?: string;
|
|
10
10
|
/**
|
|
11
11
|
* API Token expiry period in days
|
|
12
12
|
*
|
|
13
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
13
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/api_token#expiry_period_in_days ApiToken#expiry_period_in_days}
|
|
14
14
|
*/
|
|
15
15
|
readonly expiryPeriodInDays?: number;
|
|
16
16
|
/**
|
|
17
17
|
* API Token name
|
|
18
18
|
*
|
|
19
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
19
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/api_token#name ApiToken#name}
|
|
20
20
|
*/
|
|
21
21
|
readonly name: string;
|
|
22
22
|
/**
|
|
23
23
|
* The roles assigned to the API Token
|
|
24
24
|
*
|
|
25
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
25
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/api_token#roles ApiToken#roles}
|
|
26
26
|
*/
|
|
27
27
|
readonly roles: ApiTokenRoles[] | cdktf.IResolvable;
|
|
28
28
|
/**
|
|
29
29
|
* API Token type - if changing this value, the API Token will be recreated with the new type
|
|
30
30
|
*
|
|
31
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
31
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/api_token#type ApiToken#type}
|
|
32
32
|
*/
|
|
33
33
|
readonly type: string;
|
|
34
34
|
}
|
|
@@ -56,19 +56,19 @@ export interface ApiTokenRoles {
|
|
|
56
56
|
/**
|
|
57
57
|
* The ID of the entity to assign the role to
|
|
58
58
|
*
|
|
59
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
59
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/api_token#entity_id ApiToken#entity_id}
|
|
60
60
|
*/
|
|
61
61
|
readonly entityId: string;
|
|
62
62
|
/**
|
|
63
63
|
* The type of entity to assign the role to
|
|
64
64
|
*
|
|
65
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
65
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/api_token#entity_type ApiToken#entity_type}
|
|
66
66
|
*/
|
|
67
67
|
readonly entityType: string;
|
|
68
68
|
/**
|
|
69
69
|
* The role to assign to the entity
|
|
70
70
|
*
|
|
71
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
71
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/api_token#role ApiToken#role}
|
|
72
72
|
*/
|
|
73
73
|
readonly role: string;
|
|
74
74
|
}
|
|
@@ -136,7 +136,7 @@ export declare class ApiTokenUpdatedByOutputReference extends cdktf.ComplexObjec
|
|
|
136
136
|
get username(): any;
|
|
137
137
|
}
|
|
138
138
|
/**
|
|
139
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
139
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/api_token astro_api_token}
|
|
140
140
|
*/
|
|
141
141
|
export declare class ApiToken extends cdktf.TerraformResource {
|
|
142
142
|
static readonly tfResourceType = "astro_api_token";
|
|
@@ -144,12 +144,12 @@ export declare class ApiToken extends cdktf.TerraformResource {
|
|
|
144
144
|
* Generates CDKTF code for importing a ApiToken resource upon running "cdktf plan <stack-name>"
|
|
145
145
|
* @param scope The scope in which to define this construct
|
|
146
146
|
* @param importToId The construct id used in the generated config for the ApiToken to import
|
|
147
|
-
* @param importFromId The id of the existing ApiToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
147
|
+
* @param importFromId The id of the existing ApiToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/api_token#import import section} in the documentation of this resource for the id to use
|
|
148
148
|
* @param provider? Optional instance of the provider where the ApiToken to import is found
|
|
149
149
|
*/
|
|
150
150
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
151
151
|
/**
|
|
152
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
152
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/api_token astro_api_token} Resource
|
|
153
153
|
*
|
|
154
154
|
* @param scope The scope in which to define this construct
|
|
155
155
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
package/dist/api-token/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
1
|
+
// https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/api_token
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
export function apiTokenCreatedByToTerraform(struct) {
|
|
@@ -289,7 +289,7 @@ export class ApiTokenUpdatedByOutputReference extends cdktf.ComplexObject {
|
|
|
289
289
|
}
|
|
290
290
|
}
|
|
291
291
|
/**
|
|
292
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
292
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/api_token astro_api_token}
|
|
293
293
|
*/
|
|
294
294
|
export class ApiToken extends cdktf.TerraformResource {
|
|
295
295
|
// =================
|
|
@@ -303,7 +303,7 @@ export class ApiToken extends cdktf.TerraformResource {
|
|
|
303
303
|
* Generates CDKTF code for importing a ApiToken resource upon running "cdktf plan <stack-name>"
|
|
304
304
|
* @param scope The scope in which to define this construct
|
|
305
305
|
* @param importToId The construct id used in the generated config for the ApiToken to import
|
|
306
|
-
* @param importFromId The id of the existing ApiToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
306
|
+
* @param importFromId The id of the existing ApiToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/api_token#import import section} in the documentation of this resource for the id to use
|
|
307
307
|
* @param provider? Optional instance of the provider where the ApiToken to import is found
|
|
308
308
|
*/
|
|
309
309
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -313,7 +313,7 @@ export class ApiToken extends cdktf.TerraformResource {
|
|
|
313
313
|
// INITIALIZER
|
|
314
314
|
// ===========
|
|
315
315
|
/**
|
|
316
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
316
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/api_token astro_api_token} Resource
|
|
317
317
|
*
|
|
318
318
|
* @param scope The scope in which to define this construct
|
|
319
319
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -324,8 +324,8 @@ export class ApiToken extends cdktf.TerraformResource {
|
|
|
324
324
|
terraformResourceType: 'astro_api_token',
|
|
325
325
|
terraformGeneratorMetadata: {
|
|
326
326
|
providerName: 'astro',
|
|
327
|
-
providerVersion: '1.0.
|
|
328
|
-
providerVersionConstraint: '1.0.
|
|
327
|
+
providerVersion: '1.0.11',
|
|
328
|
+
providerVersionConstraint: '1.0.11'
|
|
329
329
|
},
|
|
330
330
|
provider: config.provider,
|
|
331
331
|
dependsOn: config.dependsOn,
|
package/dist/cluster/index.d.ts
CHANGED
|
@@ -4,59 +4,59 @@ export interface ClusterConfig extends cdktf.TerraformMetaArguments {
|
|
|
4
4
|
/**
|
|
5
5
|
* Cluster cloud provider - if changed, the cluster will be recreated. Allowed values: `AWS`, `GCP`, `AZURE`.
|
|
6
6
|
*
|
|
7
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
7
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/cluster#cloud_provider Cluster#cloud_provider}
|
|
8
8
|
*/
|
|
9
9
|
readonly cloudProvider: string;
|
|
10
10
|
/**
|
|
11
11
|
* Cluster name
|
|
12
12
|
*
|
|
13
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
13
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/cluster#name Cluster#name}
|
|
14
14
|
*/
|
|
15
15
|
readonly name: string;
|
|
16
16
|
/**
|
|
17
17
|
* Cluster pod subnet range - required for 'GCP' clusters. If changed, the cluster will be recreated.
|
|
18
18
|
*
|
|
19
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
19
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/cluster#pod_subnet_range Cluster#pod_subnet_range}
|
|
20
20
|
*/
|
|
21
21
|
readonly podSubnetRange?: string;
|
|
22
22
|
/**
|
|
23
23
|
* Cluster region - if changed, the cluster will be recreated.
|
|
24
24
|
*
|
|
25
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
25
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/cluster#region Cluster#region}
|
|
26
26
|
*/
|
|
27
27
|
readonly region: string;
|
|
28
28
|
/**
|
|
29
29
|
* Cluster service peering range - required for 'GCP' clusters. If changed, the cluster will be recreated.
|
|
30
30
|
*
|
|
31
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
31
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/cluster#service_peering_range Cluster#service_peering_range}
|
|
32
32
|
*/
|
|
33
33
|
readonly servicePeeringRange?: string;
|
|
34
34
|
/**
|
|
35
35
|
* Cluster service subnet range - required for 'GCP' clusters. If changed, the cluster will be recreated.
|
|
36
36
|
*
|
|
37
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
37
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/cluster#service_subnet_range Cluster#service_subnet_range}
|
|
38
38
|
*/
|
|
39
39
|
readonly serviceSubnetRange?: string;
|
|
40
40
|
/**
|
|
41
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
41
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/cluster#timeouts Cluster#timeouts}
|
|
42
42
|
*/
|
|
43
43
|
readonly timeouts?: ClusterTimeouts;
|
|
44
44
|
/**
|
|
45
45
|
* Cluster type
|
|
46
46
|
*
|
|
47
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
47
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/cluster#type Cluster#type}
|
|
48
48
|
*/
|
|
49
49
|
readonly type: string;
|
|
50
50
|
/**
|
|
51
51
|
* Cluster VPC subnet range. If changed, the cluster will be recreated.
|
|
52
52
|
*
|
|
53
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
53
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/cluster#vpc_subnet_range Cluster#vpc_subnet_range}
|
|
54
54
|
*/
|
|
55
55
|
readonly vpcSubnetRange: string;
|
|
56
56
|
/**
|
|
57
57
|
* Cluster workspace IDs
|
|
58
58
|
*
|
|
59
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
59
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/cluster#workspace_ids Cluster#workspace_ids}
|
|
60
60
|
*/
|
|
61
61
|
readonly workspaceIds: string[];
|
|
62
62
|
}
|
|
@@ -173,19 +173,19 @@ export interface ClusterTimeouts {
|
|
|
173
173
|
/**
|
|
174
174
|
* A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
175
175
|
*
|
|
176
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
176
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/cluster#create Cluster#create}
|
|
177
177
|
*/
|
|
178
178
|
readonly create?: string;
|
|
179
179
|
/**
|
|
180
180
|
* A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
|
|
181
181
|
*
|
|
182
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
182
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/cluster#delete Cluster#delete}
|
|
183
183
|
*/
|
|
184
184
|
readonly delete?: string;
|
|
185
185
|
/**
|
|
186
186
|
* A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
187
187
|
*
|
|
188
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
188
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/cluster#update Cluster#update}
|
|
189
189
|
*/
|
|
190
190
|
readonly update?: string;
|
|
191
191
|
}
|
|
@@ -218,7 +218,7 @@ export declare class ClusterTimeoutsOutputReference extends cdktf.ComplexObject
|
|
|
218
218
|
get updateInput(): string;
|
|
219
219
|
}
|
|
220
220
|
/**
|
|
221
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
221
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/cluster astro_cluster}
|
|
222
222
|
*/
|
|
223
223
|
export declare class Cluster extends cdktf.TerraformResource {
|
|
224
224
|
static readonly tfResourceType = "astro_cluster";
|
|
@@ -226,12 +226,12 @@ export declare class Cluster extends cdktf.TerraformResource {
|
|
|
226
226
|
* Generates CDKTF code for importing a Cluster resource upon running "cdktf plan <stack-name>"
|
|
227
227
|
* @param scope The scope in which to define this construct
|
|
228
228
|
* @param importToId The construct id used in the generated config for the Cluster to import
|
|
229
|
-
* @param importFromId The id of the existing Cluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
229
|
+
* @param importFromId The id of the existing Cluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/cluster#import import section} in the documentation of this resource for the id to use
|
|
230
230
|
* @param provider? Optional instance of the provider where the Cluster to import is found
|
|
231
231
|
*/
|
|
232
232
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
233
233
|
/**
|
|
234
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
234
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/cluster astro_cluster} Resource
|
|
235
235
|
*
|
|
236
236
|
* @param scope The scope in which to define this construct
|
|
237
237
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
package/dist/cluster/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
1
|
+
// https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/cluster
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
export function clusterHealthStatusDetailsToTerraform(struct) {
|
|
@@ -430,7 +430,7 @@ export class ClusterTimeoutsOutputReference extends cdktf.ComplexObject {
|
|
|
430
430
|
}
|
|
431
431
|
}
|
|
432
432
|
/**
|
|
433
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
433
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/cluster astro_cluster}
|
|
434
434
|
*/
|
|
435
435
|
export class Cluster extends cdktf.TerraformResource {
|
|
436
436
|
// =================
|
|
@@ -444,7 +444,7 @@ export class Cluster extends cdktf.TerraformResource {
|
|
|
444
444
|
* Generates CDKTF code for importing a Cluster resource upon running "cdktf plan <stack-name>"
|
|
445
445
|
* @param scope The scope in which to define this construct
|
|
446
446
|
* @param importToId The construct id used in the generated config for the Cluster to import
|
|
447
|
-
* @param importFromId The id of the existing Cluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
447
|
+
* @param importFromId The id of the existing Cluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/cluster#import import section} in the documentation of this resource for the id to use
|
|
448
448
|
* @param provider? Optional instance of the provider where the Cluster to import is found
|
|
449
449
|
*/
|
|
450
450
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -454,7 +454,7 @@ export class Cluster extends cdktf.TerraformResource {
|
|
|
454
454
|
// INITIALIZER
|
|
455
455
|
// ===========
|
|
456
456
|
/**
|
|
457
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
457
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.11/docs/resources/cluster astro_cluster} Resource
|
|
458
458
|
*
|
|
459
459
|
* @param scope The scope in which to define this construct
|
|
460
460
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -465,8 +465,8 @@ export class Cluster extends cdktf.TerraformResource {
|
|
|
465
465
|
terraformResourceType: 'astro_cluster',
|
|
466
466
|
terraformGeneratorMetadata: {
|
|
467
467
|
providerName: 'astro',
|
|
468
|
-
providerVersion: '1.0.
|
|
469
|
-
providerVersionConstraint: '1.0.
|
|
468
|
+
providerVersion: '1.0.11',
|
|
469
|
+
providerVersionConstraint: '1.0.11'
|
|
470
470
|
},
|
|
471
471
|
provider: config.provider,
|
|
472
472
|
dependsOn: config.dependsOn,
|