@pulumi/aiven 5.6.0 → 6.0.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 (81) hide show
  1. package/README.md +2 -2
  2. package/accountTeamMember.d.ts +6 -6
  3. package/accountTeamProject.d.ts +3 -3
  4. package/azurePrivatelink.d.ts +3 -3
  5. package/cassandra.d.ts +2 -2
  6. package/cassandra.js +2 -2
  7. package/connectionPool.d.ts +3 -3
  8. package/flinkApplicationVersion.d.ts +40 -4
  9. package/flinkApplicationVersion.js +4 -6
  10. package/flinkApplicationVersion.js.map +1 -1
  11. package/getAccountTeamMember.d.ts +6 -6
  12. package/getAccountTeamProject.d.ts +1 -1
  13. package/getAzurePrivatelink.d.ts +1 -1
  14. package/getConnectionPool.d.ts +1 -1
  15. package/getFlinkApplicationVersion.d.ts +8 -0
  16. package/getFlinkApplicationVersion.js.map +1 -1
  17. package/getMirrorMakerReplicationFlow.d.ts +6 -6
  18. package/getOpenSearchAclRule.d.ts +9 -9
  19. package/getServiceIntegration.d.ts +3 -7
  20. package/getServiceIntegration.js.map +1 -1
  21. package/getTransitGatewayVpcAttachment.d.ts +6 -6
  22. package/grafana.d.ts +2 -2
  23. package/grafana.js +2 -2
  24. package/index.d.ts +0 -24
  25. package/index.js +4 -38
  26. package/index.js.map +1 -1
  27. package/influxDb.d.ts +1 -1
  28. package/influxDb.js +1 -1
  29. package/kafka.d.ts +7 -7
  30. package/kafka.js +7 -7
  31. package/kafkaConnect.d.ts +1 -1
  32. package/kafkaConnect.js +1 -1
  33. package/kafkaMirrorMaker.d.ts +3 -3
  34. package/kafkaMirrorMaker.js +3 -3
  35. package/kafkaUser.d.ts +14 -0
  36. package/kafkaUser.js +14 -0
  37. package/kafkaUser.js.map +1 -1
  38. package/mirrorMakerReplicationFlow.d.ts +6 -6
  39. package/mySql.d.ts +2 -2
  40. package/mySql.js +2 -2
  41. package/openSearch.d.ts +4 -4
  42. package/openSearch.js +4 -4
  43. package/openSearchAclConfig.d.ts +1 -1
  44. package/openSearchAclConfig.js +1 -1
  45. package/openSearchAclRule.d.ts +11 -11
  46. package/openSearchAclRule.js +2 -2
  47. package/package.json +2 -2
  48. package/package.json.dev +2 -2
  49. package/redis.d.ts +1 -1
  50. package/redis.js +1 -1
  51. package/serviceIntegration.d.ts +3 -15
  52. package/serviceIntegration.js +0 -2
  53. package/serviceIntegration.js.map +1 -1
  54. package/staticIp.d.ts +2 -2
  55. package/transitGatewayVpcAttachment.d.ts +6 -6
  56. package/types/input.d.ts +646 -626
  57. package/types/output.d.ts +1153 -1061
  58. package/database.d.ts +0 -133
  59. package/database.js +0 -90
  60. package/database.js.map +0 -1
  61. package/flinkJob.d.ts +0 -136
  62. package/flinkJob.js +0 -100
  63. package/flinkJob.js.map +0 -1
  64. package/flinkJobTable.d.ts +0 -268
  65. package/flinkJobTable.js +0 -126
  66. package/flinkJobTable.js.map +0 -1
  67. package/getDatabase.d.ts +0 -103
  68. package/getDatabase.js +0 -57
  69. package/getDatabase.js.map +0 -1
  70. package/getServiceUser.d.ts +0 -130
  71. package/getServiceUser.js +0 -53
  72. package/getServiceUser.js.map +0 -1
  73. package/getVpcPeeringConnection.d.ts +0 -120
  74. package/getVpcPeeringConnection.js +0 -53
  75. package/getVpcPeeringConnection.js.map +0 -1
  76. package/serviceUser.d.ts +0 -204
  77. package/serviceUser.js +0 -108
  78. package/serviceUser.js.map +0 -1
  79. package/vpcPeeringConnection.d.ts +0 -155
  80. package/vpcPeeringConnection.js +0 -83
  81. package/vpcPeeringConnection.js.map +0 -1
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  [![NPM version](https://badge.fury.io/js/%40pulumi%2Faiven.svg)](https://www.npmjs.com/package/@pulumi/aiven)
4
4
  [![Python version](https://badge.fury.io/py/pulumi-aiven.svg)](https://pypi.org/project/pulumi-aiven)
5
5
  [![NuGet version](https://badge.fury.io/nu/pulumi.aiven.svg)](https://badge.fury.io/nu/pulumi.aiven)
6
- [![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-aiven/sdk/v4/go)](https://pkg.go.dev/github.com/pulumi/pulumi-aiven/sdk/v4/go)
6
+ [![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-aiven/sdk/v5/go)](https://pkg.go.dev/github.com/pulumi/pulumi-aiven/sdk/v5/go)
7
7
  [![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-aiven/blob/master/LICENSE)
8
8
 
9
9
  # Aiven Resource Provider
@@ -35,7 +35,7 @@ To use from Python, install using `pip`:
35
35
 
36
36
  To use from Go, use `go get` to grab the latest version of the library
37
37
 
38
- $ go get github.com/pulumi/pulumi-aiven/sdk/v4
38
+ $ go get github.com/pulumi/pulumi-aiven/sdk/v5
39
39
 
40
40
  ### .NET
41
41
 
@@ -35,7 +35,7 @@ export declare class AccountTeamMember extends pulumi.CustomResource {
35
35
  */
36
36
  readonly accepted: pulumi.Output<boolean>;
37
37
  /**
38
- * The unique account id This property cannot be changed, doing so forces recreation of the resource.
38
+ * The unique account id. This property cannot be changed, doing so forces recreation of the resource.
39
39
  */
40
40
  readonly accountId: pulumi.Output<string>;
41
41
  /**
@@ -47,7 +47,7 @@ export declare class AccountTeamMember extends pulumi.CustomResource {
47
47
  */
48
48
  readonly invitedByUserEmail: pulumi.Output<string>;
49
49
  /**
50
- * An account team id This property cannot be changed, doing so forces recreation of the resource.
50
+ * An account team id. This property cannot be changed, doing so forces recreation of the resource.
51
51
  */
52
52
  readonly teamId: pulumi.Output<string>;
53
53
  /**
@@ -72,7 +72,7 @@ export interface AccountTeamMemberState {
72
72
  */
73
73
  accepted?: pulumi.Input<boolean>;
74
74
  /**
75
- * The unique account id This property cannot be changed, doing so forces recreation of the resource.
75
+ * The unique account id. This property cannot be changed, doing so forces recreation of the resource.
76
76
  */
77
77
  accountId?: pulumi.Input<string>;
78
78
  /**
@@ -84,7 +84,7 @@ export interface AccountTeamMemberState {
84
84
  */
85
85
  invitedByUserEmail?: pulumi.Input<string>;
86
86
  /**
87
- * An account team id This property cannot be changed, doing so forces recreation of the resource.
87
+ * An account team id. This property cannot be changed, doing so forces recreation of the resource.
88
88
  */
89
89
  teamId?: pulumi.Input<string>;
90
90
  /**
@@ -97,11 +97,11 @@ export interface AccountTeamMemberState {
97
97
  */
98
98
  export interface AccountTeamMemberArgs {
99
99
  /**
100
- * The unique account id This property cannot be changed, doing so forces recreation of the resource.
100
+ * The unique account id. This property cannot be changed, doing so forces recreation of the resource.
101
101
  */
102
102
  accountId: pulumi.Input<string>;
103
103
  /**
104
- * An account team id This property cannot be changed, doing so forces recreation of the resource.
104
+ * An account team id. This property cannot be changed, doing so forces recreation of the resource.
105
105
  */
106
106
  teamId: pulumi.Input<string>;
107
107
  /**
@@ -41,7 +41,7 @@ export declare class AccountTeamProject extends pulumi.CustomResource {
41
41
  */
42
42
  readonly teamId: pulumi.Output<string>;
43
43
  /**
44
- * The Account team project type The possible values are `admin`, `developer`, `operator` and `readOnly`.
44
+ * The Account team project type. The possible values are `admin`, `developer`, `operator` and `readOnly`.
45
45
  */
46
46
  readonly teamType: pulumi.Output<string | undefined>;
47
47
  /**
@@ -70,7 +70,7 @@ export interface AccountTeamProjectState {
70
70
  */
71
71
  teamId?: pulumi.Input<string>;
72
72
  /**
73
- * The Account team project type The possible values are `admin`, `developer`, `operator` and `readOnly`.
73
+ * The Account team project type. The possible values are `admin`, `developer`, `operator` and `readOnly`.
74
74
  */
75
75
  teamType?: pulumi.Input<string>;
76
76
  }
@@ -91,7 +91,7 @@ export interface AccountTeamProjectArgs {
91
91
  */
92
92
  teamId: pulumi.Input<string>;
93
93
  /**
94
- * The Account team project type The possible values are `admin`, `developer`, `operator` and `readOnly`.
94
+ * The Account team project type. The possible values are `admin`, `developer`, `operator` and `readOnly`.
95
95
  */
96
96
  teamType?: pulumi.Input<string>;
97
97
  }
@@ -62,7 +62,7 @@ export declare class AzurePrivatelink extends pulumi.CustomResource {
62
62
  */
63
63
  readonly state: pulumi.Output<string>;
64
64
  /**
65
- * A List of allowed Subscription IDs Maximum Length: `16`.
65
+ * A List of allowed Subscription IDs. Maximum length: `16`.
66
66
  */
67
67
  readonly userSubscriptionIds: pulumi.Output<string[]>;
68
68
  /**
@@ -103,7 +103,7 @@ export interface AzurePrivatelinkState {
103
103
  */
104
104
  state?: pulumi.Input<string>;
105
105
  /**
106
- * A List of allowed Subscription IDs Maximum Length: `16`.
106
+ * A List of allowed Subscription IDs. Maximum length: `16`.
107
107
  */
108
108
  userSubscriptionIds?: pulumi.Input<pulumi.Input<string>[]>;
109
109
  }
@@ -120,7 +120,7 @@ export interface AzurePrivatelinkArgs {
120
120
  */
121
121
  serviceName: pulumi.Input<string>;
122
122
  /**
123
- * A List of allowed Subscription IDs Maximum Length: `16`.
123
+ * A List of allowed Subscription IDs. Maximum length: `16`.
124
124
  */
125
125
  userSubscriptionIds: pulumi.Input<pulumi.Input<string>[]>;
126
126
  }
package/cassandra.d.ts CHANGED
@@ -18,9 +18,9 @@ import * as outputs from "./types/output";
18
18
  * maintenanceWindowDow: "monday",
19
19
  * maintenanceWindowTime: "10:00:00",
20
20
  * cassandraUserConfig: {
21
- * migrateSstableloader: "true",
21
+ * migrateSstableloader: true,
22
22
  * publicAccess: {
23
- * prometheus: "true",
23
+ * prometheus: true,
24
24
  * },
25
25
  * },
26
26
  * });
package/cassandra.js CHANGED
@@ -22,9 +22,9 @@ const utilities = require("./utilities");
22
22
  * maintenanceWindowDow: "monday",
23
23
  * maintenanceWindowTime: "10:00:00",
24
24
  * cassandraUserConfig: {
25
- * migrateSstableloader: "true",
25
+ * migrateSstableloader: true,
26
26
  * publicAccess: {
27
- * prometheus: "true",
27
+ * prometheus: true,
28
28
  * },
29
29
  * },
30
30
  * });
@@ -50,7 +50,7 @@ export declare class ConnectionPool extends pulumi.CustomResource {
50
50
  */
51
51
  readonly databaseName: pulumi.Output<string>;
52
52
  /**
53
- * The mode the pool operates in The possible values are `session`, `transaction` and `statement`. The default value is `transaction`.
53
+ * The mode the pool operates in. The possible values are `session`, `transaction` and `statement`. The default value is `transaction`.
54
54
  */
55
55
  readonly poolMode: pulumi.Output<string | undefined>;
56
56
  /**
@@ -95,7 +95,7 @@ export interface ConnectionPoolState {
95
95
  */
96
96
  databaseName?: pulumi.Input<string>;
97
97
  /**
98
- * The mode the pool operates in The possible values are `session`, `transaction` and `statement`. The default value is `transaction`.
98
+ * The mode the pool operates in. The possible values are `session`, `transaction` and `statement`. The default value is `transaction`.
99
99
  */
100
100
  poolMode?: pulumi.Input<string>;
101
101
  /**
@@ -128,7 +128,7 @@ export interface ConnectionPoolArgs {
128
128
  */
129
129
  databaseName: pulumi.Input<string>;
130
130
  /**
131
- * The mode the pool operates in The possible values are `session`, `transaction` and `statement`. The default value is `transaction`.
131
+ * The mode the pool operates in. The possible values are `session`, `transaction` and `statement`. The default value is `transaction`.
132
132
  */
133
133
  poolMode?: pulumi.Input<string>;
134
134
  /**
@@ -50,14 +50,26 @@ export declare class FlinkApplicationVersion extends pulumi.CustomResource {
50
50
  * Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
51
51
  */
52
52
  readonly serviceName: pulumi.Output<string>;
53
+ /**
54
+ * Application sink
55
+ */
56
+ readonly sink: pulumi.Output<outputs.FlinkApplicationVersionSink[] | undefined>;
53
57
  /**
54
58
  * Application sinks
59
+ *
60
+ * @deprecated This field is deprecated and will be removed in the next major release. Use `sink` instead.
61
+ */
62
+ readonly sinks: pulumi.Output<outputs.FlinkApplicationVersionSink[] | undefined>;
63
+ /**
64
+ * Application source
55
65
  */
56
- readonly sinks: pulumi.Output<outputs.FlinkApplicationVersionSink[]>;
66
+ readonly source: pulumi.Output<outputs.FlinkApplicationVersionSource[] | undefined>;
57
67
  /**
58
68
  * Application sources
69
+ *
70
+ * @deprecated This field is deprecated and will be removed in the next major release. Use `source` instead.
59
71
  */
60
- readonly sources: pulumi.Output<outputs.FlinkApplicationVersionSource[]>;
72
+ readonly sources: pulumi.Output<outputs.FlinkApplicationVersionSource[] | undefined>;
61
73
  /**
62
74
  * Job SQL statement
63
75
  */
@@ -103,12 +115,24 @@ export interface FlinkApplicationVersionState {
103
115
  * Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
104
116
  */
105
117
  serviceName?: pulumi.Input<string>;
118
+ /**
119
+ * Application sink
120
+ */
121
+ sink?: pulumi.Input<pulumi.Input<inputs.FlinkApplicationVersionSink>[]>;
106
122
  /**
107
123
  * Application sinks
124
+ *
125
+ * @deprecated This field is deprecated and will be removed in the next major release. Use `sink` instead.
108
126
  */
109
127
  sinks?: pulumi.Input<pulumi.Input<inputs.FlinkApplicationVersionSink>[]>;
128
+ /**
129
+ * Application source
130
+ */
131
+ source?: pulumi.Input<pulumi.Input<inputs.FlinkApplicationVersionSource>[]>;
110
132
  /**
111
133
  * Application sources
134
+ *
135
+ * @deprecated This field is deprecated and will be removed in the next major release. Use `source` instead.
112
136
  */
113
137
  sources?: pulumi.Input<pulumi.Input<inputs.FlinkApplicationVersionSource>[]>;
114
138
  /**
@@ -136,14 +160,26 @@ export interface FlinkApplicationVersionArgs {
136
160
  * Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
137
161
  */
138
162
  serviceName: pulumi.Input<string>;
163
+ /**
164
+ * Application sink
165
+ */
166
+ sink?: pulumi.Input<pulumi.Input<inputs.FlinkApplicationVersionSink>[]>;
139
167
  /**
140
168
  * Application sinks
169
+ *
170
+ * @deprecated This field is deprecated and will be removed in the next major release. Use `sink` instead.
141
171
  */
142
- sinks: pulumi.Input<pulumi.Input<inputs.FlinkApplicationVersionSink>[]>;
172
+ sinks?: pulumi.Input<pulumi.Input<inputs.FlinkApplicationVersionSink>[]>;
173
+ /**
174
+ * Application source
175
+ */
176
+ source?: pulumi.Input<pulumi.Input<inputs.FlinkApplicationVersionSource>[]>;
143
177
  /**
144
178
  * Application sources
179
+ *
180
+ * @deprecated This field is deprecated and will be removed in the next major release. Use `source` instead.
145
181
  */
146
- sources: pulumi.Input<pulumi.Input<inputs.FlinkApplicationVersionSource>[]>;
182
+ sources?: pulumi.Input<pulumi.Input<inputs.FlinkApplicationVersionSource>[]>;
147
183
  /**
148
184
  * Job SQL statement
149
185
  */
@@ -48,7 +48,9 @@ class FlinkApplicationVersion extends pulumi.CustomResource {
48
48
  resourceInputs["createdBy"] = state ? state.createdBy : undefined;
49
49
  resourceInputs["project"] = state ? state.project : undefined;
50
50
  resourceInputs["serviceName"] = state ? state.serviceName : undefined;
51
+ resourceInputs["sink"] = state ? state.sink : undefined;
51
52
  resourceInputs["sinks"] = state ? state.sinks : undefined;
53
+ resourceInputs["source"] = state ? state.source : undefined;
52
54
  resourceInputs["sources"] = state ? state.sources : undefined;
53
55
  resourceInputs["statement"] = state ? state.statement : undefined;
54
56
  resourceInputs["version"] = state ? state.version : undefined;
@@ -64,19 +66,15 @@ class FlinkApplicationVersion extends pulumi.CustomResource {
64
66
  if ((!args || args.serviceName === undefined) && !opts.urn) {
65
67
  throw new Error("Missing required property 'serviceName'");
66
68
  }
67
- if ((!args || args.sinks === undefined) && !opts.urn) {
68
- throw new Error("Missing required property 'sinks'");
69
- }
70
- if ((!args || args.sources === undefined) && !opts.urn) {
71
- throw new Error("Missing required property 'sources'");
72
- }
73
69
  if ((!args || args.statement === undefined) && !opts.urn) {
74
70
  throw new Error("Missing required property 'statement'");
75
71
  }
76
72
  resourceInputs["applicationId"] = args ? args.applicationId : undefined;
77
73
  resourceInputs["project"] = args ? args.project : undefined;
78
74
  resourceInputs["serviceName"] = args ? args.serviceName : undefined;
75
+ resourceInputs["sink"] = args ? args.sink : undefined;
79
76
  resourceInputs["sinks"] = args ? args.sinks : undefined;
77
+ resourceInputs["source"] = args ? args.source : undefined;
80
78
  resourceInputs["sources"] = args ? args.sources : undefined;
81
79
  resourceInputs["statement"] = args ? args.statement : undefined;
82
80
  resourceInputs["applicationVersionId"] = undefined /*out*/;
@@ -1 +1 @@
1
- {"version":3,"file":"flinkApplicationVersion.js","sourceRoot":"","sources":["../flinkApplicationVersion.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;GAQG;AACH,MAAa,uBAAwB,SAAQ,MAAM,CAAC,cAAc;IAC9D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoC,EAAE,IAAmC;QAClI,OAAO,IAAI,uBAAuB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC9E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,uBAAuB,CAAC,YAAY,CAAC;IACxE,CAAC;IAmDD,YAAY,IAAY,EAAE,WAAwE,EAAE,IAAmC;QACnI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAuD,CAAC;YACtE,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,sBAAsB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxF,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;SACjE;aAAM;YACH,MAAM,IAAI,GAAG,WAAsD,CAAC;YACpE,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,aAAa,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1D,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;aAChE;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,WAAW,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxD,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,sBAAsB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3D,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACjD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,uBAAuB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5E,CAAC;;AA7HL,0DA8HC;AAhHG,gBAAgB;AACO,oCAAY,GAAG,6DAA6D,CAAC"}
1
+ {"version":3,"file":"flinkApplicationVersion.js","sourceRoot":"","sources":["../flinkApplicationVersion.ts"],"names":[],"mappings":"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"}
@@ -8,11 +8,11 @@ export declare function getAccountTeamMember(args: GetAccountTeamMemberArgs, opt
8
8
  */
9
9
  export interface GetAccountTeamMemberArgs {
10
10
  /**
11
- * The unique account id This property cannot be changed, doing so forces recreation of the resource.
11
+ * The unique account id. This property cannot be changed, doing so forces recreation of the resource.
12
12
  */
13
13
  accountId: string;
14
14
  /**
15
- * An account team id This property cannot be changed, doing so forces recreation of the resource.
15
+ * An account team id. This property cannot be changed, doing so forces recreation of the resource.
16
16
  */
17
17
  teamId: string;
18
18
  /**
@@ -29,7 +29,7 @@ export interface GetAccountTeamMemberResult {
29
29
  */
30
30
  readonly accepted: boolean;
31
31
  /**
32
- * The unique account id This property cannot be changed, doing so forces recreation of the resource.
32
+ * The unique account id. This property cannot be changed, doing so forces recreation of the resource.
33
33
  */
34
34
  readonly accountId: string;
35
35
  /**
@@ -45,7 +45,7 @@ export interface GetAccountTeamMemberResult {
45
45
  */
46
46
  readonly invitedByUserEmail: string;
47
47
  /**
48
- * An account team id This property cannot be changed, doing so forces recreation of the resource.
48
+ * An account team id. This property cannot be changed, doing so forces recreation of the resource.
49
49
  */
50
50
  readonly teamId: string;
51
51
  /**
@@ -62,11 +62,11 @@ export declare function getAccountTeamMemberOutput(args: GetAccountTeamMemberOut
62
62
  */
63
63
  export interface GetAccountTeamMemberOutputArgs {
64
64
  /**
65
- * The unique account id This property cannot be changed, doing so forces recreation of the resource.
65
+ * The unique account id. This property cannot be changed, doing so forces recreation of the resource.
66
66
  */
67
67
  accountId: pulumi.Input<string>;
68
68
  /**
69
- * An account team id This property cannot be changed, doing so forces recreation of the resource.
69
+ * An account team id. This property cannot be changed, doing so forces recreation of the resource.
70
70
  */
71
71
  teamId: pulumi.Input<string>;
72
72
  /**
@@ -41,7 +41,7 @@ export interface GetAccountTeamProjectResult {
41
41
  */
42
42
  readonly teamId: string;
43
43
  /**
44
- * The Account team project type The possible values are `admin`, `developer`, `operator` and `readOnly`.
44
+ * The Account team project type. The possible values are `admin`, `developer`, `operator` and `readOnly`.
45
45
  */
46
46
  readonly teamType: string;
47
47
  }
@@ -61,7 +61,7 @@ export interface GetAzurePrivatelinkResult {
61
61
  */
62
62
  readonly state: string;
63
63
  /**
64
- * A List of allowed Subscription IDs Maximum Length: `16`.
64
+ * A List of allowed Subscription IDs. Maximum length: `16`.
65
65
  */
66
66
  readonly userSubscriptionIds: string[];
67
67
  }
@@ -50,7 +50,7 @@ export interface GetConnectionPoolResult {
50
50
  */
51
51
  readonly id: string;
52
52
  /**
53
- * The mode the pool operates in The possible values are `session`, `transaction` and `statement`. The default value is `transaction`.
53
+ * The mode the pool operates in. The possible values are `session`, `transaction` and `statement`. The default value is `transaction`.
54
54
  */
55
55
  readonly poolMode: string;
56
56
  /**
@@ -71,10 +71,18 @@ export interface GetFlinkApplicationVersionResult {
71
71
  * Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
72
72
  */
73
73
  readonly serviceName: string;
74
+ /**
75
+ * Application sink
76
+ */
77
+ readonly sink: outputs.GetFlinkApplicationVersionSink[];
74
78
  /**
75
79
  * Application sinks
76
80
  */
77
81
  readonly sinks: outputs.GetFlinkApplicationVersionSink[];
82
+ /**
83
+ * Application source
84
+ */
85
+ readonly source: outputs.GetFlinkApplicationVersionSource[];
78
86
  /**
79
87
  * Application sources
80
88
  */
@@ -1 +1 @@
1
- {"version":3,"file":"getFlinkApplicationVersion.js","sourceRoot":"","sources":["../getFlinkApplicationVersion.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IAExG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mEAAmE,EAAE;QAC9F,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,gEASC;AAyED;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAA2B;IACpH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,0BAA0B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrF,CAAC;AAFD,4EAEC"}
1
+ {"version":3,"file":"getFlinkApplicationVersion.js","sourceRoot":"","sources":["../getFlinkApplicationVersion.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IAExG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mEAAmE,EAAE;QAC9F,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,gEASC;AAiFD;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAA2B;IACpH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,0BAA0B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrF,CAAC;AAFD,4EAEC"}
@@ -30,11 +30,11 @@ export interface GetMirrorMakerReplicationFlowArgs {
30
30
  */
31
31
  serviceName: string;
32
32
  /**
33
- * Source cluster alias. Maximum Length: `128`.
33
+ * Source cluster alias. Maximum length: `128`.
34
34
  */
35
35
  sourceCluster: string;
36
36
  /**
37
- * Target cluster alias. Maximum Length: `128`.
37
+ * Target cluster alias. Maximum length: `128`.
38
38
  */
39
39
  targetCluster: string;
40
40
  }
@@ -71,7 +71,7 @@ export interface GetMirrorMakerReplicationFlowResult {
71
71
  */
72
72
  readonly serviceName: string;
73
73
  /**
74
- * Source cluster alias. Maximum Length: `128`.
74
+ * Source cluster alias. Maximum length: `128`.
75
75
  */
76
76
  readonly sourceCluster: string;
77
77
  /**
@@ -83,7 +83,7 @@ export interface GetMirrorMakerReplicationFlowResult {
83
83
  */
84
84
  readonly syncGroupOffsetsIntervalSeconds: number;
85
85
  /**
86
- * Target cluster alias. Maximum Length: `128`.
86
+ * Target cluster alias. Maximum length: `128`.
87
87
  */
88
88
  readonly targetCluster: string;
89
89
  /**
@@ -126,11 +126,11 @@ export interface GetMirrorMakerReplicationFlowOutputArgs {
126
126
  */
127
127
  serviceName: pulumi.Input<string>;
128
128
  /**
129
- * Source cluster alias. Maximum Length: `128`.
129
+ * Source cluster alias. Maximum length: `128`.
130
130
  */
131
131
  sourceCluster: pulumi.Input<string>;
132
132
  /**
133
- * Target cluster alias. Maximum Length: `128`.
133
+ * Target cluster alias. Maximum length: `128`.
134
134
  */
135
135
  targetCluster: pulumi.Input<string>;
136
136
  }
@@ -22,11 +22,11 @@ export declare function getOpenSearchAclRule(args: GetOpenSearchAclRuleArgs, opt
22
22
  */
23
23
  export interface GetOpenSearchAclRuleArgs {
24
24
  /**
25
- * The index pattern for this ACL entry. Maximum Length: `249`. This property cannot be changed, doing so forces recreation of the resource.
25
+ * The index pattern for this ACL entry. Maximum length: `249`. This property cannot be changed, doing so forces recreation of the resource.
26
26
  */
27
27
  index: string;
28
28
  /**
29
- * The permissions for this ACL entry The possible values are `deny`, `admin`, `read`, `readwrite` and `write`.
29
+ * The permissions for this ACL entry. The possible values are `deny`, `admin`, `read`, `readwrite` and `write`.
30
30
  */
31
31
  permission: string;
32
32
  /**
@@ -38,7 +38,7 @@ export interface GetOpenSearchAclRuleArgs {
38
38
  */
39
39
  serviceName: string;
40
40
  /**
41
- * The username for the ACL entry Maximum Length: `40`. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
41
+ * The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
42
42
  */
43
43
  username: string;
44
44
  }
@@ -51,11 +51,11 @@ export interface GetOpenSearchAclRuleResult {
51
51
  */
52
52
  readonly id: string;
53
53
  /**
54
- * The index pattern for this ACL entry. Maximum Length: `249`. This property cannot be changed, doing so forces recreation of the resource.
54
+ * The index pattern for this ACL entry. Maximum length: `249`. This property cannot be changed, doing so forces recreation of the resource.
55
55
  */
56
56
  readonly index: string;
57
57
  /**
58
- * The permissions for this ACL entry The possible values are `deny`, `admin`, `read`, `readwrite` and `write`.
58
+ * The permissions for this ACL entry. The possible values are `deny`, `admin`, `read`, `readwrite` and `write`.
59
59
  */
60
60
  readonly permission: string;
61
61
  /**
@@ -67,7 +67,7 @@ export interface GetOpenSearchAclRuleResult {
67
67
  */
68
68
  readonly serviceName: string;
69
69
  /**
70
- * The username for the ACL entry Maximum Length: `40`. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
70
+ * The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
71
71
  */
72
72
  readonly username: string;
73
73
  }
@@ -94,11 +94,11 @@ export declare function getOpenSearchAclRuleOutput(args: GetOpenSearchAclRuleOut
94
94
  */
95
95
  export interface GetOpenSearchAclRuleOutputArgs {
96
96
  /**
97
- * The index pattern for this ACL entry. Maximum Length: `249`. This property cannot be changed, doing so forces recreation of the resource.
97
+ * The index pattern for this ACL entry. Maximum length: `249`. This property cannot be changed, doing so forces recreation of the resource.
98
98
  */
99
99
  index: pulumi.Input<string>;
100
100
  /**
101
- * The permissions for this ACL entry The possible values are `deny`, `admin`, `read`, `readwrite` and `write`.
101
+ * The permissions for this ACL entry. The possible values are `deny`, `admin`, `read`, `readwrite` and `write`.
102
102
  */
103
103
  permission: pulumi.Input<string>;
104
104
  /**
@@ -110,7 +110,7 @@ export interface GetOpenSearchAclRuleOutputArgs {
110
110
  */
111
111
  serviceName: pulumi.Input<string>;
112
112
  /**
113
- * The username for the ACL entry Maximum Length: `40`. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
113
+ * The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
114
114
  */
115
115
  username: pulumi.Input<string>;
116
116
  }
@@ -29,7 +29,7 @@ export interface GetServiceIntegrationArgs {
29
29
  */
30
30
  destinationServiceName: string;
31
31
  /**
32
- * Type of the service integration
32
+ * Type of the service integration. Possible values: `alertmanager`, `cassandraCrossServiceCluster`, `clickhouseKafka`, `clickhousePostgresql`, `dashboard`, `datadog`, `datasource`, `externalAwsCloudwatchLogs`, `externalAwsCloudwatchMetrics`, `externalElasticsearchLogs`, `externalGoogleCloudLogging`, `externalOpensearchLogs`, `flink`, `internalConnectivity`, `jolokia`, `kafkaConnect`, `kafkaLogs`, `kafkaMirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearchCrossClusterReplication`, `opensearchCrossClusterSearch`, `prometheus`, `readReplica`, `rsyslog`, `schemaRegistryProxy`
33
33
  */
34
34
  integrationType: string;
35
35
  /**
@@ -78,7 +78,7 @@ export interface GetServiceIntegrationResult {
78
78
  */
79
79
  readonly integrationId: string;
80
80
  /**
81
- * Type of the service integration
81
+ * Type of the service integration. Possible values: `alertmanager`, `cassandraCrossServiceCluster`, `clickhouseKafka`, `clickhousePostgresql`, `dashboard`, `datadog`, `datasource`, `externalAwsCloudwatchLogs`, `externalAwsCloudwatchMetrics`, `externalElasticsearchLogs`, `externalGoogleCloudLogging`, `externalOpensearchLogs`, `flink`, `internalConnectivity`, `jolokia`, `kafkaConnect`, `kafkaLogs`, `kafkaMirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearchCrossClusterReplication`, `opensearchCrossClusterSearch`, `prometheus`, `readReplica`, `rsyslog`, `schemaRegistryProxy`
82
82
  */
83
83
  readonly integrationType: string;
84
84
  /**
@@ -101,10 +101,6 @@ export interface GetServiceIntegrationResult {
101
101
  * Metrics user configurable settings
102
102
  */
103
103
  readonly metricsUserConfigs: outputs.GetServiceIntegrationMetricsUserConfig[];
104
- /**
105
- * Mirrormaker user configurable settings
106
- */
107
- readonly mirrormakerUserConfigs: outputs.GetServiceIntegrationMirrormakerUserConfig[];
108
104
  /**
109
105
  * Project the integration belongs to
110
106
  */
@@ -147,7 +143,7 @@ export interface GetServiceIntegrationOutputArgs {
147
143
  */
148
144
  destinationServiceName: pulumi.Input<string>;
149
145
  /**
150
- * Type of the service integration
146
+ * Type of the service integration. Possible values: `alertmanager`, `cassandraCrossServiceCluster`, `clickhouseKafka`, `clickhousePostgresql`, `dashboard`, `datadog`, `datasource`, `externalAwsCloudwatchLogs`, `externalAwsCloudwatchMetrics`, `externalElasticsearchLogs`, `externalGoogleCloudLogging`, `externalOpensearchLogs`, `flink`, `internalConnectivity`, `jolokia`, `kafkaConnect`, `kafkaLogs`, `kafkaMirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearchCrossClusterReplication`, `opensearchCrossClusterSearch`, `prometheus`, `readReplica`, `rsyslog`, `schemaRegistryProxy`
151
147
  */
152
148
  integrationType: pulumi.Input<string>;
153
149
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"getServiceIntegration.js","sourceRoot":"","sources":["../getServiceIntegration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAE9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yDAAyD,EAAE;QACpF,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,sDASC;AAqGD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,qBAAqB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAChF,CAAC;AAFD,kEAEC"}
1
+ {"version":3,"file":"getServiceIntegration.js","sourceRoot":"","sources":["../getServiceIntegration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAE9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yDAAyD,EAAE;QACpF,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,sDASC;AAiGD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,qBAAqB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAChF,CAAC;AAFD,kEAEC"}
@@ -21,11 +21,11 @@ export declare function getTransitGatewayVpcAttachment(args: GetTransitGatewayVp
21
21
  */
22
22
  export interface GetTransitGatewayVpcAttachmentArgs {
23
23
  /**
24
- * AWS account ID or GCP project ID of the peered VPC This property cannot be changed, doing so forces recreation of the resource.
24
+ * AWS account ID or GCP project ID of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
25
25
  */
26
26
  peerCloudAccount: string;
27
27
  /**
28
- * Transit gateway ID This property cannot be changed, doing so forces recreation of the resource.
28
+ * Transit gateway ID. This property cannot be changed, doing so forces recreation of the resource.
29
29
  */
30
30
  peerVpc: string;
31
31
  /**
@@ -42,7 +42,7 @@ export interface GetTransitGatewayVpcAttachmentResult {
42
42
  */
43
43
  readonly id: string;
44
44
  /**
45
- * AWS account ID or GCP project ID of the peered VPC This property cannot be changed, doing so forces recreation of the resource.
45
+ * AWS account ID or GCP project ID of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
46
46
  */
47
47
  readonly peerCloudAccount: string;
48
48
  /**
@@ -50,7 +50,7 @@ export interface GetTransitGatewayVpcAttachmentResult {
50
50
  */
51
51
  readonly peerRegion: string;
52
52
  /**
53
- * Transit gateway ID This property cannot be changed, doing so forces recreation of the resource.
53
+ * Transit gateway ID. This property cannot be changed, doing so forces recreation of the resource.
54
54
  */
55
55
  readonly peerVpc: string;
56
56
  /**
@@ -98,11 +98,11 @@ export declare function getTransitGatewayVpcAttachmentOutput(args: GetTransitGat
98
98
  */
99
99
  export interface GetTransitGatewayVpcAttachmentOutputArgs {
100
100
  /**
101
- * AWS account ID or GCP project ID of the peered VPC This property cannot be changed, doing so forces recreation of the resource.
101
+ * AWS account ID or GCP project ID of the peered VPC. This property cannot be changed, doing so forces recreation of the resource.
102
102
  */
103
103
  peerCloudAccount: pulumi.Input<string>;
104
104
  /**
105
- * Transit gateway ID This property cannot be changed, doing so forces recreation of the resource.
105
+ * Transit gateway ID. This property cannot be changed, doing so forces recreation of the resource.
106
106
  */
107
107
  peerVpc: pulumi.Input<string>;
108
108
  /**
package/grafana.d.ts CHANGED
@@ -17,9 +17,9 @@ import * as outputs from "./types/output";
17
17
  * maintenanceWindowDow: "monday",
18
18
  * maintenanceWindowTime: "10:00:00",
19
19
  * grafanaUserConfig: {
20
- * alertingEnabled: "true",
20
+ * alertingEnabled: true,
21
21
  * publicAccess: {
22
- * grafana: "true",
22
+ * grafana: true,
23
23
  * },
24
24
  * },
25
25
  * });