@cdktf-providers/astronomer-astro 1.0.8 → 1.0.9
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
|
@@ -4,7 +4,7 @@ export interface DataAstroAlertConfig extends cdktf.TerraformMetaArguments {
|
|
|
4
4
|
/**
|
|
5
5
|
* Alert identifier
|
|
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.9/docs/data-sources/alert#id DataAstroAlert#id}
|
|
8
8
|
*
|
|
9
9
|
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
10
10
|
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
@@ -96,7 +96,7 @@ export interface DataAstroAlertNotificationChannels {
|
|
|
96
96
|
/**
|
|
97
97
|
* The notification channel's ID
|
|
98
98
|
*
|
|
99
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
99
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/alert#id DataAstroAlert#id}
|
|
100
100
|
*
|
|
101
101
|
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
102
102
|
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
@@ -226,7 +226,7 @@ export declare class DataAstroAlertUpdatedByOutputReference extends cdktf.Comple
|
|
|
226
226
|
get username(): any;
|
|
227
227
|
}
|
|
228
228
|
/**
|
|
229
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
229
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/alert astro_alert}
|
|
230
230
|
*/
|
|
231
231
|
export declare class DataAstroAlert extends cdktf.TerraformDataSource {
|
|
232
232
|
static readonly tfResourceType = "astro_alert";
|
|
@@ -234,12 +234,12 @@ export declare class DataAstroAlert extends cdktf.TerraformDataSource {
|
|
|
234
234
|
* Generates CDKTF code for importing a DataAstroAlert resource upon running "cdktf plan <stack-name>"
|
|
235
235
|
* @param scope The scope in which to define this construct
|
|
236
236
|
* @param importToId The construct id used in the generated config for the DataAstroAlert to import
|
|
237
|
-
* @param importFromId The id of the existing DataAstroAlert that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
237
|
+
* @param importFromId The id of the existing DataAstroAlert that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/alert#import import section} in the documentation of this resource for the id to use
|
|
238
238
|
* @param provider? Optional instance of the provider where the DataAstroAlert to import is found
|
|
239
239
|
*/
|
|
240
240
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
241
241
|
/**
|
|
242
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
242
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/alert astro_alert} Data Source
|
|
243
243
|
*
|
|
244
244
|
* @param scope The scope in which to define this construct
|
|
245
245
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
1
|
+
// https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/alert
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
export function dataAstroAlertCreatedByToTerraform(struct) {
|
|
@@ -616,7 +616,7 @@ export class DataAstroAlertUpdatedByOutputReference extends cdktf.ComplexObject
|
|
|
616
616
|
}
|
|
617
617
|
}
|
|
618
618
|
/**
|
|
619
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
619
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/alert astro_alert}
|
|
620
620
|
*/
|
|
621
621
|
export class DataAstroAlert extends cdktf.TerraformDataSource {
|
|
622
622
|
// =================
|
|
@@ -630,7 +630,7 @@ export class DataAstroAlert extends cdktf.TerraformDataSource {
|
|
|
630
630
|
* Generates CDKTF code for importing a DataAstroAlert resource upon running "cdktf plan <stack-name>"
|
|
631
631
|
* @param scope The scope in which to define this construct
|
|
632
632
|
* @param importToId The construct id used in the generated config for the DataAstroAlert to import
|
|
633
|
-
* @param importFromId The id of the existing DataAstroAlert that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
633
|
+
* @param importFromId The id of the existing DataAstroAlert that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/alert#import import section} in the documentation of this resource for the id to use
|
|
634
634
|
* @param provider? Optional instance of the provider where the DataAstroAlert to import is found
|
|
635
635
|
*/
|
|
636
636
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -640,7 +640,7 @@ export class DataAstroAlert extends cdktf.TerraformDataSource {
|
|
|
640
640
|
// INITIALIZER
|
|
641
641
|
// ===========
|
|
642
642
|
/**
|
|
643
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
643
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/alert astro_alert} Data Source
|
|
644
644
|
*
|
|
645
645
|
* @param scope The scope in which to define this construct
|
|
646
646
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -651,8 +651,8 @@ export class DataAstroAlert extends cdktf.TerraformDataSource {
|
|
|
651
651
|
terraformResourceType: 'astro_alert',
|
|
652
652
|
terraformGeneratorMetadata: {
|
|
653
653
|
providerName: 'astro',
|
|
654
|
-
providerVersion: '1.0.
|
|
655
|
-
providerVersionConstraint: '1.0.
|
|
654
|
+
providerVersion: '1.0.9',
|
|
655
|
+
providerVersionConstraint: '1.0.9'
|
|
656
656
|
},
|
|
657
657
|
provider: config.provider,
|
|
658
658
|
dependsOn: config.dependsOn,
|
|
@@ -2,23 +2,23 @@ import { Construct } from 'constructs';
|
|
|
2
2
|
import * as cdktf from 'cdktf';
|
|
3
3
|
export interface DataAstroAlertsConfig extends cdktf.TerraformMetaArguments {
|
|
4
4
|
/**
|
|
5
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
5
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/alerts#alert_ids DataAstroAlerts#alert_ids}
|
|
6
6
|
*/
|
|
7
7
|
readonly alertIds?: string[];
|
|
8
8
|
/**
|
|
9
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
9
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/alerts#alert_types DataAstroAlerts#alert_types}
|
|
10
10
|
*/
|
|
11
11
|
readonly alertTypes?: string[];
|
|
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.9/docs/data-sources/alerts#deployment_ids DataAstroAlerts#deployment_ids}
|
|
14
14
|
*/
|
|
15
15
|
readonly deploymentIds?: string[];
|
|
16
16
|
/**
|
|
17
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
17
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/alerts#entity_type DataAstroAlerts#entity_type}
|
|
18
18
|
*/
|
|
19
19
|
readonly entityType?: string;
|
|
20
20
|
/**
|
|
21
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
21
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/alerts#workspace_ids DataAstroAlerts#workspace_ids}
|
|
22
22
|
*/
|
|
23
23
|
readonly workspaceIds?: string[];
|
|
24
24
|
}
|
|
@@ -118,7 +118,7 @@ export interface DataAstroAlertsAlerts {
|
|
|
118
118
|
/**
|
|
119
119
|
* Alert identifier
|
|
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.9/docs/data-sources/alerts#id DataAstroAlerts#id}
|
|
122
122
|
*
|
|
123
123
|
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
124
124
|
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
@@ -176,7 +176,7 @@ export declare class DataAstroAlertsAlertsList extends cdktf.ComplexList {
|
|
|
176
176
|
get(index: number): DataAstroAlertsAlertsOutputReference;
|
|
177
177
|
}
|
|
178
178
|
/**
|
|
179
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
179
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/alerts astro_alerts}
|
|
180
180
|
*/
|
|
181
181
|
export declare class DataAstroAlerts extends cdktf.TerraformDataSource {
|
|
182
182
|
static readonly tfResourceType = "astro_alerts";
|
|
@@ -184,12 +184,12 @@ export declare class DataAstroAlerts extends cdktf.TerraformDataSource {
|
|
|
184
184
|
* Generates CDKTF code for importing a DataAstroAlerts resource upon running "cdktf plan <stack-name>"
|
|
185
185
|
* @param scope The scope in which to define this construct
|
|
186
186
|
* @param importToId The construct id used in the generated config for the DataAstroAlerts to import
|
|
187
|
-
* @param importFromId The id of the existing DataAstroAlerts that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
187
|
+
* @param importFromId The id of the existing DataAstroAlerts that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/alerts#import import section} in the documentation of this resource for the id to use
|
|
188
188
|
* @param provider? Optional instance of the provider where the DataAstroAlerts to import is found
|
|
189
189
|
*/
|
|
190
190
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
191
191
|
/**
|
|
192
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
192
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/alerts astro_alerts} Data Source
|
|
193
193
|
*
|
|
194
194
|
* @param scope The scope in which to define this construct
|
|
195
195
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
1
|
+
// https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/alerts
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
export function dataAstroAlertsAlertsCreatedByToTerraform(struct) {
|
|
@@ -414,7 +414,7 @@ export class DataAstroAlertsAlertsList extends cdktf.ComplexList {
|
|
|
414
414
|
}
|
|
415
415
|
}
|
|
416
416
|
/**
|
|
417
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
417
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/alerts astro_alerts}
|
|
418
418
|
*/
|
|
419
419
|
export class DataAstroAlerts extends cdktf.TerraformDataSource {
|
|
420
420
|
// =================
|
|
@@ -428,7 +428,7 @@ export class DataAstroAlerts extends cdktf.TerraformDataSource {
|
|
|
428
428
|
* Generates CDKTF code for importing a DataAstroAlerts resource upon running "cdktf plan <stack-name>"
|
|
429
429
|
* @param scope The scope in which to define this construct
|
|
430
430
|
* @param importToId The construct id used in the generated config for the DataAstroAlerts to import
|
|
431
|
-
* @param importFromId The id of the existing DataAstroAlerts that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
431
|
+
* @param importFromId The id of the existing DataAstroAlerts that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/alerts#import import section} in the documentation of this resource for the id to use
|
|
432
432
|
* @param provider? Optional instance of the provider where the DataAstroAlerts to import is found
|
|
433
433
|
*/
|
|
434
434
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -438,7 +438,7 @@ export class DataAstroAlerts extends cdktf.TerraformDataSource {
|
|
|
438
438
|
// INITIALIZER
|
|
439
439
|
// ===========
|
|
440
440
|
/**
|
|
441
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
441
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/alerts astro_alerts} Data Source
|
|
442
442
|
*
|
|
443
443
|
* @param scope The scope in which to define this construct
|
|
444
444
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -449,8 +449,8 @@ export class DataAstroAlerts extends cdktf.TerraformDataSource {
|
|
|
449
449
|
terraformResourceType: 'astro_alerts',
|
|
450
450
|
terraformGeneratorMetadata: {
|
|
451
451
|
providerName: 'astro',
|
|
452
|
-
providerVersion: '1.0.
|
|
453
|
-
providerVersionConstraint: '1.0.
|
|
452
|
+
providerVersion: '1.0.9',
|
|
453
|
+
providerVersionConstraint: '1.0.9'
|
|
454
454
|
},
|
|
455
455
|
provider: config.provider,
|
|
456
456
|
dependsOn: config.dependsOn,
|
|
@@ -4,7 +4,7 @@ export interface DataAstroApiTokenConfig extends cdktf.TerraformMetaArguments {
|
|
|
4
4
|
/**
|
|
5
5
|
* API Token identifier
|
|
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.9/docs/data-sources/api_token#id DataAstroApiToken#id}
|
|
8
8
|
*
|
|
9
9
|
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
10
10
|
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
@@ -86,7 +86,7 @@ export declare class DataAstroApiTokenUpdatedByOutputReference extends cdktf.Com
|
|
|
86
86
|
get username(): any;
|
|
87
87
|
}
|
|
88
88
|
/**
|
|
89
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
89
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/api_token astro_api_token}
|
|
90
90
|
*/
|
|
91
91
|
export declare class DataAstroApiToken extends cdktf.TerraformDataSource {
|
|
92
92
|
static readonly tfResourceType = "astro_api_token";
|
|
@@ -94,12 +94,12 @@ export declare class DataAstroApiToken extends cdktf.TerraformDataSource {
|
|
|
94
94
|
* Generates CDKTF code for importing a DataAstroApiToken resource upon running "cdktf plan <stack-name>"
|
|
95
95
|
* @param scope The scope in which to define this construct
|
|
96
96
|
* @param importToId The construct id used in the generated config for the DataAstroApiToken to import
|
|
97
|
-
* @param importFromId The id of the existing DataAstroApiToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
97
|
+
* @param importFromId The id of the existing DataAstroApiToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/api_token#import import section} in the documentation of this resource for the id to use
|
|
98
98
|
* @param provider? Optional instance of the provider where the DataAstroApiToken to import is found
|
|
99
99
|
*/
|
|
100
100
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
101
101
|
/**
|
|
102
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
102
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/api_token astro_api_token} Data Source
|
|
103
103
|
*
|
|
104
104
|
* @param scope The scope in which to define this construct
|
|
105
105
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
1
|
+
// https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/api_token
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
export function dataAstroApiTokenCreatedByToTerraform(struct) {
|
|
@@ -212,7 +212,7 @@ export class DataAstroApiTokenUpdatedByOutputReference extends cdktf.ComplexObje
|
|
|
212
212
|
}
|
|
213
213
|
}
|
|
214
214
|
/**
|
|
215
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
215
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/api_token astro_api_token}
|
|
216
216
|
*/
|
|
217
217
|
export class DataAstroApiToken extends cdktf.TerraformDataSource {
|
|
218
218
|
// =================
|
|
@@ -226,7 +226,7 @@ export class DataAstroApiToken extends cdktf.TerraformDataSource {
|
|
|
226
226
|
* Generates CDKTF code for importing a DataAstroApiToken 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 DataAstroApiToken to import
|
|
229
|
-
* @param importFromId The id of the existing DataAstroApiToken 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 DataAstroApiToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/api_token#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 DataAstroApiToken to import is found
|
|
231
231
|
*/
|
|
232
232
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -236,7 +236,7 @@ export class DataAstroApiToken extends cdktf.TerraformDataSource {
|
|
|
236
236
|
// INITIALIZER
|
|
237
237
|
// ===========
|
|
238
238
|
/**
|
|
239
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
239
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/api_token astro_api_token} Data Source
|
|
240
240
|
*
|
|
241
241
|
* @param scope The scope in which to define this construct
|
|
242
242
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -247,8 +247,8 @@ export class DataAstroApiToken extends cdktf.TerraformDataSource {
|
|
|
247
247
|
terraformResourceType: 'astro_api_token',
|
|
248
248
|
terraformGeneratorMetadata: {
|
|
249
249
|
providerName: 'astro',
|
|
250
|
-
providerVersion: '1.0.
|
|
251
|
-
providerVersionConstraint: '1.0.
|
|
250
|
+
providerVersion: '1.0.9',
|
|
251
|
+
providerVersionConstraint: '1.0.9'
|
|
252
252
|
},
|
|
253
253
|
provider: config.provider,
|
|
254
254
|
dependsOn: config.dependsOn,
|
|
@@ -2,15 +2,15 @@ import { Construct } from 'constructs';
|
|
|
2
2
|
import * as cdktf from 'cdktf';
|
|
3
3
|
export interface DataAstroApiTokensConfig extends cdktf.TerraformMetaArguments {
|
|
4
4
|
/**
|
|
5
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
5
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/api_tokens#deployment_id DataAstroApiTokens#deployment_id}
|
|
6
6
|
*/
|
|
7
7
|
readonly deploymentId?: string;
|
|
8
8
|
/**
|
|
9
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
9
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/api_tokens#include_only_organization_tokens DataAstroApiTokens#include_only_organization_tokens}
|
|
10
10
|
*/
|
|
11
11
|
readonly includeOnlyOrganizationTokens?: boolean | cdktf.IResolvable;
|
|
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.9/docs/data-sources/api_tokens#workspace_id DataAstroApiTokens#workspace_id}
|
|
14
14
|
*/
|
|
15
15
|
readonly workspaceId?: string;
|
|
16
16
|
}
|
|
@@ -92,7 +92,7 @@ export interface DataAstroApiTokensApiTokens {
|
|
|
92
92
|
/**
|
|
93
93
|
* API Token identifier
|
|
94
94
|
*
|
|
95
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
95
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/api_tokens#id DataAstroApiTokens#id}
|
|
96
96
|
*
|
|
97
97
|
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
98
98
|
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
@@ -150,7 +150,7 @@ export declare class DataAstroApiTokensApiTokensList extends cdktf.ComplexList {
|
|
|
150
150
|
get(index: number): DataAstroApiTokensApiTokensOutputReference;
|
|
151
151
|
}
|
|
152
152
|
/**
|
|
153
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
153
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/api_tokens astro_api_tokens}
|
|
154
154
|
*/
|
|
155
155
|
export declare class DataAstroApiTokens extends cdktf.TerraformDataSource {
|
|
156
156
|
static readonly tfResourceType = "astro_api_tokens";
|
|
@@ -158,12 +158,12 @@ export declare class DataAstroApiTokens extends cdktf.TerraformDataSource {
|
|
|
158
158
|
* Generates CDKTF code for importing a DataAstroApiTokens resource upon running "cdktf plan <stack-name>"
|
|
159
159
|
* @param scope The scope in which to define this construct
|
|
160
160
|
* @param importToId The construct id used in the generated config for the DataAstroApiTokens to import
|
|
161
|
-
* @param importFromId The id of the existing DataAstroApiTokens that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
161
|
+
* @param importFromId The id of the existing DataAstroApiTokens that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/api_tokens#import import section} in the documentation of this resource for the id to use
|
|
162
162
|
* @param provider? Optional instance of the provider where the DataAstroApiTokens to import is found
|
|
163
163
|
*/
|
|
164
164
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
165
165
|
/**
|
|
166
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
166
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/api_tokens astro_api_tokens} Data Source
|
|
167
167
|
*
|
|
168
168
|
* @param scope The scope in which to define this construct
|
|
169
169
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
1
|
+
// https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/api_tokens
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
export function dataAstroApiTokensApiTokensCreatedByToTerraform(struct) {
|
|
@@ -362,7 +362,7 @@ export class DataAstroApiTokensApiTokensList extends cdktf.ComplexList {
|
|
|
362
362
|
}
|
|
363
363
|
}
|
|
364
364
|
/**
|
|
365
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
365
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/api_tokens astro_api_tokens}
|
|
366
366
|
*/
|
|
367
367
|
export class DataAstroApiTokens extends cdktf.TerraformDataSource {
|
|
368
368
|
// =================
|
|
@@ -376,7 +376,7 @@ export class DataAstroApiTokens extends cdktf.TerraformDataSource {
|
|
|
376
376
|
* Generates CDKTF code for importing a DataAstroApiTokens resource upon running "cdktf plan <stack-name>"
|
|
377
377
|
* @param scope The scope in which to define this construct
|
|
378
378
|
* @param importToId The construct id used in the generated config for the DataAstroApiTokens to import
|
|
379
|
-
* @param importFromId The id of the existing DataAstroApiTokens that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
379
|
+
* @param importFromId The id of the existing DataAstroApiTokens that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/api_tokens#import import section} in the documentation of this resource for the id to use
|
|
380
380
|
* @param provider? Optional instance of the provider where the DataAstroApiTokens to import is found
|
|
381
381
|
*/
|
|
382
382
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -386,7 +386,7 @@ export class DataAstroApiTokens extends cdktf.TerraformDataSource {
|
|
|
386
386
|
// INITIALIZER
|
|
387
387
|
// ===========
|
|
388
388
|
/**
|
|
389
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
389
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/api_tokens astro_api_tokens} Data Source
|
|
390
390
|
*
|
|
391
391
|
* @param scope The scope in which to define this construct
|
|
392
392
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -397,8 +397,8 @@ export class DataAstroApiTokens extends cdktf.TerraformDataSource {
|
|
|
397
397
|
terraformResourceType: 'astro_api_tokens',
|
|
398
398
|
terraformGeneratorMetadata: {
|
|
399
399
|
providerName: 'astro',
|
|
400
|
-
providerVersion: '1.0.
|
|
401
|
-
providerVersionConstraint: '1.0.
|
|
400
|
+
providerVersion: '1.0.9',
|
|
401
|
+
providerVersionConstraint: '1.0.9'
|
|
402
402
|
},
|
|
403
403
|
provider: config.provider,
|
|
404
404
|
dependsOn: config.dependsOn,
|
|
@@ -4,7 +4,7 @@ export interface DataAstroClusterConfig extends cdktf.TerraformMetaArguments {
|
|
|
4
4
|
/**
|
|
5
5
|
* Cluster identifier
|
|
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.9/docs/data-sources/cluster#id DataAstroCluster#id}
|
|
8
8
|
*
|
|
9
9
|
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
10
10
|
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
@@ -154,7 +154,7 @@ export declare class DataAstroClusterTagsList extends cdktf.ComplexList {
|
|
|
154
154
|
get(index: number): DataAstroClusterTagsOutputReference;
|
|
155
155
|
}
|
|
156
156
|
/**
|
|
157
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
157
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/cluster astro_cluster}
|
|
158
158
|
*/
|
|
159
159
|
export declare class DataAstroCluster extends cdktf.TerraformDataSource {
|
|
160
160
|
static readonly tfResourceType = "astro_cluster";
|
|
@@ -162,12 +162,12 @@ export declare class DataAstroCluster extends cdktf.TerraformDataSource {
|
|
|
162
162
|
* Generates CDKTF code for importing a DataAstroCluster resource upon running "cdktf plan <stack-name>"
|
|
163
163
|
* @param scope The scope in which to define this construct
|
|
164
164
|
* @param importToId The construct id used in the generated config for the DataAstroCluster to import
|
|
165
|
-
* @param importFromId The id of the existing DataAstroCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
165
|
+
* @param importFromId The id of the existing DataAstroCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/cluster#import import section} in the documentation of this resource for the id to use
|
|
166
166
|
* @param provider? Optional instance of the provider where the DataAstroCluster to import is found
|
|
167
167
|
*/
|
|
168
168
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
169
169
|
/**
|
|
170
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
170
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/cluster astro_cluster} Data Source
|
|
171
171
|
*
|
|
172
172
|
* @param scope The scope in which to define this construct
|
|
173
173
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
1
|
+
// https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/cluster
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
export function dataAstroClusterHealthStatusDetailsToTerraform(struct) {
|
|
@@ -365,7 +365,7 @@ export class DataAstroClusterTagsList extends cdktf.ComplexList {
|
|
|
365
365
|
}
|
|
366
366
|
}
|
|
367
367
|
/**
|
|
368
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
368
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/cluster astro_cluster}
|
|
369
369
|
*/
|
|
370
370
|
export class DataAstroCluster extends cdktf.TerraformDataSource {
|
|
371
371
|
// =================
|
|
@@ -379,7 +379,7 @@ export class DataAstroCluster extends cdktf.TerraformDataSource {
|
|
|
379
379
|
* Generates CDKTF code for importing a DataAstroCluster resource upon running "cdktf plan <stack-name>"
|
|
380
380
|
* @param scope The scope in which to define this construct
|
|
381
381
|
* @param importToId The construct id used in the generated config for the DataAstroCluster to import
|
|
382
|
-
* @param importFromId The id of the existing DataAstroCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
382
|
+
* @param importFromId The id of the existing DataAstroCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/cluster#import import section} in the documentation of this resource for the id to use
|
|
383
383
|
* @param provider? Optional instance of the provider where the DataAstroCluster to import is found
|
|
384
384
|
*/
|
|
385
385
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -389,7 +389,7 @@ export class DataAstroCluster extends cdktf.TerraformDataSource {
|
|
|
389
389
|
// INITIALIZER
|
|
390
390
|
// ===========
|
|
391
391
|
/**
|
|
392
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
392
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/cluster astro_cluster} Data Source
|
|
393
393
|
*
|
|
394
394
|
* @param scope The scope in which to define this construct
|
|
395
395
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -400,8 +400,8 @@ export class DataAstroCluster extends cdktf.TerraformDataSource {
|
|
|
400
400
|
terraformResourceType: 'astro_cluster',
|
|
401
401
|
terraformGeneratorMetadata: {
|
|
402
402
|
providerName: 'astro',
|
|
403
|
-
providerVersion: '1.0.
|
|
404
|
-
providerVersionConstraint: '1.0.
|
|
403
|
+
providerVersion: '1.0.9',
|
|
404
|
+
providerVersionConstraint: '1.0.9'
|
|
405
405
|
},
|
|
406
406
|
provider: config.provider,
|
|
407
407
|
dependsOn: config.dependsOn,
|
|
@@ -2,11 +2,11 @@ import { Construct } from 'constructs';
|
|
|
2
2
|
import * as cdktf from 'cdktf';
|
|
3
3
|
export interface DataAstroClusterOptionsConfig extends cdktf.TerraformMetaArguments {
|
|
4
4
|
/**
|
|
5
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
5
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/cluster_options#cloud_provider DataAstroClusterOptions#cloud_provider}
|
|
6
6
|
*/
|
|
7
7
|
readonly cloudProvider?: string;
|
|
8
8
|
/**
|
|
9
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
9
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/cluster_options#type DataAstroClusterOptions#type}
|
|
10
10
|
*/
|
|
11
11
|
readonly type: string;
|
|
12
12
|
}
|
|
@@ -215,7 +215,7 @@ export declare class DataAstroClusterOptionsClusterOptionsList extends cdktf.Com
|
|
|
215
215
|
get(index: number): DataAstroClusterOptionsClusterOptionsOutputReference;
|
|
216
216
|
}
|
|
217
217
|
/**
|
|
218
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
218
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/cluster_options astro_cluster_options}
|
|
219
219
|
*/
|
|
220
220
|
export declare class DataAstroClusterOptions extends cdktf.TerraformDataSource {
|
|
221
221
|
static readonly tfResourceType = "astro_cluster_options";
|
|
@@ -223,12 +223,12 @@ export declare class DataAstroClusterOptions extends cdktf.TerraformDataSource {
|
|
|
223
223
|
* Generates CDKTF code for importing a DataAstroClusterOptions resource upon running "cdktf plan <stack-name>"
|
|
224
224
|
* @param scope The scope in which to define this construct
|
|
225
225
|
* @param importToId The construct id used in the generated config for the DataAstroClusterOptions to import
|
|
226
|
-
* @param importFromId The id of the existing DataAstroClusterOptions that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
226
|
+
* @param importFromId The id of the existing DataAstroClusterOptions that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/cluster_options#import import section} in the documentation of this resource for the id to use
|
|
227
227
|
* @param provider? Optional instance of the provider where the DataAstroClusterOptions to import is found
|
|
228
228
|
*/
|
|
229
229
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
230
230
|
/**
|
|
231
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
231
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/cluster_options astro_cluster_options} Data Source
|
|
232
232
|
*
|
|
233
233
|
* @param scope The scope in which to define this construct
|
|
234
234
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
1
|
+
// https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/cluster_options
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
export function dataAstroClusterOptionsClusterOptionsDatabaseInstancesToTerraform(struct) {
|
|
@@ -526,7 +526,7 @@ export class DataAstroClusterOptionsClusterOptionsList extends cdktf.ComplexList
|
|
|
526
526
|
}
|
|
527
527
|
}
|
|
528
528
|
/**
|
|
529
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
529
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/cluster_options astro_cluster_options}
|
|
530
530
|
*/
|
|
531
531
|
export class DataAstroClusterOptions extends cdktf.TerraformDataSource {
|
|
532
532
|
// =================
|
|
@@ -540,7 +540,7 @@ export class DataAstroClusterOptions extends cdktf.TerraformDataSource {
|
|
|
540
540
|
* Generates CDKTF code for importing a DataAstroClusterOptions resource upon running "cdktf plan <stack-name>"
|
|
541
541
|
* @param scope The scope in which to define this construct
|
|
542
542
|
* @param importToId The construct id used in the generated config for the DataAstroClusterOptions to import
|
|
543
|
-
* @param importFromId The id of the existing DataAstroClusterOptions that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
543
|
+
* @param importFromId The id of the existing DataAstroClusterOptions that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/cluster_options#import import section} in the documentation of this resource for the id to use
|
|
544
544
|
* @param provider? Optional instance of the provider where the DataAstroClusterOptions to import is found
|
|
545
545
|
*/
|
|
546
546
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -550,7 +550,7 @@ export class DataAstroClusterOptions extends cdktf.TerraformDataSource {
|
|
|
550
550
|
// INITIALIZER
|
|
551
551
|
// ===========
|
|
552
552
|
/**
|
|
553
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
553
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/cluster_options astro_cluster_options} Data Source
|
|
554
554
|
*
|
|
555
555
|
* @param scope The scope in which to define this construct
|
|
556
556
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -561,8 +561,8 @@ export class DataAstroClusterOptions extends cdktf.TerraformDataSource {
|
|
|
561
561
|
terraformResourceType: 'astro_cluster_options',
|
|
562
562
|
terraformGeneratorMetadata: {
|
|
563
563
|
providerName: 'astro',
|
|
564
|
-
providerVersion: '1.0.
|
|
565
|
-
providerVersionConstraint: '1.0.
|
|
564
|
+
providerVersion: '1.0.9',
|
|
565
|
+
providerVersionConstraint: '1.0.9'
|
|
566
566
|
},
|
|
567
567
|
provider: config.provider,
|
|
568
568
|
dependsOn: config.dependsOn,
|
|
@@ -2,11 +2,11 @@ import { Construct } from 'constructs';
|
|
|
2
2
|
import * as cdktf from 'cdktf';
|
|
3
3
|
export interface DataAstroClustersConfig extends cdktf.TerraformMetaArguments {
|
|
4
4
|
/**
|
|
5
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
5
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/clusters#cloud_provider DataAstroClusters#cloud_provider}
|
|
6
6
|
*/
|
|
7
7
|
readonly cloudProvider?: string;
|
|
8
8
|
/**
|
|
9
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
9
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/clusters#names DataAstroClusters#names}
|
|
10
10
|
*/
|
|
11
11
|
readonly names?: string[];
|
|
12
12
|
}
|
|
@@ -156,7 +156,7 @@ export interface DataAstroClustersClusters {
|
|
|
156
156
|
/**
|
|
157
157
|
* Cluster identifier
|
|
158
158
|
*
|
|
159
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
159
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/clusters#id DataAstroClusters#id}
|
|
160
160
|
*
|
|
161
161
|
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
162
162
|
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
@@ -222,7 +222,7 @@ export declare class DataAstroClustersClustersList extends cdktf.ComplexList {
|
|
|
222
222
|
get(index: number): DataAstroClustersClustersOutputReference;
|
|
223
223
|
}
|
|
224
224
|
/**
|
|
225
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
225
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/clusters astro_clusters}
|
|
226
226
|
*/
|
|
227
227
|
export declare class DataAstroClusters extends cdktf.TerraformDataSource {
|
|
228
228
|
static readonly tfResourceType = "astro_clusters";
|
|
@@ -230,12 +230,12 @@ export declare class DataAstroClusters extends cdktf.TerraformDataSource {
|
|
|
230
230
|
* Generates CDKTF code for importing a DataAstroClusters resource upon running "cdktf plan <stack-name>"
|
|
231
231
|
* @param scope The scope in which to define this construct
|
|
232
232
|
* @param importToId The construct id used in the generated config for the DataAstroClusters to import
|
|
233
|
-
* @param importFromId The id of the existing DataAstroClusters that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
233
|
+
* @param importFromId The id of the existing DataAstroClusters that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/clusters#import import section} in the documentation of this resource for the id to use
|
|
234
234
|
* @param provider? Optional instance of the provider where the DataAstroClusters to import is found
|
|
235
235
|
*/
|
|
236
236
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
237
237
|
/**
|
|
238
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
238
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.9/docs/data-sources/clusters astro_clusters} Data Source
|
|
239
239
|
*
|
|
240
240
|
* @param scope The scope in which to define this construct
|
|
241
241
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|