pulumi-logtail 1.3.0 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/README.md +34 -4
  2. package/bin/collector.d.ts +20 -17
  3. package/bin/collector.d.ts.map +1 -1
  4. package/bin/collector.js.map +1 -1
  5. package/bin/collectorTarget.d.ts +21 -61
  6. package/bin/collectorTarget.d.ts.map +1 -1
  7. package/bin/collectorTarget.js +0 -10
  8. package/bin/collectorTarget.js.map +1 -1
  9. package/bin/connection.d.ts +12 -12
  10. package/bin/dashboard.d.ts +3 -3
  11. package/bin/dashboardAlert.d.ts +6 -6
  12. package/bin/dashboardGroup.d.ts +3 -3
  13. package/bin/errorsApplication.d.ts +321 -294
  14. package/bin/errorsApplication.d.ts.map +1 -1
  15. package/bin/errorsApplication.js +4 -0
  16. package/bin/errorsApplication.js.map +1 -1
  17. package/bin/errorsApplicationGroup.d.ts +3 -3
  18. package/bin/exploration.d.ts +3 -3
  19. package/bin/explorationAlert.d.ts +3 -3
  20. package/bin/explorationGroup.d.ts +3 -3
  21. package/bin/getErrorsApplication.d.ts +2 -0
  22. package/bin/getErrorsApplication.d.ts.map +1 -1
  23. package/bin/getErrorsApplication.js.map +1 -1
  24. package/bin/index.d.ts +3 -21
  25. package/bin/index.d.ts.map +1 -1
  26. package/bin/index.js +7 -31
  27. package/bin/index.js.map +1 -1
  28. package/bin/package.json +6 -6
  29. package/bin/source.d.ts +176 -170
  30. package/bin/source.d.ts.map +1 -1
  31. package/bin/source.js.map +1 -1
  32. package/bin/sourceAwsAccount.d.ts +88 -0
  33. package/bin/sourceAwsAccount.d.ts.map +1 -0
  34. package/bin/{warehouseSourceGroup.js → sourceAwsAccount.js} +25 -20
  35. package/bin/sourceAwsAccount.js.map +1 -0
  36. package/bin/sourceGroup.d.ts +3 -3
  37. package/bin/types/input.d.ts +10 -32
  38. package/bin/types/input.d.ts.map +1 -1
  39. package/bin/types/output.d.ts +10 -39
  40. package/bin/types/output.d.ts.map +1 -1
  41. package/bin/utilities.d.ts.map +1 -1
  42. package/bin/utilities.js +8 -35
  43. package/bin/utilities.js.map +1 -1
  44. package/package.json +6 -6
  45. package/bin/getWarehouseEmbedding.d.ts +0 -31
  46. package/bin/getWarehouseEmbedding.d.ts.map +0 -1
  47. package/bin/getWarehouseEmbedding.js +0 -58
  48. package/bin/getWarehouseEmbedding.js.map +0 -1
  49. package/bin/getWarehouseSource.d.ts +0 -38
  50. package/bin/getWarehouseSource.d.ts.map +0 -1
  51. package/bin/getWarehouseSource.js +0 -54
  52. package/bin/getWarehouseSource.js.map +0 -1
  53. package/bin/getWarehouseSourceGroup.d.ts +0 -27
  54. package/bin/getWarehouseSourceGroup.d.ts.map +0 -1
  55. package/bin/getWarehouseSourceGroup.js +0 -54
  56. package/bin/getWarehouseSourceGroup.js.map +0 -1
  57. package/bin/warehouseEmbedding.d.ts +0 -113
  58. package/bin/warehouseEmbedding.d.ts.map +0 -1
  59. package/bin/warehouseEmbedding.js +0 -109
  60. package/bin/warehouseEmbedding.js.map +0 -1
  61. package/bin/warehouseSource.d.ts +0 -205
  62. package/bin/warehouseSource.d.ts.map +0 -1
  63. package/bin/warehouseSource.js +0 -110
  64. package/bin/warehouseSource.js.map +0 -1
  65. package/bin/warehouseSourceGroup.d.ts +0 -89
  66. package/bin/warehouseSourceGroup.d.ts.map +0 -1
  67. package/bin/warehouseSourceGroup.js.map +0 -1
  68. package/bin/warehouseTimeSeries.d.ts +0 -133
  69. package/bin/warehouseTimeSeries.d.ts.map +0 -1
  70. package/bin/warehouseTimeSeries.js +0 -105
  71. package/bin/warehouseTimeSeries.js.map +0 -1
@@ -69,21 +69,16 @@ class CollectorTarget extends pulumi.CustomResource {
69
69
  if (opts.id) {
70
70
  const state = argsOrState;
71
71
  resourceInputs["apiKey"] = state?.apiKey;
72
- resourceInputs["autogenerated"] = state?.autogenerated;
73
72
  resourceInputs["collectorHost"] = state?.collectorHost;
74
73
  resourceInputs["collectorId"] = state?.collectorId;
75
- resourceInputs["consecutiveFailureCount"] = state?.consecutiveFailureCount;
76
74
  resourceInputs["container"] = state?.container;
77
75
  resourceInputs["createdAt"] = state?.createdAt;
78
- resourceInputs["detectedHost"] = state?.detectedHost;
79
76
  resourceInputs["enabled"] = state?.enabled;
80
77
  resourceInputs["endpoint"] = state?.endpoint;
81
78
  resourceInputs["host"] = state?.host;
82
79
  resourceInputs["kind"] = state?.kind;
83
- resourceInputs["lastPingAt"] = state?.lastPingAt;
84
80
  resourceInputs["listenIp"] = state?.listenIp;
85
81
  resourceInputs["password"] = state?.password;
86
- resourceInputs["pausedUntil"] = state?.pausedUntil;
87
82
  resourceInputs["port"] = state?.port;
88
83
  resourceInputs["scheme"] = state?.scheme;
89
84
  resourceInputs["service"] = state?.service;
@@ -116,13 +111,8 @@ class CollectorTarget extends pulumi.CustomResource {
116
111
  resourceInputs["sslMode"] = args?.sslMode;
117
112
  resourceInputs["tls"] = args?.tls;
118
113
  resourceInputs["username"] = args?.username;
119
- resourceInputs["autogenerated"] = undefined /*out*/;
120
- resourceInputs["consecutiveFailureCount"] = undefined /*out*/;
121
114
  resourceInputs["container"] = undefined /*out*/;
122
115
  resourceInputs["createdAt"] = undefined /*out*/;
123
- resourceInputs["detectedHost"] = undefined /*out*/;
124
- resourceInputs["lastPingAt"] = undefined /*out*/;
125
- resourceInputs["pausedUntil"] = undefined /*out*/;
126
116
  resourceInputs["status"] = undefined /*out*/;
127
117
  resourceInputs["updatedAt"] = undefined /*out*/;
128
118
  }
@@ -1 +1 @@
1
- {"version":3,"file":"collectorTarget.js","sourceRoot":"","sources":["../collectorTarget.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"collectorTarget.js","sourceRoot":"","sources":["../collectorTarget.ts"],"names":[],"mappings":"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"}
@@ -18,7 +18,7 @@ export declare class Connection extends pulumi.CustomResource {
18
18
  */
19
19
  static isInstance(obj: any): obj is Connection;
20
20
  /**
21
- * Type of client connection. Currently only <span pulumi-lang-nodejs="`clickhouse`" pulumi-lang-dotnet="`Clickhouse`" pulumi-lang-go="`clickhouse`" pulumi-lang-python="`clickhouse`" pulumi-lang-yaml="`clickhouse`" pulumi-lang-java="`clickhouse`">`clickhouse`</span> is supported.
21
+ * Type of client connection. Currently only <span pulumi-lang-nodejs="`clickhouse`" pulumi-lang-dotnet="`Clickhouse`" pulumi-lang-go="`clickhouse`" pulumi-lang-python="`clickhouse`" pulumi-lang-yaml="`clickhouse`" pulumi-lang-java="`clickhouse`" pulumi-lang-hcl="`clickhouse`">`clickhouse`</span> is supported.
22
22
  */
23
23
  readonly clientType: pulumi.Output<string>;
24
24
  /**
@@ -32,7 +32,7 @@ export declare class Connection extends pulumi.CustomResource {
32
32
  [key: string]: string;
33
33
  }>;
34
34
  /**
35
- * Data region or private cluster name. Permitted values: <span pulumi-lang-nodejs="`usEast`" pulumi-lang-dotnet="`UsEast`" pulumi-lang-go="`usEast`" pulumi-lang-python="`us_east`" pulumi-lang-yaml="`usEast`" pulumi-lang-java="`usEast`">`us_east`</span>, <span pulumi-lang-nodejs="`germany`" pulumi-lang-dotnet="`Germany`" pulumi-lang-go="`germany`" pulumi-lang-python="`germany`" pulumi-lang-yaml="`germany`" pulumi-lang-java="`germany`">`germany`</span>, <span pulumi-lang-nodejs="`singapore`" pulumi-lang-dotnet="`Singapore`" pulumi-lang-go="`singapore`" pulumi-lang-python="`singapore`" pulumi-lang-yaml="`singapore`" pulumi-lang-java="`singapore`">`singapore`</span>.
35
+ * Data region or private cluster name. Permitted values for most plans are: <span pulumi-lang-nodejs="`usEast`" pulumi-lang-dotnet="`UsEast`" pulumi-lang-go="`usEast`" pulumi-lang-python="`us_east`" pulumi-lang-yaml="`usEast`" pulumi-lang-java="`usEast`" pulumi-lang-hcl="`us_east`">`usEast`</span>, <span pulumi-lang-nodejs="`germany`" pulumi-lang-dotnet="`Germany`" pulumi-lang-go="`germany`" pulumi-lang-python="`germany`" pulumi-lang-yaml="`germany`" pulumi-lang-java="`germany`" pulumi-lang-hcl="`germany`">`germany`</span>, <span pulumi-lang-nodejs="`singapore`" pulumi-lang-dotnet="`Singapore`" pulumi-lang-go="`singapore`" pulumi-lang-python="`singapore`" pulumi-lang-yaml="`singapore`" pulumi-lang-java="`singapore`" pulumi-lang-hcl="`singapore`">`singapore`</span>.
36
36
  */
37
37
  readonly dataRegion: pulumi.Output<string | undefined>;
38
38
  /**
@@ -64,11 +64,11 @@ export declare class Connection extends pulumi.CustomResource {
64
64
  */
65
65
  readonly sampleQuery: pulumi.Output<string>;
66
66
  /**
67
- * Array of team IDs to associate with the connection. Only one of <span pulumi-lang-nodejs="`teamNames`" pulumi-lang-dotnet="`TeamNames`" pulumi-lang-go="`teamNames`" pulumi-lang-python="`team_names`" pulumi-lang-yaml="`teamNames`" pulumi-lang-java="`teamNames`">`team_names`</span> or <span pulumi-lang-nodejs="`teamIds`" pulumi-lang-dotnet="`TeamIds`" pulumi-lang-go="`teamIds`" pulumi-lang-python="`team_ids`" pulumi-lang-yaml="`teamIds`" pulumi-lang-java="`teamIds`">`team_ids`</span> should be provided.
67
+ * Array of team IDs to associate with the connection. Only one of <span pulumi-lang-nodejs="`teamNames`" pulumi-lang-dotnet="`TeamNames`" pulumi-lang-go="`teamNames`" pulumi-lang-python="`team_names`" pulumi-lang-yaml="`teamNames`" pulumi-lang-java="`teamNames`" pulumi-lang-hcl="`team_names`">`teamNames`</span> or <span pulumi-lang-nodejs="`teamIds`" pulumi-lang-dotnet="`TeamIds`" pulumi-lang-go="`teamIds`" pulumi-lang-python="`team_ids`" pulumi-lang-yaml="`teamIds`" pulumi-lang-java="`teamIds`" pulumi-lang-hcl="`team_ids`">`teamIds`</span> should be provided.
68
68
  */
69
69
  readonly teamIds: pulumi.Output<number[]>;
70
70
  /**
71
- * Array of team names to associate with the connection. Only one of <span pulumi-lang-nodejs="`teamNames`" pulumi-lang-dotnet="`TeamNames`" pulumi-lang-go="`teamNames`" pulumi-lang-python="`team_names`" pulumi-lang-yaml="`teamNames`" pulumi-lang-java="`teamNames`">`team_names`</span> or <span pulumi-lang-nodejs="`teamIds`" pulumi-lang-dotnet="`TeamIds`" pulumi-lang-go="`teamIds`" pulumi-lang-python="`team_ids`" pulumi-lang-yaml="`teamIds`" pulumi-lang-java="`teamIds`">`team_ids`</span> should be provided.
71
+ * Array of team names to associate with the connection. Only one of <span pulumi-lang-nodejs="`teamNames`" pulumi-lang-dotnet="`TeamNames`" pulumi-lang-go="`teamNames`" pulumi-lang-python="`team_names`" pulumi-lang-yaml="`teamNames`" pulumi-lang-java="`teamNames`" pulumi-lang-hcl="`team_names`">`teamNames`</span> or <span pulumi-lang-nodejs="`teamIds`" pulumi-lang-dotnet="`TeamIds`" pulumi-lang-go="`teamIds`" pulumi-lang-python="`team_ids`" pulumi-lang-yaml="`teamIds`" pulumi-lang-java="`teamIds`" pulumi-lang-hcl="`team_ids`">`teamIds`</span> should be provided.
72
72
  */
73
73
  readonly teamNames: pulumi.Output<string[]>;
74
74
  /**
@@ -93,7 +93,7 @@ export declare class Connection extends pulumi.CustomResource {
93
93
  */
94
94
  export interface ConnectionState {
95
95
  /**
96
- * Type of client connection. Currently only <span pulumi-lang-nodejs="`clickhouse`" pulumi-lang-dotnet="`Clickhouse`" pulumi-lang-go="`clickhouse`" pulumi-lang-python="`clickhouse`" pulumi-lang-yaml="`clickhouse`" pulumi-lang-java="`clickhouse`">`clickhouse`</span> is supported.
96
+ * Type of client connection. Currently only <span pulumi-lang-nodejs="`clickhouse`" pulumi-lang-dotnet="`Clickhouse`" pulumi-lang-go="`clickhouse`" pulumi-lang-python="`clickhouse`" pulumi-lang-yaml="`clickhouse`" pulumi-lang-java="`clickhouse`" pulumi-lang-hcl="`clickhouse`">`clickhouse`</span> is supported.
97
97
  */
98
98
  clientType?: pulumi.Input<string | undefined>;
99
99
  /**
@@ -107,7 +107,7 @@ export interface ConnectionState {
107
107
  [key: string]: pulumi.Input<string>;
108
108
  } | undefined>;
109
109
  /**
110
- * Data region or private cluster name. Permitted values: <span pulumi-lang-nodejs="`usEast`" pulumi-lang-dotnet="`UsEast`" pulumi-lang-go="`usEast`" pulumi-lang-python="`us_east`" pulumi-lang-yaml="`usEast`" pulumi-lang-java="`usEast`">`us_east`</span>, <span pulumi-lang-nodejs="`germany`" pulumi-lang-dotnet="`Germany`" pulumi-lang-go="`germany`" pulumi-lang-python="`germany`" pulumi-lang-yaml="`germany`" pulumi-lang-java="`germany`">`germany`</span>, <span pulumi-lang-nodejs="`singapore`" pulumi-lang-dotnet="`Singapore`" pulumi-lang-go="`singapore`" pulumi-lang-python="`singapore`" pulumi-lang-yaml="`singapore`" pulumi-lang-java="`singapore`">`singapore`</span>.
110
+ * Data region or private cluster name. Permitted values for most plans are: <span pulumi-lang-nodejs="`usEast`" pulumi-lang-dotnet="`UsEast`" pulumi-lang-go="`usEast`" pulumi-lang-python="`us_east`" pulumi-lang-yaml="`usEast`" pulumi-lang-java="`usEast`" pulumi-lang-hcl="`us_east`">`usEast`</span>, <span pulumi-lang-nodejs="`germany`" pulumi-lang-dotnet="`Germany`" pulumi-lang-go="`germany`" pulumi-lang-python="`germany`" pulumi-lang-yaml="`germany`" pulumi-lang-java="`germany`" pulumi-lang-hcl="`germany`">`germany`</span>, <span pulumi-lang-nodejs="`singapore`" pulumi-lang-dotnet="`Singapore`" pulumi-lang-go="`singapore`" pulumi-lang-python="`singapore`" pulumi-lang-yaml="`singapore`" pulumi-lang-java="`singapore`" pulumi-lang-hcl="`singapore`">`singapore`</span>.
111
111
  */
112
112
  dataRegion?: pulumi.Input<string | undefined>;
113
113
  /**
@@ -139,11 +139,11 @@ export interface ConnectionState {
139
139
  */
140
140
  sampleQuery?: pulumi.Input<string | undefined>;
141
141
  /**
142
- * Array of team IDs to associate with the connection. Only one of <span pulumi-lang-nodejs="`teamNames`" pulumi-lang-dotnet="`TeamNames`" pulumi-lang-go="`teamNames`" pulumi-lang-python="`team_names`" pulumi-lang-yaml="`teamNames`" pulumi-lang-java="`teamNames`">`team_names`</span> or <span pulumi-lang-nodejs="`teamIds`" pulumi-lang-dotnet="`TeamIds`" pulumi-lang-go="`teamIds`" pulumi-lang-python="`team_ids`" pulumi-lang-yaml="`teamIds`" pulumi-lang-java="`teamIds`">`team_ids`</span> should be provided.
142
+ * Array of team IDs to associate with the connection. Only one of <span pulumi-lang-nodejs="`teamNames`" pulumi-lang-dotnet="`TeamNames`" pulumi-lang-go="`teamNames`" pulumi-lang-python="`team_names`" pulumi-lang-yaml="`teamNames`" pulumi-lang-java="`teamNames`" pulumi-lang-hcl="`team_names`">`teamNames`</span> or <span pulumi-lang-nodejs="`teamIds`" pulumi-lang-dotnet="`TeamIds`" pulumi-lang-go="`teamIds`" pulumi-lang-python="`team_ids`" pulumi-lang-yaml="`teamIds`" pulumi-lang-java="`teamIds`" pulumi-lang-hcl="`team_ids`">`teamIds`</span> should be provided.
143
143
  */
144
144
  teamIds?: pulumi.Input<pulumi.Input<number>[] | undefined>;
145
145
  /**
146
- * Array of team names to associate with the connection. Only one of <span pulumi-lang-nodejs="`teamNames`" pulumi-lang-dotnet="`TeamNames`" pulumi-lang-go="`teamNames`" pulumi-lang-python="`team_names`" pulumi-lang-yaml="`teamNames`" pulumi-lang-java="`teamNames`">`team_names`</span> or <span pulumi-lang-nodejs="`teamIds`" pulumi-lang-dotnet="`TeamIds`" pulumi-lang-go="`teamIds`" pulumi-lang-python="`team_ids`" pulumi-lang-yaml="`teamIds`" pulumi-lang-java="`teamIds`">`team_ids`</span> should be provided.
146
+ * Array of team names to associate with the connection. Only one of <span pulumi-lang-nodejs="`teamNames`" pulumi-lang-dotnet="`TeamNames`" pulumi-lang-go="`teamNames`" pulumi-lang-python="`team_names`" pulumi-lang-yaml="`teamNames`" pulumi-lang-java="`teamNames`" pulumi-lang-hcl="`team_names`">`teamNames`</span> or <span pulumi-lang-nodejs="`teamIds`" pulumi-lang-dotnet="`TeamIds`" pulumi-lang-go="`teamIds`" pulumi-lang-python="`team_ids`" pulumi-lang-yaml="`teamIds`" pulumi-lang-java="`teamIds`" pulumi-lang-hcl="`team_ids`">`teamIds`</span> should be provided.
147
147
  */
148
148
  teamNames?: pulumi.Input<pulumi.Input<string>[] | undefined>;
149
149
  /**
@@ -160,11 +160,11 @@ export interface ConnectionState {
160
160
  */
161
161
  export interface ConnectionArgs {
162
162
  /**
163
- * Type of client connection. Currently only <span pulumi-lang-nodejs="`clickhouse`" pulumi-lang-dotnet="`Clickhouse`" pulumi-lang-go="`clickhouse`" pulumi-lang-python="`clickhouse`" pulumi-lang-yaml="`clickhouse`" pulumi-lang-java="`clickhouse`">`clickhouse`</span> is supported.
163
+ * Type of client connection. Currently only <span pulumi-lang-nodejs="`clickhouse`" pulumi-lang-dotnet="`Clickhouse`" pulumi-lang-go="`clickhouse`" pulumi-lang-python="`clickhouse`" pulumi-lang-yaml="`clickhouse`" pulumi-lang-java="`clickhouse`" pulumi-lang-hcl="`clickhouse`">`clickhouse`</span> is supported.
164
164
  */
165
165
  clientType: pulumi.Input<string>;
166
166
  /**
167
- * Data region or private cluster name. Permitted values: <span pulumi-lang-nodejs="`usEast`" pulumi-lang-dotnet="`UsEast`" pulumi-lang-go="`usEast`" pulumi-lang-python="`us_east`" pulumi-lang-yaml="`usEast`" pulumi-lang-java="`usEast`">`us_east`</span>, <span pulumi-lang-nodejs="`germany`" pulumi-lang-dotnet="`Germany`" pulumi-lang-go="`germany`" pulumi-lang-python="`germany`" pulumi-lang-yaml="`germany`" pulumi-lang-java="`germany`">`germany`</span>, <span pulumi-lang-nodejs="`singapore`" pulumi-lang-dotnet="`Singapore`" pulumi-lang-go="`singapore`" pulumi-lang-python="`singapore`" pulumi-lang-yaml="`singapore`" pulumi-lang-java="`singapore`">`singapore`</span>.
167
+ * Data region or private cluster name. Permitted values for most plans are: <span pulumi-lang-nodejs="`usEast`" pulumi-lang-dotnet="`UsEast`" pulumi-lang-go="`usEast`" pulumi-lang-python="`us_east`" pulumi-lang-yaml="`usEast`" pulumi-lang-java="`usEast`" pulumi-lang-hcl="`us_east`">`usEast`</span>, <span pulumi-lang-nodejs="`germany`" pulumi-lang-dotnet="`Germany`" pulumi-lang-go="`germany`" pulumi-lang-python="`germany`" pulumi-lang-yaml="`germany`" pulumi-lang-java="`germany`" pulumi-lang-hcl="`germany`">`germany`</span>, <span pulumi-lang-nodejs="`singapore`" pulumi-lang-dotnet="`Singapore`" pulumi-lang-go="`singapore`" pulumi-lang-python="`singapore`" pulumi-lang-yaml="`singapore`" pulumi-lang-java="`singapore`" pulumi-lang-hcl="`singapore`">`singapore`</span>.
168
168
  */
169
169
  dataRegion?: pulumi.Input<string | undefined>;
170
170
  /**
@@ -176,11 +176,11 @@ export interface ConnectionArgs {
176
176
  */
177
177
  note?: pulumi.Input<string | undefined>;
178
178
  /**
179
- * Array of team IDs to associate with the connection. Only one of <span pulumi-lang-nodejs="`teamNames`" pulumi-lang-dotnet="`TeamNames`" pulumi-lang-go="`teamNames`" pulumi-lang-python="`team_names`" pulumi-lang-yaml="`teamNames`" pulumi-lang-java="`teamNames`">`team_names`</span> or <span pulumi-lang-nodejs="`teamIds`" pulumi-lang-dotnet="`TeamIds`" pulumi-lang-go="`teamIds`" pulumi-lang-python="`team_ids`" pulumi-lang-yaml="`teamIds`" pulumi-lang-java="`teamIds`">`team_ids`</span> should be provided.
179
+ * Array of team IDs to associate with the connection. Only one of <span pulumi-lang-nodejs="`teamNames`" pulumi-lang-dotnet="`TeamNames`" pulumi-lang-go="`teamNames`" pulumi-lang-python="`team_names`" pulumi-lang-yaml="`teamNames`" pulumi-lang-java="`teamNames`" pulumi-lang-hcl="`team_names`">`teamNames`</span> or <span pulumi-lang-nodejs="`teamIds`" pulumi-lang-dotnet="`TeamIds`" pulumi-lang-go="`teamIds`" pulumi-lang-python="`team_ids`" pulumi-lang-yaml="`teamIds`" pulumi-lang-java="`teamIds`" pulumi-lang-hcl="`team_ids`">`teamIds`</span> should be provided.
180
180
  */
181
181
  teamIds?: pulumi.Input<pulumi.Input<number>[] | undefined>;
182
182
  /**
183
- * Array of team names to associate with the connection. Only one of <span pulumi-lang-nodejs="`teamNames`" pulumi-lang-dotnet="`TeamNames`" pulumi-lang-go="`teamNames`" pulumi-lang-python="`team_names`" pulumi-lang-yaml="`teamNames`" pulumi-lang-java="`teamNames`">`team_names`</span> or <span pulumi-lang-nodejs="`teamIds`" pulumi-lang-dotnet="`TeamIds`" pulumi-lang-go="`teamIds`" pulumi-lang-python="`team_ids`" pulumi-lang-yaml="`teamIds`" pulumi-lang-java="`teamIds`">`team_ids`</span> should be provided.
183
+ * Array of team names to associate with the connection. Only one of <span pulumi-lang-nodejs="`teamNames`" pulumi-lang-dotnet="`TeamNames`" pulumi-lang-go="`teamNames`" pulumi-lang-python="`team_names`" pulumi-lang-yaml="`teamNames`" pulumi-lang-java="`teamNames`" pulumi-lang-hcl="`team_names`">`teamNames`</span> or <span pulumi-lang-nodejs="`teamIds`" pulumi-lang-dotnet="`TeamIds`" pulumi-lang-go="`teamIds`" pulumi-lang-python="`team_ids`" pulumi-lang-yaml="`teamIds`" pulumi-lang-java="`teamIds`" pulumi-lang-hcl="`team_ids`">`teamIds`</span> should be provided.
184
184
  */
185
185
  teamNames?: pulumi.Input<pulumi.Input<string>[] | undefined>;
186
186
  /**
@@ -54,7 +54,7 @@ export declare class Dashboard extends pulumi.CustomResource {
54
54
  */
55
55
  readonly teamId: pulumi.Output<number>;
56
56
  /**
57
- * The team name to associate with the dashboard when using a global API token.
57
+ * The team name to associate with the dashboard when using a global API token. You can't update this value later.
58
58
  */
59
59
  readonly teamName: pulumi.Output<string | undefined>;
60
60
  /**
@@ -115,7 +115,7 @@ export interface DashboardState {
115
115
  */
116
116
  teamId?: pulumi.Input<number | undefined>;
117
117
  /**
118
- * The team name to associate with the dashboard when using a global API token.
118
+ * The team name to associate with the dashboard when using a global API token. You can't update this value later.
119
119
  */
120
120
  teamName?: pulumi.Input<string | undefined>;
121
121
  /**
@@ -160,7 +160,7 @@ export interface DashboardArgs {
160
160
  */
161
161
  sourceEligibilitySql?: pulumi.Input<string | undefined>;
162
162
  /**
163
- * The team name to associate with the dashboard when using a global API token.
163
+ * The team name to associate with the dashboard when using a global API token. You can't update this value later.
164
164
  */
165
165
  teamName?: pulumi.Input<string | undefined>;
166
166
  /**
@@ -38,7 +38,7 @@ export declare class DashboardAlert extends pulumi.CustomResource {
38
38
  */
39
39
  readonly call: pulumi.Output<boolean>;
40
40
  /**
41
- * The ID of the chart this alert belongs to. Accepts either a bare chart ID or a composite dashboard_id/chart_id from<span pulumi-lang-nodejs=" logtail.DashboardChart " pulumi-lang-dotnet=" logtail.DashboardChart " pulumi-lang-go=" DashboardChart " pulumi-lang-python=" DashboardChart " pulumi-lang-yaml=" logtail.DashboardChart " pulumi-lang-java=" logtail.DashboardChart "> logtail.DashboardChart </span>resources.
41
+ * The ID of the chart this alert belongs to. Accepts either a bare chart ID or a composite dashboard_id/chart_id from<span pulumi-lang-nodejs=" logtail.DashboardChart " pulumi-lang-dotnet=" logtail.DashboardChart " pulumi-lang-go=" DashboardChart " pulumi-lang-python=" DashboardChart " pulumi-lang-yaml=" logtail.DashboardChart " pulumi-lang-java=" logtail.DashboardChart " pulumi-lang-hcl=" logtail_dashboard_chart "> logtail.DashboardChart </span>resources.
42
42
  */
43
43
  readonly chartId: pulumi.Output<string>;
44
44
  /**
@@ -124,7 +124,7 @@ export declare class DashboardAlert extends pulumi.CustomResource {
124
124
  */
125
125
  readonly sourceMode: pulumi.Output<string>;
126
126
  /**
127
- * Platform filters (used when<span pulumi-lang-nodejs=" sourceMode " pulumi-lang-dotnet=" SourceMode " pulumi-lang-go=" sourceMode " pulumi-lang-python=" source_mode " pulumi-lang-yaml=" sourceMode " pulumi-lang-java=" sourceMode "> source_mode </span>is 'platforms_*').
127
+ * Platform filters (used when<span pulumi-lang-nodejs=" sourceMode " pulumi-lang-dotnet=" SourceMode " pulumi-lang-go=" sourceMode " pulumi-lang-python=" source_mode " pulumi-lang-yaml=" sourceMode " pulumi-lang-java=" sourceMode " pulumi-lang-hcl=" source_mode "> sourceMode </span>is 'platforms_*').
128
128
  */
129
129
  readonly sourcePlatforms: pulumi.Output<string[]>;
130
130
  /**
@@ -177,7 +177,7 @@ export interface DashboardAlertState {
177
177
  */
178
178
  call?: pulumi.Input<boolean | undefined>;
179
179
  /**
180
- * The ID of the chart this alert belongs to. Accepts either a bare chart ID or a composite dashboard_id/chart_id from<span pulumi-lang-nodejs=" logtail.DashboardChart " pulumi-lang-dotnet=" logtail.DashboardChart " pulumi-lang-go=" DashboardChart " pulumi-lang-python=" DashboardChart " pulumi-lang-yaml=" logtail.DashboardChart " pulumi-lang-java=" logtail.DashboardChart "> logtail.DashboardChart </span>resources.
180
+ * The ID of the chart this alert belongs to. Accepts either a bare chart ID or a composite dashboard_id/chart_id from<span pulumi-lang-nodejs=" logtail.DashboardChart " pulumi-lang-dotnet=" logtail.DashboardChart " pulumi-lang-go=" DashboardChart " pulumi-lang-python=" DashboardChart " pulumi-lang-yaml=" logtail.DashboardChart " pulumi-lang-java=" logtail.DashboardChart " pulumi-lang-hcl=" logtail_dashboard_chart "> logtail.DashboardChart </span>resources.
181
181
  */
182
182
  chartId?: pulumi.Input<string | undefined>;
183
183
  /**
@@ -263,7 +263,7 @@ export interface DashboardAlertState {
263
263
  */
264
264
  sourceMode?: pulumi.Input<string | undefined>;
265
265
  /**
266
- * Platform filters (used when<span pulumi-lang-nodejs=" sourceMode " pulumi-lang-dotnet=" SourceMode " pulumi-lang-go=" sourceMode " pulumi-lang-python=" source_mode " pulumi-lang-yaml=" sourceMode " pulumi-lang-java=" sourceMode "> source_mode </span>is 'platforms_*').
266
+ * Platform filters (used when<span pulumi-lang-nodejs=" sourceMode " pulumi-lang-dotnet=" SourceMode " pulumi-lang-go=" sourceMode " pulumi-lang-python=" source_mode " pulumi-lang-yaml=" sourceMode " pulumi-lang-java=" sourceMode " pulumi-lang-hcl=" source_mode "> sourceMode </span>is 'platforms_*').
267
267
  */
268
268
  sourcePlatforms?: pulumi.Input<pulumi.Input<string>[] | undefined>;
269
269
  /**
@@ -308,7 +308,7 @@ export interface DashboardAlertArgs {
308
308
  */
309
309
  call?: pulumi.Input<boolean | undefined>;
310
310
  /**
311
- * The ID of the chart this alert belongs to. Accepts either a bare chart ID or a composite dashboard_id/chart_id from<span pulumi-lang-nodejs=" logtail.DashboardChart " pulumi-lang-dotnet=" logtail.DashboardChart " pulumi-lang-go=" DashboardChart " pulumi-lang-python=" DashboardChart " pulumi-lang-yaml=" logtail.DashboardChart " pulumi-lang-java=" logtail.DashboardChart "> logtail.DashboardChart </span>resources.
311
+ * The ID of the chart this alert belongs to. Accepts either a bare chart ID or a composite dashboard_id/chart_id from<span pulumi-lang-nodejs=" logtail.DashboardChart " pulumi-lang-dotnet=" logtail.DashboardChart " pulumi-lang-go=" DashboardChart " pulumi-lang-python=" DashboardChart " pulumi-lang-yaml=" logtail.DashboardChart " pulumi-lang-java=" logtail.DashboardChart " pulumi-lang-hcl=" logtail_dashboard_chart "> logtail.DashboardChart </span>resources.
312
312
  */
313
313
  chartId: pulumi.Input<string>;
314
314
  /**
@@ -386,7 +386,7 @@ export interface DashboardAlertArgs {
386
386
  */
387
387
  sourceMode?: pulumi.Input<string | undefined>;
388
388
  /**
389
- * Platform filters (used when<span pulumi-lang-nodejs=" sourceMode " pulumi-lang-dotnet=" SourceMode " pulumi-lang-go=" sourceMode " pulumi-lang-python=" source_mode " pulumi-lang-yaml=" sourceMode " pulumi-lang-java=" sourceMode "> source_mode </span>is 'platforms_*').
389
+ * Platform filters (used when<span pulumi-lang-nodejs=" sourceMode " pulumi-lang-dotnet=" SourceMode " pulumi-lang-go=" sourceMode " pulumi-lang-python=" source_mode " pulumi-lang-yaml=" sourceMode " pulumi-lang-java=" sourceMode " pulumi-lang-hcl=" source_mode "> sourceMode </span>is 'platforms_*').
390
390
  */
391
391
  sourcePlatforms?: pulumi.Input<pulumi.Input<string>[] | undefined>;
392
392
  /**
@@ -24,7 +24,7 @@ export declare class DashboardGroup extends pulumi.CustomResource {
24
24
  */
25
25
  readonly name: pulumi.Output<string>;
26
26
  /**
27
- * Used to specify the team the resource should be created in when using global tokens.
27
+ * Used to specify the team the resource should be created in when using global tokens. You can't update this value later.
28
28
  */
29
29
  readonly teamName: pulumi.Output<string | undefined>;
30
30
  /**
@@ -53,7 +53,7 @@ export interface DashboardGroupState {
53
53
  */
54
54
  name?: pulumi.Input<string | undefined>;
55
55
  /**
56
- * Used to specify the team the resource should be created in when using global tokens.
56
+ * Used to specify the team the resource should be created in when using global tokens. You can't update this value later.
57
57
  */
58
58
  teamName?: pulumi.Input<string | undefined>;
59
59
  /**
@@ -70,7 +70,7 @@ export interface DashboardGroupArgs {
70
70
  */
71
71
  name?: pulumi.Input<string | undefined>;
72
72
  /**
73
- * Used to specify the team the resource should be created in when using global tokens.
73
+ * Used to specify the team the resource should be created in when using global tokens. You can't update this value later.
74
74
  */
75
75
  teamName?: pulumi.Input<string | undefined>;
76
76
  }