@cdktf-providers/astronomer-astro 1.0.9 → 1.0.10
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 +17 -17
- 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 +7 -5
- package/dist/data-astro-cluster-options/index.js +6 -6
- package/dist/data-astro-clusters/index.d.ts +8 -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 +57 -57
- 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 DataAstroTeamConfig extends cdktf.TerraformMetaArguments {
|
|
|
4
4
|
/**
|
|
5
5
|
* Team ID
|
|
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.10/docs/data-sources/team#id DataAstroTeam#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 DataAstroTeamWorkspaceRolesList extends cdktf.ComplexList {
|
|
|
154
154
|
get(index: number): DataAstroTeamWorkspaceRolesOutputReference;
|
|
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.10/docs/data-sources/team astro_team}
|
|
158
158
|
*/
|
|
159
159
|
export declare class DataAstroTeam extends cdktf.TerraformDataSource {
|
|
160
160
|
static readonly tfResourceType = "astro_team";
|
|
@@ -162,12 +162,12 @@ export declare class DataAstroTeam extends cdktf.TerraformDataSource {
|
|
|
162
162
|
* Generates CDKTF code for importing a DataAstroTeam 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 DataAstroTeam to import
|
|
165
|
-
* @param importFromId The id of the existing DataAstroTeam 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 DataAstroTeam that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/team#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 DataAstroTeam 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.10/docs/data-sources/team astro_team} 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.10/docs/data-sources/team
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
export function dataAstroTeamCreatedByToTerraform(struct) {
|
|
@@ -368,7 +368,7 @@ export class DataAstroTeamWorkspaceRolesList extends cdktf.ComplexList {
|
|
|
368
368
|
}
|
|
369
369
|
}
|
|
370
370
|
/**
|
|
371
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
371
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/team astro_team}
|
|
372
372
|
*/
|
|
373
373
|
export class DataAstroTeam extends cdktf.TerraformDataSource {
|
|
374
374
|
// =================
|
|
@@ -382,7 +382,7 @@ export class DataAstroTeam extends cdktf.TerraformDataSource {
|
|
|
382
382
|
* Generates CDKTF code for importing a DataAstroTeam resource upon running "cdktf plan <stack-name>"
|
|
383
383
|
* @param scope The scope in which to define this construct
|
|
384
384
|
* @param importToId The construct id used in the generated config for the DataAstroTeam to import
|
|
385
|
-
* @param importFromId The id of the existing DataAstroTeam that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
385
|
+
* @param importFromId The id of the existing DataAstroTeam that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/team#import import section} in the documentation of this resource for the id to use
|
|
386
386
|
* @param provider? Optional instance of the provider where the DataAstroTeam to import is found
|
|
387
387
|
*/
|
|
388
388
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -392,7 +392,7 @@ export class DataAstroTeam extends cdktf.TerraformDataSource {
|
|
|
392
392
|
// INITIALIZER
|
|
393
393
|
// ===========
|
|
394
394
|
/**
|
|
395
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
395
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/team astro_team} Data Source
|
|
396
396
|
*
|
|
397
397
|
* @param scope The scope in which to define this construct
|
|
398
398
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -403,8 +403,8 @@ export class DataAstroTeam extends cdktf.TerraformDataSource {
|
|
|
403
403
|
terraformResourceType: 'astro_team',
|
|
404
404
|
terraformGeneratorMetadata: {
|
|
405
405
|
providerName: 'astro',
|
|
406
|
-
providerVersion: '1.0.
|
|
407
|
-
providerVersionConstraint: '1.0.
|
|
406
|
+
providerVersion: '1.0.10',
|
|
407
|
+
providerVersionConstraint: '1.0.10'
|
|
408
408
|
},
|
|
409
409
|
provider: config.provider,
|
|
410
410
|
dependsOn: config.dependsOn,
|
|
@@ -2,7 +2,7 @@ import { Construct } from 'constructs';
|
|
|
2
2
|
import * as cdktf from 'cdktf';
|
|
3
3
|
export interface DataAstroTeamsConfig 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.10/docs/data-sources/teams#names DataAstroTeams#names}
|
|
6
6
|
*/
|
|
7
7
|
readonly names?: string[];
|
|
8
8
|
}
|
|
@@ -152,7 +152,7 @@ export interface DataAstroTeamsTeams {
|
|
|
152
152
|
/**
|
|
153
153
|
* Team ID
|
|
154
154
|
*
|
|
155
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
155
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/teams#id DataAstroTeams#id}
|
|
156
156
|
*
|
|
157
157
|
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
158
158
|
* 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.
|
|
@@ -211,7 +211,7 @@ export declare class DataAstroTeamsTeamsList extends cdktf.ComplexList {
|
|
|
211
211
|
get(index: number): DataAstroTeamsTeamsOutputReference;
|
|
212
212
|
}
|
|
213
213
|
/**
|
|
214
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
214
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/teams astro_teams}
|
|
215
215
|
*/
|
|
216
216
|
export declare class DataAstroTeams extends cdktf.TerraformDataSource {
|
|
217
217
|
static readonly tfResourceType = "astro_teams";
|
|
@@ -219,12 +219,12 @@ export declare class DataAstroTeams extends cdktf.TerraformDataSource {
|
|
|
219
219
|
* Generates CDKTF code for importing a DataAstroTeams resource upon running "cdktf plan <stack-name>"
|
|
220
220
|
* @param scope The scope in which to define this construct
|
|
221
221
|
* @param importToId The construct id used in the generated config for the DataAstroTeams to import
|
|
222
|
-
* @param importFromId The id of the existing DataAstroTeams that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
222
|
+
* @param importFromId The id of the existing DataAstroTeams that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/teams#import import section} in the documentation of this resource for the id to use
|
|
223
223
|
* @param provider? Optional instance of the provider where the DataAstroTeams to import is found
|
|
224
224
|
*/
|
|
225
225
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
226
226
|
/**
|
|
227
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
227
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/teams astro_teams} Data Source
|
|
228
228
|
*
|
|
229
229
|
* @param scope The scope in which to define this construct
|
|
230
230
|
* @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.10/docs/data-sources/teams
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
export function dataAstroTeamsTeamsCreatedByToTerraform(struct) {
|
|
@@ -516,7 +516,7 @@ export class DataAstroTeamsTeamsList extends cdktf.ComplexList {
|
|
|
516
516
|
}
|
|
517
517
|
}
|
|
518
518
|
/**
|
|
519
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
519
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/teams astro_teams}
|
|
520
520
|
*/
|
|
521
521
|
export class DataAstroTeams extends cdktf.TerraformDataSource {
|
|
522
522
|
// =================
|
|
@@ -530,7 +530,7 @@ export class DataAstroTeams extends cdktf.TerraformDataSource {
|
|
|
530
530
|
* Generates CDKTF code for importing a DataAstroTeams resource upon running "cdktf plan <stack-name>"
|
|
531
531
|
* @param scope The scope in which to define this construct
|
|
532
532
|
* @param importToId The construct id used in the generated config for the DataAstroTeams to import
|
|
533
|
-
* @param importFromId The id of the existing DataAstroTeams that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
533
|
+
* @param importFromId The id of the existing DataAstroTeams that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/teams#import import section} in the documentation of this resource for the id to use
|
|
534
534
|
* @param provider? Optional instance of the provider where the DataAstroTeams to import is found
|
|
535
535
|
*/
|
|
536
536
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -540,7 +540,7 @@ export class DataAstroTeams extends cdktf.TerraformDataSource {
|
|
|
540
540
|
// INITIALIZER
|
|
541
541
|
// ===========
|
|
542
542
|
/**
|
|
543
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
543
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/teams astro_teams} Data Source
|
|
544
544
|
*
|
|
545
545
|
* @param scope The scope in which to define this construct
|
|
546
546
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -551,8 +551,8 @@ export class DataAstroTeams extends cdktf.TerraformDataSource {
|
|
|
551
551
|
terraformResourceType: 'astro_teams',
|
|
552
552
|
terraformGeneratorMetadata: {
|
|
553
553
|
providerName: 'astro',
|
|
554
|
-
providerVersion: '1.0.
|
|
555
|
-
providerVersionConstraint: '1.0.
|
|
554
|
+
providerVersion: '1.0.10',
|
|
555
|
+
providerVersionConstraint: '1.0.10'
|
|
556
556
|
},
|
|
557
557
|
provider: config.provider,
|
|
558
558
|
dependsOn: config.dependsOn,
|
|
@@ -4,7 +4,7 @@ export interface DataAstroUserConfig extends cdktf.TerraformMetaArguments {
|
|
|
4
4
|
/**
|
|
5
5
|
* User 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.10/docs/data-sources/user#id DataAstroUser#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.
|
|
@@ -78,7 +78,7 @@ export declare class DataAstroUserWorkspaceRolesList extends cdktf.ComplexList {
|
|
|
78
78
|
get(index: number): DataAstroUserWorkspaceRolesOutputReference;
|
|
79
79
|
}
|
|
80
80
|
/**
|
|
81
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
81
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/user astro_user}
|
|
82
82
|
*/
|
|
83
83
|
export declare class DataAstroUser extends cdktf.TerraformDataSource {
|
|
84
84
|
static readonly tfResourceType = "astro_user";
|
|
@@ -86,12 +86,12 @@ export declare class DataAstroUser extends cdktf.TerraformDataSource {
|
|
|
86
86
|
* Generates CDKTF code for importing a DataAstroUser resource upon running "cdktf plan <stack-name>"
|
|
87
87
|
* @param scope The scope in which to define this construct
|
|
88
88
|
* @param importToId The construct id used in the generated config for the DataAstroUser to import
|
|
89
|
-
* @param importFromId The id of the existing DataAstroUser that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
89
|
+
* @param importFromId The id of the existing DataAstroUser that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/user#import import section} in the documentation of this resource for the id to use
|
|
90
90
|
* @param provider? Optional instance of the provider where the DataAstroUser to import is found
|
|
91
91
|
*/
|
|
92
92
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
93
93
|
/**
|
|
94
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
94
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/user astro_user} Data Source
|
|
95
95
|
*
|
|
96
96
|
* @param scope The scope in which to define this construct
|
|
97
97
|
* @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.10/docs/data-sources/user
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
export function dataAstroUserDeploymentRolesToTerraform(struct) {
|
|
@@ -150,7 +150,7 @@ export class DataAstroUserWorkspaceRolesList extends cdktf.ComplexList {
|
|
|
150
150
|
}
|
|
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.10/docs/data-sources/user astro_user}
|
|
154
154
|
*/
|
|
155
155
|
export class DataAstroUser extends cdktf.TerraformDataSource {
|
|
156
156
|
// =================
|
|
@@ -164,7 +164,7 @@ export class DataAstroUser extends cdktf.TerraformDataSource {
|
|
|
164
164
|
* Generates CDKTF code for importing a DataAstroUser resource upon running "cdktf plan <stack-name>"
|
|
165
165
|
* @param scope The scope in which to define this construct
|
|
166
166
|
* @param importToId The construct id used in the generated config for the DataAstroUser to import
|
|
167
|
-
* @param importFromId The id of the existing DataAstroUser that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
167
|
+
* @param importFromId The id of the existing DataAstroUser that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/user#import import section} in the documentation of this resource for the id to use
|
|
168
168
|
* @param provider? Optional instance of the provider where the DataAstroUser to import is found
|
|
169
169
|
*/
|
|
170
170
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -174,7 +174,7 @@ export class DataAstroUser extends cdktf.TerraformDataSource {
|
|
|
174
174
|
// INITIALIZER
|
|
175
175
|
// ===========
|
|
176
176
|
/**
|
|
177
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
177
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/user astro_user} Data Source
|
|
178
178
|
*
|
|
179
179
|
* @param scope The scope in which to define this construct
|
|
180
180
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -185,8 +185,8 @@ export class DataAstroUser extends cdktf.TerraformDataSource {
|
|
|
185
185
|
terraformResourceType: 'astro_user',
|
|
186
186
|
terraformGeneratorMetadata: {
|
|
187
187
|
providerName: 'astro',
|
|
188
|
-
providerVersion: '1.0.
|
|
189
|
-
providerVersionConstraint: '1.0.
|
|
188
|
+
providerVersion: '1.0.10',
|
|
189
|
+
providerVersionConstraint: '1.0.10'
|
|
190
190
|
},
|
|
191
191
|
provider: config.provider,
|
|
192
192
|
dependsOn: config.dependsOn,
|
|
@@ -2,11 +2,11 @@ import { Construct } from 'constructs';
|
|
|
2
2
|
import * as cdktf from 'cdktf';
|
|
3
3
|
export interface DataAstroUsersConfig 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.10/docs/data-sources/users#deployment_id DataAstroUsers#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.10/docs/data-sources/users#workspace_id DataAstroUsers#workspace_id}
|
|
10
10
|
*/
|
|
11
11
|
readonly workspaceId?: string;
|
|
12
12
|
}
|
|
@@ -80,7 +80,7 @@ export interface DataAstroUsersUsers {
|
|
|
80
80
|
/**
|
|
81
81
|
* User identifier
|
|
82
82
|
*
|
|
83
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
83
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/users#id DataAstroUsers#id}
|
|
84
84
|
*
|
|
85
85
|
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
86
86
|
* 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.
|
|
@@ -133,7 +133,7 @@ export declare class DataAstroUsersUsersList extends cdktf.ComplexList {
|
|
|
133
133
|
get(index: number): DataAstroUsersUsersOutputReference;
|
|
134
134
|
}
|
|
135
135
|
/**
|
|
136
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
136
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/users astro_users}
|
|
137
137
|
*/
|
|
138
138
|
export declare class DataAstroUsers extends cdktf.TerraformDataSource {
|
|
139
139
|
static readonly tfResourceType = "astro_users";
|
|
@@ -141,12 +141,12 @@ export declare class DataAstroUsers extends cdktf.TerraformDataSource {
|
|
|
141
141
|
* Generates CDKTF code for importing a DataAstroUsers resource upon running "cdktf plan <stack-name>"
|
|
142
142
|
* @param scope The scope in which to define this construct
|
|
143
143
|
* @param importToId The construct id used in the generated config for the DataAstroUsers to import
|
|
144
|
-
* @param importFromId The id of the existing DataAstroUsers that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
144
|
+
* @param importFromId The id of the existing DataAstroUsers that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/users#import import section} in the documentation of this resource for the id to use
|
|
145
145
|
* @param provider? Optional instance of the provider where the DataAstroUsers to import is found
|
|
146
146
|
*/
|
|
147
147
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
148
148
|
/**
|
|
149
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
149
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/users astro_users} Data Source
|
|
150
150
|
*
|
|
151
151
|
* @param scope The scope in which to define this construct
|
|
152
152
|
* @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.10/docs/data-sources/users
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
export function dataAstroUsersUsersDeploymentRolesToTerraform(struct) {
|
|
@@ -283,7 +283,7 @@ export class DataAstroUsersUsersList extends cdktf.ComplexList {
|
|
|
283
283
|
}
|
|
284
284
|
}
|
|
285
285
|
/**
|
|
286
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
286
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/users astro_users}
|
|
287
287
|
*/
|
|
288
288
|
export class DataAstroUsers extends cdktf.TerraformDataSource {
|
|
289
289
|
// =================
|
|
@@ -297,7 +297,7 @@ export class DataAstroUsers extends cdktf.TerraformDataSource {
|
|
|
297
297
|
* Generates CDKTF code for importing a DataAstroUsers resource upon running "cdktf plan <stack-name>"
|
|
298
298
|
* @param scope The scope in which to define this construct
|
|
299
299
|
* @param importToId The construct id used in the generated config for the DataAstroUsers to import
|
|
300
|
-
* @param importFromId The id of the existing DataAstroUsers that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
300
|
+
* @param importFromId The id of the existing DataAstroUsers that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/users#import import section} in the documentation of this resource for the id to use
|
|
301
301
|
* @param provider? Optional instance of the provider where the DataAstroUsers to import is found
|
|
302
302
|
*/
|
|
303
303
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -307,7 +307,7 @@ export class DataAstroUsers extends cdktf.TerraformDataSource {
|
|
|
307
307
|
// INITIALIZER
|
|
308
308
|
// ===========
|
|
309
309
|
/**
|
|
310
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
310
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/users astro_users} Data Source
|
|
311
311
|
*
|
|
312
312
|
* @param scope The scope in which to define this construct
|
|
313
313
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -318,8 +318,8 @@ export class DataAstroUsers extends cdktf.TerraformDataSource {
|
|
|
318
318
|
terraformResourceType: 'astro_users',
|
|
319
319
|
terraformGeneratorMetadata: {
|
|
320
320
|
providerName: 'astro',
|
|
321
|
-
providerVersion: '1.0.
|
|
322
|
-
providerVersionConstraint: '1.0.
|
|
321
|
+
providerVersion: '1.0.10',
|
|
322
|
+
providerVersionConstraint: '1.0.10'
|
|
323
323
|
},
|
|
324
324
|
provider: config.provider,
|
|
325
325
|
dependsOn: config.dependsOn,
|
|
@@ -4,7 +4,7 @@ export interface DataAstroWorkspaceConfig extends cdktf.TerraformMetaArguments {
|
|
|
4
4
|
/**
|
|
5
5
|
* Workspace 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.10/docs/data-sources/workspace#id DataAstroWorkspace#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.
|
|
@@ -52,7 +52,7 @@ export declare class DataAstroWorkspaceUpdatedByOutputReference extends cdktf.Co
|
|
|
52
52
|
get username(): any;
|
|
53
53
|
}
|
|
54
54
|
/**
|
|
55
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
55
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/workspace astro_workspace}
|
|
56
56
|
*/
|
|
57
57
|
export declare class DataAstroWorkspace extends cdktf.TerraformDataSource {
|
|
58
58
|
static readonly tfResourceType = "astro_workspace";
|
|
@@ -60,12 +60,12 @@ export declare class DataAstroWorkspace extends cdktf.TerraformDataSource {
|
|
|
60
60
|
* Generates CDKTF code for importing a DataAstroWorkspace resource upon running "cdktf plan <stack-name>"
|
|
61
61
|
* @param scope The scope in which to define this construct
|
|
62
62
|
* @param importToId The construct id used in the generated config for the DataAstroWorkspace to import
|
|
63
|
-
* @param importFromId The id of the existing DataAstroWorkspace that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
63
|
+
* @param importFromId The id of the existing DataAstroWorkspace that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/workspace#import import section} in the documentation of this resource for the id to use
|
|
64
64
|
* @param provider? Optional instance of the provider where the DataAstroWorkspace to import is found
|
|
65
65
|
*/
|
|
66
66
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
67
67
|
/**
|
|
68
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
68
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/workspace astro_workspace} Data Source
|
|
69
69
|
*
|
|
70
70
|
* @param scope The scope in which to define this construct
|
|
71
71
|
* @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.10/docs/data-sources/workspace
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
export function dataAstroWorkspaceCreatedByToTerraform(struct) {
|
|
@@ -134,7 +134,7 @@ export class DataAstroWorkspaceUpdatedByOutputReference extends cdktf.ComplexObj
|
|
|
134
134
|
}
|
|
135
135
|
}
|
|
136
136
|
/**
|
|
137
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
137
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/workspace astro_workspace}
|
|
138
138
|
*/
|
|
139
139
|
export class DataAstroWorkspace extends cdktf.TerraformDataSource {
|
|
140
140
|
// =================
|
|
@@ -148,7 +148,7 @@ export class DataAstroWorkspace extends cdktf.TerraformDataSource {
|
|
|
148
148
|
* Generates CDKTF code for importing a DataAstroWorkspace resource upon running "cdktf plan <stack-name>"
|
|
149
149
|
* @param scope The scope in which to define this construct
|
|
150
150
|
* @param importToId The construct id used in the generated config for the DataAstroWorkspace to import
|
|
151
|
-
* @param importFromId The id of the existing DataAstroWorkspace that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
151
|
+
* @param importFromId The id of the existing DataAstroWorkspace that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/workspace#import import section} in the documentation of this resource for the id to use
|
|
152
152
|
* @param provider? Optional instance of the provider where the DataAstroWorkspace to import is found
|
|
153
153
|
*/
|
|
154
154
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -158,7 +158,7 @@ export class DataAstroWorkspace extends cdktf.TerraformDataSource {
|
|
|
158
158
|
// INITIALIZER
|
|
159
159
|
// ===========
|
|
160
160
|
/**
|
|
161
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
161
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/workspace astro_workspace} Data Source
|
|
162
162
|
*
|
|
163
163
|
* @param scope The scope in which to define this construct
|
|
164
164
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -169,8 +169,8 @@ export class DataAstroWorkspace extends cdktf.TerraformDataSource {
|
|
|
169
169
|
terraformResourceType: 'astro_workspace',
|
|
170
170
|
terraformGeneratorMetadata: {
|
|
171
171
|
providerName: 'astro',
|
|
172
|
-
providerVersion: '1.0.
|
|
173
|
-
providerVersionConstraint: '1.0.
|
|
172
|
+
providerVersion: '1.0.10',
|
|
173
|
+
providerVersionConstraint: '1.0.10'
|
|
174
174
|
},
|
|
175
175
|
provider: config.provider,
|
|
176
176
|
dependsOn: config.dependsOn,
|
|
@@ -2,11 +2,11 @@ import { Construct } from 'constructs';
|
|
|
2
2
|
import * as cdktf from 'cdktf';
|
|
3
3
|
export interface DataAstroWorkspacesConfig 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.10/docs/data-sources/workspaces#names DataAstroWorkspaces#names}
|
|
6
6
|
*/
|
|
7
7
|
readonly names?: 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.10/docs/data-sources/workspaces#workspace_ids DataAstroWorkspaces#workspace_ids}
|
|
10
10
|
*/
|
|
11
11
|
readonly workspaceIds?: string[];
|
|
12
12
|
}
|
|
@@ -54,7 +54,7 @@ export interface DataAstroWorkspacesWorkspaces {
|
|
|
54
54
|
/**
|
|
55
55
|
* Workspace identifier
|
|
56
56
|
*
|
|
57
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
57
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/workspaces#id DataAstroWorkspaces#id}
|
|
58
58
|
*
|
|
59
59
|
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
60
60
|
* 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.
|
|
@@ -105,7 +105,7 @@ export declare class DataAstroWorkspacesWorkspacesList extends cdktf.ComplexList
|
|
|
105
105
|
get(index: number): DataAstroWorkspacesWorkspacesOutputReference;
|
|
106
106
|
}
|
|
107
107
|
/**
|
|
108
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
108
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/workspaces astro_workspaces}
|
|
109
109
|
*/
|
|
110
110
|
export declare class DataAstroWorkspaces extends cdktf.TerraformDataSource {
|
|
111
111
|
static readonly tfResourceType = "astro_workspaces";
|
|
@@ -113,12 +113,12 @@ export declare class DataAstroWorkspaces extends cdktf.TerraformDataSource {
|
|
|
113
113
|
* Generates CDKTF code for importing a DataAstroWorkspaces resource upon running "cdktf plan <stack-name>"
|
|
114
114
|
* @param scope The scope in which to define this construct
|
|
115
115
|
* @param importToId The construct id used in the generated config for the DataAstroWorkspaces to import
|
|
116
|
-
* @param importFromId The id of the existing DataAstroWorkspaces that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
116
|
+
* @param importFromId The id of the existing DataAstroWorkspaces that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/workspaces#import import section} in the documentation of this resource for the id to use
|
|
117
117
|
* @param provider? Optional instance of the provider where the DataAstroWorkspaces to import is found
|
|
118
118
|
*/
|
|
119
119
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
120
120
|
/**
|
|
121
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
121
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/workspaces astro_workspaces} Data Source
|
|
122
122
|
*
|
|
123
123
|
* @param scope The scope in which to define this construct
|
|
124
124
|
* @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.10/docs/data-sources/workspaces
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
export function dataAstroWorkspacesWorkspacesCreatedByToTerraform(struct) {
|
|
@@ -259,7 +259,7 @@ export class DataAstroWorkspacesWorkspacesList extends cdktf.ComplexList {
|
|
|
259
259
|
}
|
|
260
260
|
}
|
|
261
261
|
/**
|
|
262
|
-
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
262
|
+
* Represents a {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/workspaces astro_workspaces}
|
|
263
263
|
*/
|
|
264
264
|
export class DataAstroWorkspaces extends cdktf.TerraformDataSource {
|
|
265
265
|
// =================
|
|
@@ -273,7 +273,7 @@ export class DataAstroWorkspaces extends cdktf.TerraformDataSource {
|
|
|
273
273
|
* Generates CDKTF code for importing a DataAstroWorkspaces resource upon running "cdktf plan <stack-name>"
|
|
274
274
|
* @param scope The scope in which to define this construct
|
|
275
275
|
* @param importToId The construct id used in the generated config for the DataAstroWorkspaces to import
|
|
276
|
-
* @param importFromId The id of the existing DataAstroWorkspaces that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
276
|
+
* @param importFromId The id of the existing DataAstroWorkspaces that should be imported. Refer to the {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/workspaces#import import section} in the documentation of this resource for the id to use
|
|
277
277
|
* @param provider? Optional instance of the provider where the DataAstroWorkspaces to import is found
|
|
278
278
|
*/
|
|
279
279
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -283,7 +283,7 @@ export class DataAstroWorkspaces extends cdktf.TerraformDataSource {
|
|
|
283
283
|
// INITIALIZER
|
|
284
284
|
// ===========
|
|
285
285
|
/**
|
|
286
|
-
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.
|
|
286
|
+
* Create a new {@link https://registry.terraform.io/providers/astronomer/astro/1.0.10/docs/data-sources/workspaces astro_workspaces} Data Source
|
|
287
287
|
*
|
|
288
288
|
* @param scope The scope in which to define this construct
|
|
289
289
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -294,8 +294,8 @@ export class DataAstroWorkspaces extends cdktf.TerraformDataSource {
|
|
|
294
294
|
terraformResourceType: 'astro_workspaces',
|
|
295
295
|
terraformGeneratorMetadata: {
|
|
296
296
|
providerName: 'astro',
|
|
297
|
-
providerVersion: '1.0.
|
|
298
|
-
providerVersionConstraint: '1.0.
|
|
297
|
+
providerVersion: '1.0.10',
|
|
298
|
+
providerVersionConstraint: '1.0.10'
|
|
299
299
|
},
|
|
300
300
|
provider: config.provider,
|
|
301
301
|
dependsOn: config.dependsOn,
|