@upcloud/pulumi-upcloud 0.5.1 → 0.5.3

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.
@@ -63,7 +63,11 @@ export declare class FloatingIpAddress extends pulumi.CustomResource {
63
63
  /**
64
64
  * MAC address of a server interface to assign address to.
65
65
  */
66
- readonly macAddress: pulumi.Output<string | undefined>;
66
+ readonly macAddress: pulumi.Output<string>;
67
+ /**
68
+ * The release policy of the floating IP address.
69
+ */
70
+ readonly releasePolicy: pulumi.Output<string>;
67
71
  /**
68
72
  * Zone of the address, e.g. `de-fra1`. Required when assigning a detached floating IP address. You can list available zones with `upctl zone list`.
69
73
  */
@@ -97,6 +101,10 @@ export interface FloatingIpAddressState {
97
101
  * MAC address of a server interface to assign address to.
98
102
  */
99
103
  macAddress?: pulumi.Input<string>;
104
+ /**
105
+ * The release policy of the floating IP address.
106
+ */
107
+ releasePolicy?: pulumi.Input<string>;
100
108
  /**
101
109
  * Zone of the address, e.g. `de-fra1`. Required when assigning a detached floating IP address. You can list available zones with `upctl zone list`.
102
110
  */
@@ -118,6 +126,10 @@ export interface FloatingIpAddressArgs {
118
126
  * MAC address of a server interface to assign address to.
119
127
  */
120
128
  macAddress?: pulumi.Input<string>;
129
+ /**
130
+ * The release policy of the floating IP address.
131
+ */
132
+ releasePolicy?: pulumi.Input<string>;
121
133
  /**
122
134
  * Zone of the address, e.g. `de-fra1`. Required when assigning a detached floating IP address. You can list available zones with `upctl zone list`.
123
135
  */
@@ -70,6 +70,7 @@ class FloatingIpAddress extends pulumi.CustomResource {
70
70
  resourceInputs["family"] = state?.family;
71
71
  resourceInputs["ipAddress"] = state?.ipAddress;
72
72
  resourceInputs["macAddress"] = state?.macAddress;
73
+ resourceInputs["releasePolicy"] = state?.releasePolicy;
73
74
  resourceInputs["zone"] = state?.zone;
74
75
  }
75
76
  else {
@@ -77,6 +78,7 @@ class FloatingIpAddress extends pulumi.CustomResource {
77
78
  resourceInputs["access"] = args?.access;
78
79
  resourceInputs["family"] = args?.family;
79
80
  resourceInputs["macAddress"] = args?.macAddress;
81
+ resourceInputs["releasePolicy"] = args?.releasePolicy;
80
82
  resourceInputs["zone"] = args?.zone;
81
83
  resourceInputs["ipAddress"] = undefined /*out*/;
82
84
  }
@@ -1 +1 @@
1
- {"version":3,"file":"floatingIpAddress.js","sourceRoot":"","sources":["../floatingIpAddress.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IACxD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA8B,EAAE,IAAmC;QAC5H,OAAO,IAAI,iBAAiB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACxE,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,iBAAiB,CAAC,YAAY,CAAC;IAClE,CAAC;IA+BD,YAAY,IAAY,EAAE,WAA4D,EAAE,IAAmC;QACvH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAiD,CAAC;YAChE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAgD,CAAC;YAC9D,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACnD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,iBAAiB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACtE,CAAC;;AA7EL,8CA8EC;AAhEG,gBAAgB;AACO,8BAAY,GAAG,mDAAmD,CAAC"}
1
+ {"version":3,"file":"floatingIpAddress.js","sourceRoot":"","sources":["../floatingIpAddress.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IACxD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA8B,EAAE,IAAmC;QAC5H,OAAO,IAAI,iBAAiB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACxE,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,iBAAiB,CAAC,YAAY,CAAC;IAClE,CAAC;IAmCD,YAAY,IAAY,EAAE,WAA4D,EAAE,IAAmC;QACvH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAiD,CAAC;YAChE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,EAAE,aAAa,CAAC;YACvD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAgD,CAAC;YAC9D,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACnD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,iBAAiB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACtE,CAAC;;AAnFL,8CAoFC;AAtEG,gBAAgB;AACO,8BAAY,GAAG,mDAAmD,CAAC"}
@@ -111,7 +111,7 @@ export declare class KubernetesCluster extends pulumi.CustomResource {
111
111
  */
112
112
  readonly state: pulumi.Output<string>;
113
113
  /**
114
- * Set default storage encryption strategy for all nodes in the cluster.
114
+ * Set default storage encryption strategy for all nodes in the cluster. Valid values are `data-at-rest` and `none`.
115
115
  */
116
116
  readonly storageEncryption: pulumi.Output<string | undefined>;
117
117
  /**
@@ -180,7 +180,7 @@ export interface KubernetesClusterState {
180
180
  */
181
181
  state?: pulumi.Input<string>;
182
182
  /**
183
- * Set default storage encryption strategy for all nodes in the cluster.
183
+ * Set default storage encryption strategy for all nodes in the cluster. Valid values are `data-at-rest` and `none`.
184
184
  */
185
185
  storageEncryption?: pulumi.Input<string>;
186
186
  /**
@@ -229,7 +229,7 @@ export interface KubernetesClusterArgs {
229
229
  */
230
230
  privateNodeGroups?: pulumi.Input<boolean>;
231
231
  /**
232
- * Set default storage encryption strategy for all nodes in the cluster.
232
+ * Set default storage encryption strategy for all nodes in the cluster. Valid values are `data-at-rest` and `none`.
233
233
  */
234
234
  storageEncryption?: pulumi.Input<string>;
235
235
  /**
@@ -133,7 +133,7 @@ export declare class KubernetesNodeGroup extends pulumi.CustomResource {
133
133
  */
134
134
  readonly sshKeys: pulumi.Output<string[]>;
135
135
  /**
136
- * The storage encryption strategy to use for the nodes in this group. If not set, the cluster's storage encryption strategy will be used, if applicable.
136
+ * The storage encryption strategy to use for the nodes in this group. If not set, the cluster's storage encryption strategy will be used, if applicable. Valid values are `data-at-rest` and `none`.
137
137
  */
138
138
  readonly storageEncryption: pulumi.Output<string>;
139
139
  /**
@@ -206,7 +206,7 @@ export interface KubernetesNodeGroupState {
206
206
  */
207
207
  sshKeys?: pulumi.Input<pulumi.Input<string>[]>;
208
208
  /**
209
- * The storage encryption strategy to use for the nodes in this group. If not set, the cluster's storage encryption strategy will be used, if applicable.
209
+ * The storage encryption strategy to use for the nodes in this group. If not set, the cluster's storage encryption strategy will be used, if applicable. Valid values are `data-at-rest` and `none`.
210
210
  */
211
211
  storageEncryption?: pulumi.Input<string>;
212
212
  /**
@@ -271,7 +271,7 @@ export interface KubernetesNodeGroupArgs {
271
271
  */
272
272
  sshKeys?: pulumi.Input<pulumi.Input<string>[]>;
273
273
  /**
274
- * The storage encryption strategy to use for the nodes in this group. If not set, the cluster's storage encryption strategy will be used, if applicable.
274
+ * The storage encryption strategy to use for the nodes in this group. If not set, the cluster's storage encryption strategy will be used, if applicable. Valid values are `data-at-rest` and `none`.
275
275
  */
276
276
  storageEncryption?: pulumi.Input<string>;
277
277
  /**
package/loadbalancer.d.ts CHANGED
@@ -76,6 +76,10 @@ export declare class Loadbalancer extends pulumi.CustomResource {
76
76
  * Frontends receive the traffic before dispatching it to the backends.
77
77
  */
78
78
  readonly frontends: pulumi.Output<string[]>;
79
+ /**
80
+ * Floating IP addresses connected to the load balancer.
81
+ */
82
+ readonly ipAddresses: pulumi.Output<outputs.LoadbalancerIpAddress[] | undefined>;
79
83
  /**
80
84
  * User defined key-value pairs to classify the load balancer.
81
85
  */
@@ -155,6 +159,10 @@ export interface LoadbalancerState {
155
159
  * Frontends receive the traffic before dispatching it to the backends.
156
160
  */
157
161
  frontends?: pulumi.Input<pulumi.Input<string>[]>;
162
+ /**
163
+ * Floating IP addresses connected to the load balancer.
164
+ */
165
+ ipAddresses?: pulumi.Input<pulumi.Input<inputs.LoadbalancerIpAddress>[]>;
158
166
  /**
159
167
  * User defined key-value pairs to classify the load balancer.
160
168
  */
@@ -212,6 +220,10 @@ export interface LoadbalancerArgs {
212
220
  * The service configured status indicates the service's current intended status. Managed by the customer.
213
221
  */
214
222
  configuredStatus?: pulumi.Input<string>;
223
+ /**
224
+ * Floating IP addresses connected to the load balancer.
225
+ */
226
+ ipAddresses?: pulumi.Input<pulumi.Input<inputs.LoadbalancerIpAddress>[]>;
215
227
  /**
216
228
  * User defined key-value pairs to classify the load balancer.
217
229
  */
package/loadbalancer.js CHANGED
@@ -78,6 +78,7 @@ class Loadbalancer extends pulumi.CustomResource {
78
78
  resourceInputs["configuredStatus"] = state?.configuredStatus;
79
79
  resourceInputs["dnsName"] = state?.dnsName;
80
80
  resourceInputs["frontends"] = state?.frontends;
81
+ resourceInputs["ipAddresses"] = state?.ipAddresses;
81
82
  resourceInputs["labels"] = state?.labels;
82
83
  resourceInputs["maintenanceDow"] = state?.maintenanceDow;
83
84
  resourceInputs["maintenanceTime"] = state?.maintenanceTime;
@@ -99,6 +100,7 @@ class Loadbalancer extends pulumi.CustomResource {
99
100
  throw new Error("Missing required property 'zone'");
100
101
  }
101
102
  resourceInputs["configuredStatus"] = args?.configuredStatus;
103
+ resourceInputs["ipAddresses"] = args?.ipAddresses;
102
104
  resourceInputs["labels"] = args?.labels;
103
105
  resourceInputs["maintenanceDow"] = args?.maintenanceDow;
104
106
  resourceInputs["maintenanceTime"] = args?.maintenanceTime;
@@ -1 +1 @@
1
- {"version":3,"file":"loadbalancer.js","sourceRoot":"","sources":["../loadbalancer.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"loadbalancer.js","sourceRoot":"","sources":["../loadbalancer.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@upcloud/pulumi-upcloud",
3
- "version": "0.5.1",
3
+ "version": "0.5.3",
4
4
  "description": "A Pulumi package for creating and managing UpCloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -24,7 +24,7 @@
24
24
  "pulumi": {
25
25
  "resource": true,
26
26
  "name": "upcloud",
27
- "version": "0.5.1",
27
+ "version": "0.5.3",
28
28
  "server": "github://api.github.com/UpCloudLtd/pulumi-upcloud"
29
29
  }
30
30
  }
package/types/input.d.ts CHANGED
@@ -191,6 +191,10 @@ export interface GetIpAddressesAddress {
191
191
  * A reverse DNS record entry
192
192
  */
193
193
  ptrRecord?: string;
194
+ /**
195
+ * Release policy for the address
196
+ */
197
+ releasePolicy?: string;
194
198
  /**
195
199
  * The unique identifier for a server
196
200
  */
@@ -229,6 +233,10 @@ export interface GetIpAddressesAddressArgs {
229
233
  * A reverse DNS record entry
230
234
  */
231
235
  ptrRecord?: pulumi.Input<string>;
236
+ /**
237
+ * Release policy for the address
238
+ */
239
+ releasePolicy?: pulumi.Input<string>;
232
240
  /**
233
241
  * The unique identifier for a server
234
242
  */
@@ -1471,6 +1479,16 @@ export interface LoadbalancerFrontendRuleMatchersUrlQuery {
1471
1479
  */
1472
1480
  value?: pulumi.Input<string>;
1473
1481
  }
1482
+ export interface LoadbalancerIpAddress {
1483
+ /**
1484
+ * Floating IP address to attach to the load balancer.
1485
+ */
1486
+ address: pulumi.Input<string>;
1487
+ /**
1488
+ * Name of the network where to attach the IP address.
1489
+ */
1490
+ networkName: pulumi.Input<string>;
1491
+ }
1474
1492
  export interface LoadbalancerNetwork {
1475
1493
  /**
1476
1494
  * DNS name of the load balancer network
@@ -1900,12 +1918,20 @@ export interface ManagedDatabaseOpensearchProperties {
1900
1918
  * Custom domain. Serve the web frontend using a custom CNAME pointing to the Aiven DNS name.
1901
1919
  */
1902
1920
  customDomain?: pulumi.Input<string>;
1921
+ /**
1922
+ * OpenSearch custom keystores. Allow to register custom keystores in OpenSearch.
1923
+ */
1924
+ customKeystores?: pulumi.Input<pulumi.Input<string>[]>;
1925
+ /**
1926
+ * OpenSearch custom repositories. Allow to register object storage repositories in OpenSearch.
1927
+ */
1928
+ customRepos?: pulumi.Input<pulumi.Input<string>[]>;
1903
1929
  /**
1904
1930
  * Watermark settings.
1905
1931
  */
1906
1932
  diskWatermarks?: pulumi.Input<inputs.ManagedDatabaseOpensearchPropertiesDiskWatermarks>;
1907
1933
  /**
1908
- * Elasticsearch major version.
1934
+ * Elasticsearch version.
1909
1935
  */
1910
1936
  elasticsearchVersion?: pulumi.Input<string>;
1911
1937
  /**
@@ -2029,7 +2055,7 @@ export interface ManagedDatabaseOpensearchProperties {
2029
2055
  */
2030
2056
  knnMemoryCircuitBreakerEnabled?: pulumi.Input<boolean>;
2031
2057
  /**
2032
- * Maximum amount of memory that can be used for KNN index. Defaults to 50% of the JVM heap size.
2058
+ * Maximum amount of memory in percentage that can be used for the KNN index. Defaults to 50% of the JVM heap size. 0 is used to set it to null which can be used to invalidate caches.
2033
2059
  */
2034
2060
  knnMemoryCircuitBreakerLimit?: pulumi.Input<number>;
2035
2061
  /**
@@ -2135,7 +2161,7 @@ export interface ManagedDatabaseOpensearchProperties {
2135
2161
  */
2136
2162
  threadPoolWriteSize?: pulumi.Input<number>;
2137
2163
  /**
2138
- * OpenSearch major version.
2164
+ * OpenSearch version.
2139
2165
  */
2140
2166
  version?: pulumi.Input<string>;
2141
2167
  }
@@ -2253,15 +2279,15 @@ export interface ManagedDatabaseOpensearchPropertiesIndexRollup {
2253
2279
  }
2254
2280
  export interface ManagedDatabaseOpensearchPropertiesIndexTemplate {
2255
2281
  /**
2256
- * index.mapping.nested_objects.limit. The maximum number of nested JSON objects that a single document can contain across all nested types. This limit helps to prevent out of memory errors when a document contains too many nested objects. Default is 10000.
2282
+ * (DEPRECATED) index.mapping.nested_objects.limit. The maximum number of nested JSON objects that a single document can contain across all nested types. This limit helps to prevent out of memory errors when a document contains too many nested objects. Default is 10000. Deprecated, use an index template instead.
2257
2283
  */
2258
2284
  mappingNestedObjectsLimit?: pulumi.Input<number>;
2259
2285
  /**
2260
- * The number of replicas each primary shard has.
2286
+ * The number of replicas each primary shard has. Deprecated, use an index template instead.
2261
2287
  */
2262
2288
  numberOfReplicas?: pulumi.Input<number>;
2263
2289
  /**
2264
- * The number of primary shards that an index should have.
2290
+ * The number of primary shards that an index should have. Deprecated, use an index template instead.
2265
2291
  */
2266
2292
  numberOfShards?: pulumi.Input<number>;
2267
2293
  }
@@ -2797,7 +2823,7 @@ export interface ManagedDatabasePostgresqlProperties {
2797
2823
  */
2798
2824
  logTempFiles?: pulumi.Input<number>;
2799
2825
  /**
2800
- * PostgreSQL maximum number of concurrent connections to the database server. Changing this parameter causes a service restart.
2826
+ * Sets the PostgreSQL maximum number of concurrent connections to the database server. This is a limited-release parameter. Contact your account team to confirm your eligibility. You cannot decrease this parameter value when set. For services with a read replica, first increase the read replica's value. After the change is applied to the replica, you can increase the primary service's value. Changing this parameter causes a service restart.
2801
2827
  */
2802
2828
  maxConnections?: pulumi.Input<number>;
2803
2829
  /**
@@ -3013,55 +3039,61 @@ export interface ManagedDatabasePostgresqlPropertiesPgaudit {
3013
3039
  */
3014
3040
  featureEnabled?: pulumi.Input<boolean>;
3015
3041
  /**
3016
- * Specifies that session logging should be enabled in the casewhere all relations in a statement are in pg_catalog.
3042
+ * Log Catalog. Specifies that session logging should be enabled in the case where all relations
3043
+ * in a statement are in pg_catalog.
3017
3044
  */
3018
3045
  logCatalog?: pulumi.Input<boolean>;
3019
3046
  /**
3020
- * Specifies whether log messages will be visible to a client process such as psql.
3047
+ * Log Client. Specifies whether log messages will be visible to a client process such as psql.
3021
3048
  */
3022
3049
  logClient?: pulumi.Input<boolean>;
3023
3050
  /**
3024
- * Specifies the log level that will be used for log entries.
3051
+ * Log level. Specifies the log level that will be used for log entries.
3025
3052
  */
3026
3053
  logLevel?: pulumi.Input<string>;
3027
3054
  /**
3028
- * Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation.
3055
+ * Log Max String Length. Crop parameters representation and whole statements if they exceed this threshold.
3056
+ * A (default) value of -1 disable the truncation.
3029
3057
  */
3030
3058
  logMaxStringLength?: pulumi.Input<number>;
3031
3059
  /**
3032
- * This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun.
3060
+ * Log Nested Statements. This GUC allows to turn off logging nested statements, that is, statements that are
3061
+ * executed as part of another ExecutorRun.
3033
3062
  */
3034
3063
  logNestedStatements?: pulumi.Input<boolean>;
3035
3064
  /**
3036
- * Specifies that audit logging should include the parameters that were passed with the statement.
3065
+ * Log Parameter. Specifies that audit logging should include the parameters that were passed with the statement.
3037
3066
  */
3038
3067
  logParameter?: pulumi.Input<boolean>;
3039
3068
  /**
3040
- * Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with <long param suppressed>.
3069
+ * Log Parameter Max Size. Specifies that parameter values longer than this setting (in bytes) should not be logged,
3070
+ * but replaced with <long param suppressed>.
3041
3071
  */
3042
3072
  logParameterMaxSize?: pulumi.Input<number>;
3043
3073
  /**
3044
- * Specifies whether session audit logging should create a separate log entry for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement.
3074
+ * Log Relation. Specifies whether session audit logging should create a separate log entry
3075
+ * for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement.
3045
3076
  */
3046
3077
  logRelation?: pulumi.Input<boolean>;
3047
3078
  /**
3048
- * Specifies that audit logging should include the rows retrieved or affected by a statement. When enabled the rows field will be included after the parameter field.
3079
+ * Log Rows.
3049
3080
  */
3050
3081
  logRows?: pulumi.Input<boolean>;
3051
3082
  /**
3052
- * Specifies whether logging will include the statement text and parameters (if enabled).
3083
+ * Log Statement. Specifies whether logging will include the statement text and parameters (if enabled).
3053
3084
  */
3054
3085
  logStatement?: pulumi.Input<boolean>;
3055
3086
  /**
3056
- * Specifies whether logging will include the statement text and parameters with the first log entry for a statement/substatement combination or with every entry.
3087
+ * Log Statement Once. Specifies whether logging will include the statement text and parameters with
3088
+ * the first log entry for a statement/substatement combination or with every entry.
3057
3089
  */
3058
3090
  logStatementOnce?: pulumi.Input<boolean>;
3059
3091
  /**
3060
- * Specifies which classes of statements will be logged by session audit logging.
3092
+ * Log. Specifies which classes of statements will be logged by session audit logging.
3061
3093
  */
3062
3094
  logs?: pulumi.Input<pulumi.Input<string>[]>;
3063
3095
  /**
3064
- * Specifies the master role to use for object audit logging.
3096
+ * Role. Specifies the master role to use for object audit logging.
3065
3097
  */
3066
3098
  role?: pulumi.Input<string>;
3067
3099
  }
@@ -3109,7 +3141,7 @@ export interface ManagedDatabasePostgresqlPropertiesPgbouncer {
3109
3141
  }
3110
3142
  export interface ManagedDatabasePostgresqlPropertiesPglookout {
3111
3143
  /**
3112
- * Number of seconds of master unavailability before triggering database failover to standby.
3144
+ * Max Failover Replication Time Lag. Number of seconds of master unavailability before triggering database failover to standby.
3113
3145
  */
3114
3146
  maxFailoverReplicationTimeLag?: pulumi.Input<number>;
3115
3147
  }
@@ -3578,6 +3610,10 @@ export interface NetworkIpNetwork {
3578
3610
  * The additional DHCP classless static routes given by DHCP
3579
3611
  */
3580
3612
  dhcpRoutes?: pulumi.Input<pulumi.Input<string>[]>;
3613
+ /**
3614
+ * DHCP routes auto-population configuration.
3615
+ */
3616
+ dhcpRoutesConfiguration?: pulumi.Input<inputs.NetworkIpNetworkDhcpRoutesConfiguration>;
3581
3617
  /**
3582
3618
  * IP address family
3583
3619
  */
@@ -3587,6 +3623,30 @@ export interface NetworkIpNetwork {
3587
3623
  */
3588
3624
  gateway?: pulumi.Input<string>;
3589
3625
  }
3626
+ export interface NetworkIpNetworkDhcpRoutesConfiguration {
3627
+ /**
3628
+ * Automatically populate effective routes.
3629
+ */
3630
+ effectiveRoutesAutoPopulation?: pulumi.Input<inputs.NetworkIpNetworkDhcpRoutesConfigurationEffectiveRoutesAutoPopulation>;
3631
+ }
3632
+ export interface NetworkIpNetworkDhcpRoutesConfigurationEffectiveRoutesAutoPopulation {
3633
+ /**
3634
+ * Enable or disable route auto-population.
3635
+ */
3636
+ enabled?: pulumi.Input<boolean>;
3637
+ /**
3638
+ * Exclude routes coming from specific sources (router-connected-networks, static-route).
3639
+ */
3640
+ excludeBySources?: pulumi.Input<pulumi.Input<string>[]>;
3641
+ /**
3642
+ * CIDR destinations to include when auto-populating routes.
3643
+ */
3644
+ filterByDestinations?: pulumi.Input<pulumi.Input<string>[]>;
3645
+ /**
3646
+ * Include only routes of given types (service, user).
3647
+ */
3648
+ filterByRouteTypes?: pulumi.Input<pulumi.Input<string>[]>;
3649
+ }
3590
3650
  export interface NetworkPeeringNetwork {
3591
3651
  /**
3592
3652
  * The UUID of the network.
package/types/output.d.ts CHANGED
@@ -157,6 +157,10 @@ export interface GetIpAddressesAddress {
157
157
  * A reverse DNS record entry
158
158
  */
159
159
  ptrRecord: string;
160
+ /**
161
+ * Release policy for the address
162
+ */
163
+ releasePolicy: string;
160
164
  /**
161
165
  * The unique identifier for a server
162
166
  */
@@ -1209,6 +1213,16 @@ export interface LoadbalancerFrontendRuleMatchersUrlQuery {
1209
1213
  */
1210
1214
  value?: string;
1211
1215
  }
1216
+ export interface LoadbalancerIpAddress {
1217
+ /**
1218
+ * Floating IP address to attach to the load balancer.
1219
+ */
1220
+ address: string;
1221
+ /**
1222
+ * Name of the network where to attach the IP address.
1223
+ */
1224
+ networkName: string;
1225
+ }
1212
1226
  export interface LoadbalancerNetwork {
1213
1227
  /**
1214
1228
  * DNS name of the load balancer network
@@ -1529,7 +1543,7 @@ export interface ManagedDatabaseMysqlPropertiesMigration {
1529
1543
  /**
1530
1544
  * The server where to migrate data from is secured with SSL.
1531
1545
  */
1532
- ssl: boolean;
1546
+ ssl?: boolean;
1533
1547
  /**
1534
1548
  * User name for authentication with the server where to migrate data from.
1535
1549
  */
@@ -1638,12 +1652,20 @@ export interface ManagedDatabaseOpensearchProperties {
1638
1652
  * Custom domain. Serve the web frontend using a custom CNAME pointing to the Aiven DNS name.
1639
1653
  */
1640
1654
  customDomain: string;
1655
+ /**
1656
+ * OpenSearch custom keystores. Allow to register custom keystores in OpenSearch.
1657
+ */
1658
+ customKeystores: string[];
1659
+ /**
1660
+ * OpenSearch custom repositories. Allow to register object storage repositories in OpenSearch.
1661
+ */
1662
+ customRepos: string[];
1641
1663
  /**
1642
1664
  * Watermark settings.
1643
1665
  */
1644
1666
  diskWatermarks: outputs.ManagedDatabaseOpensearchPropertiesDiskWatermarks;
1645
1667
  /**
1646
- * Elasticsearch major version.
1668
+ * Elasticsearch version.
1647
1669
  */
1648
1670
  elasticsearchVersion: string;
1649
1671
  /**
@@ -1767,7 +1789,7 @@ export interface ManagedDatabaseOpensearchProperties {
1767
1789
  */
1768
1790
  knnMemoryCircuitBreakerEnabled: boolean;
1769
1791
  /**
1770
- * Maximum amount of memory that can be used for KNN index. Defaults to 50% of the JVM heap size.
1792
+ * Maximum amount of memory in percentage that can be used for the KNN index. Defaults to 50% of the JVM heap size. 0 is used to set it to null which can be used to invalidate caches.
1771
1793
  */
1772
1794
  knnMemoryCircuitBreakerLimit: number;
1773
1795
  /**
@@ -1873,7 +1895,7 @@ export interface ManagedDatabaseOpensearchProperties {
1873
1895
  */
1874
1896
  threadPoolWriteSize: number;
1875
1897
  /**
1876
- * OpenSearch major version.
1898
+ * OpenSearch version.
1877
1899
  */
1878
1900
  version: string;
1879
1901
  }
@@ -1991,15 +2013,15 @@ export interface ManagedDatabaseOpensearchPropertiesIndexRollup {
1991
2013
  }
1992
2014
  export interface ManagedDatabaseOpensearchPropertiesIndexTemplate {
1993
2015
  /**
1994
- * index.mapping.nested_objects.limit. The maximum number of nested JSON objects that a single document can contain across all nested types. This limit helps to prevent out of memory errors when a document contains too many nested objects. Default is 10000.
2016
+ * (DEPRECATED) index.mapping.nested_objects.limit. The maximum number of nested JSON objects that a single document can contain across all nested types. This limit helps to prevent out of memory errors when a document contains too many nested objects. Default is 10000. Deprecated, use an index template instead.
1995
2017
  */
1996
2018
  mappingNestedObjectsLimit: number;
1997
2019
  /**
1998
- * The number of replicas each primary shard has.
2020
+ * The number of replicas each primary shard has. Deprecated, use an index template instead.
1999
2021
  */
2000
2022
  numberOfReplicas: number;
2001
2023
  /**
2002
- * The number of primary shards that an index should have.
2024
+ * The number of primary shards that an index should have. Deprecated, use an index template instead.
2003
2025
  */
2004
2026
  numberOfShards: number;
2005
2027
  }
@@ -2535,7 +2557,7 @@ export interface ManagedDatabasePostgresqlProperties {
2535
2557
  */
2536
2558
  logTempFiles: number;
2537
2559
  /**
2538
- * PostgreSQL maximum number of concurrent connections to the database server. Changing this parameter causes a service restart.
2560
+ * Sets the PostgreSQL maximum number of concurrent connections to the database server. This is a limited-release parameter. Contact your account team to confirm your eligibility. You cannot decrease this parameter value when set. For services with a read replica, first increase the read replica's value. After the change is applied to the replica, you can increase the primary service's value. Changing this parameter causes a service restart.
2539
2561
  */
2540
2562
  maxConnections: number;
2541
2563
  /**
@@ -2739,7 +2761,7 @@ export interface ManagedDatabasePostgresqlPropertiesMigration {
2739
2761
  /**
2740
2762
  * The server where to migrate data from is secured with SSL.
2741
2763
  */
2742
- ssl: boolean;
2764
+ ssl?: boolean;
2743
2765
  /**
2744
2766
  * User name for authentication with the server where to migrate data from.
2745
2767
  */
@@ -2749,57 +2771,63 @@ export interface ManagedDatabasePostgresqlPropertiesPgaudit {
2749
2771
  /**
2750
2772
  * Enable pgaudit extension. Enable pgaudit extension. When enabled, pgaudit extension will be automatically installed.Otherwise, extension will be uninstalled but auditing configurations will be preserved.
2751
2773
  */
2752
- featureEnabled: boolean;
2774
+ featureEnabled?: boolean;
2753
2775
  /**
2754
- * Specifies that session logging should be enabled in the casewhere all relations in a statement are in pg_catalog.
2776
+ * Log Catalog. Specifies that session logging should be enabled in the case where all relations
2777
+ * in a statement are in pg_catalog.
2755
2778
  */
2756
- logCatalog: boolean;
2779
+ logCatalog?: boolean;
2757
2780
  /**
2758
- * Specifies whether log messages will be visible to a client process such as psql.
2781
+ * Log Client. Specifies whether log messages will be visible to a client process such as psql.
2759
2782
  */
2760
- logClient: boolean;
2783
+ logClient?: boolean;
2761
2784
  /**
2762
- * Specifies the log level that will be used for log entries.
2785
+ * Log level. Specifies the log level that will be used for log entries.
2763
2786
  */
2764
2787
  logLevel: string;
2765
2788
  /**
2766
- * Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation.
2789
+ * Log Max String Length. Crop parameters representation and whole statements if they exceed this threshold.
2790
+ * A (default) value of -1 disable the truncation.
2767
2791
  */
2768
2792
  logMaxStringLength: number;
2769
2793
  /**
2770
- * This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun.
2794
+ * Log Nested Statements. This GUC allows to turn off logging nested statements, that is, statements that are
2795
+ * executed as part of another ExecutorRun.
2771
2796
  */
2772
- logNestedStatements: boolean;
2797
+ logNestedStatements?: boolean;
2773
2798
  /**
2774
- * Specifies that audit logging should include the parameters that were passed with the statement.
2799
+ * Log Parameter. Specifies that audit logging should include the parameters that were passed with the statement.
2775
2800
  */
2776
- logParameter: boolean;
2801
+ logParameter?: boolean;
2777
2802
  /**
2778
- * Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with <long param suppressed>.
2803
+ * Log Parameter Max Size. Specifies that parameter values longer than this setting (in bytes) should not be logged,
2804
+ * but replaced with <long param suppressed>.
2779
2805
  */
2780
2806
  logParameterMaxSize: number;
2781
2807
  /**
2782
- * Specifies whether session audit logging should create a separate log entry for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement.
2808
+ * Log Relation. Specifies whether session audit logging should create a separate log entry
2809
+ * for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement.
2783
2810
  */
2784
- logRelation: boolean;
2811
+ logRelation?: boolean;
2785
2812
  /**
2786
- * Specifies that audit logging should include the rows retrieved or affected by a statement. When enabled the rows field will be included after the parameter field.
2813
+ * Log Rows.
2787
2814
  */
2788
- logRows: boolean;
2815
+ logRows?: boolean;
2789
2816
  /**
2790
- * Specifies whether logging will include the statement text and parameters (if enabled).
2817
+ * Log Statement. Specifies whether logging will include the statement text and parameters (if enabled).
2791
2818
  */
2792
- logStatement: boolean;
2819
+ logStatement?: boolean;
2793
2820
  /**
2794
- * Specifies whether logging will include the statement text and parameters with the first log entry for a statement/substatement combination or with every entry.
2821
+ * Log Statement Once. Specifies whether logging will include the statement text and parameters with
2822
+ * the first log entry for a statement/substatement combination or with every entry.
2795
2823
  */
2796
- logStatementOnce: boolean;
2824
+ logStatementOnce?: boolean;
2797
2825
  /**
2798
- * Specifies which classes of statements will be logged by session audit logging.
2826
+ * Log. Specifies which classes of statements will be logged by session audit logging.
2799
2827
  */
2800
2828
  logs: string[];
2801
2829
  /**
2802
- * Specifies the master role to use for object audit logging.
2830
+ * Role. Specifies the master role to use for object audit logging.
2803
2831
  */
2804
2832
  role: string;
2805
2833
  }
@@ -2843,11 +2871,11 @@ export interface ManagedDatabasePostgresqlPropertiesPgbouncer {
2843
2871
  /**
2844
2872
  * Run serverResetQuery (DISCARD ALL) in all pooling modes.
2845
2873
  */
2846
- serverResetQueryAlways: boolean;
2874
+ serverResetQueryAlways?: boolean;
2847
2875
  }
2848
2876
  export interface ManagedDatabasePostgresqlPropertiesPglookout {
2849
2877
  /**
2850
- * Number of seconds of master unavailability before triggering database failover to standby.
2878
+ * Max Failover Replication Time Lag. Number of seconds of master unavailability before triggering database failover to standby.
2851
2879
  */
2852
2880
  maxFailoverReplicationTimeLag: number;
2853
2881
  }
@@ -3021,7 +3049,7 @@ export interface ManagedDatabaseRedisPropertiesMigration {
3021
3049
  /**
3022
3050
  * The server where to migrate data from is secured with SSL.
3023
3051
  */
3024
- ssl: boolean;
3052
+ ssl?: boolean;
3025
3053
  /**
3026
3054
  * User name for authentication with the server where to migrate data from.
3027
3055
  */
@@ -3253,7 +3281,7 @@ export interface ManagedDatabaseValkeyPropertiesMigration {
3253
3281
  /**
3254
3282
  * The server where to migrate data from is secured with SSL.
3255
3283
  */
3256
- ssl: boolean;
3284
+ ssl?: boolean;
3257
3285
  /**
3258
3286
  * User name for authentication with the server where to migrate data from.
3259
3287
  */
@@ -3316,6 +3344,10 @@ export interface NetworkIpNetwork {
3316
3344
  * The additional DHCP classless static routes given by DHCP
3317
3345
  */
3318
3346
  dhcpRoutes: string[];
3347
+ /**
3348
+ * DHCP routes auto-population configuration.
3349
+ */
3350
+ dhcpRoutesConfiguration?: outputs.NetworkIpNetworkDhcpRoutesConfiguration;
3319
3351
  /**
3320
3352
  * IP address family
3321
3353
  */
@@ -3325,6 +3357,30 @@ export interface NetworkIpNetwork {
3325
3357
  */
3326
3358
  gateway: string;
3327
3359
  }
3360
+ export interface NetworkIpNetworkDhcpRoutesConfiguration {
3361
+ /**
3362
+ * Automatically populate effective routes.
3363
+ */
3364
+ effectiveRoutesAutoPopulation?: outputs.NetworkIpNetworkDhcpRoutesConfigurationEffectiveRoutesAutoPopulation;
3365
+ }
3366
+ export interface NetworkIpNetworkDhcpRoutesConfigurationEffectiveRoutesAutoPopulation {
3367
+ /**
3368
+ * Enable or disable route auto-population.
3369
+ */
3370
+ enabled?: boolean;
3371
+ /**
3372
+ * Exclude routes coming from specific sources (router-connected-networks, static-route).
3373
+ */
3374
+ excludeBySources?: string[];
3375
+ /**
3376
+ * CIDR destinations to include when auto-populating routes.
3377
+ */
3378
+ filterByDestinations?: string[];
3379
+ /**
3380
+ * Include only routes of given types (service, user).
3381
+ */
3382
+ filterByRouteTypes?: string[];
3383
+ }
3328
3384
  export interface NetworkPeeringNetwork {
3329
3385
  /**
3330
3386
  * The UUID of the network.