@pulumi/aiven 6.1.0 → 6.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/types/input.d.ts +15 -15
- package/types/output.d.ts +31 -31
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/aiven",
|
|
3
|
-
"version": "v6.1.
|
|
3
|
+
"version": "v6.1.1",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Aiven cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource aiven v6.1.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource aiven v6.1.1"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0"
|
package/package.json.dev
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/aiven",
|
|
3
|
-
"version": "v6.1.
|
|
3
|
+
"version": "v6.1.1",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Aiven cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource aiven v6.1.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource aiven v6.1.1"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0"
|
package/types/input.d.ts
CHANGED
|
@@ -48,7 +48,7 @@ export interface CassandraCassandraUserConfig {
|
|
|
48
48
|
/**
|
|
49
49
|
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
50
50
|
*
|
|
51
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
51
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
52
52
|
*/
|
|
53
53
|
ipFilters?: pulumi.Input<pulumi.Input<string>[]>;
|
|
54
54
|
/**
|
|
@@ -142,7 +142,7 @@ export interface ClickhouseClickhouseUserConfig {
|
|
|
142
142
|
/**
|
|
143
143
|
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
144
144
|
*
|
|
145
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
145
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
146
146
|
*/
|
|
147
147
|
ipFilters?: pulumi.Input<pulumi.Input<string>[]>;
|
|
148
148
|
/**
|
|
@@ -266,7 +266,7 @@ export interface FlinkFlinkUserConfig {
|
|
|
266
266
|
/**
|
|
267
267
|
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
268
268
|
*
|
|
269
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
269
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
270
270
|
*/
|
|
271
271
|
ipFilters?: pulumi.Input<pulumi.Input<string>[]>;
|
|
272
272
|
/**
|
|
@@ -348,7 +348,7 @@ export interface GrafanaGrafanaUserConfig {
|
|
|
348
348
|
ipFilterObjects?: pulumi.Input<pulumi.Input<inputs.GrafanaGrafanaUserConfigIpFilterObject>[]>;
|
|
349
349
|
ipFilterStrings?: pulumi.Input<pulumi.Input<string>[]>;
|
|
350
350
|
/**
|
|
351
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
351
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
352
352
|
*/
|
|
353
353
|
ipFilters?: pulumi.Input<pulumi.Input<string>[]>;
|
|
354
354
|
metricsEnabled?: pulumi.Input<boolean>;
|
|
@@ -490,7 +490,7 @@ export interface InfluxDbInfluxdbUserConfig {
|
|
|
490
490
|
/**
|
|
491
491
|
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
492
492
|
*
|
|
493
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
493
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
494
494
|
*/
|
|
495
495
|
ipFilters?: pulumi.Input<pulumi.Input<string>[]>;
|
|
496
496
|
/**
|
|
@@ -597,7 +597,7 @@ export interface KafkaConnectKafkaConnectUserConfig {
|
|
|
597
597
|
ipFilterObjects?: pulumi.Input<pulumi.Input<inputs.KafkaConnectKafkaConnectUserConfigIpFilterObject>[]>;
|
|
598
598
|
ipFilterStrings?: pulumi.Input<pulumi.Input<string>[]>;
|
|
599
599
|
/**
|
|
600
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
600
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
601
601
|
*/
|
|
602
602
|
ipFilters?: pulumi.Input<pulumi.Input<string>[]>;
|
|
603
603
|
kafkaConnect?: pulumi.Input<inputs.KafkaConnectKafkaConnectUserConfigKafkaConnect>;
|
|
@@ -697,7 +697,7 @@ export interface KafkaKafkaUserConfig {
|
|
|
697
697
|
/**
|
|
698
698
|
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
699
699
|
*
|
|
700
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
700
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
701
701
|
*/
|
|
702
702
|
ipFilters?: pulumi.Input<pulumi.Input<string>[]>;
|
|
703
703
|
/**
|
|
@@ -883,7 +883,7 @@ export interface KafkaMirrorMakerKafkaMirrormakerUserConfig {
|
|
|
883
883
|
ipFilterObjects?: pulumi.Input<pulumi.Input<inputs.KafkaMirrorMakerKafkaMirrormakerUserConfigIpFilterObject>[]>;
|
|
884
884
|
ipFilterStrings?: pulumi.Input<pulumi.Input<string>[]>;
|
|
885
885
|
/**
|
|
886
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
886
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
887
887
|
*/
|
|
888
888
|
ipFilters?: pulumi.Input<pulumi.Input<string>[]>;
|
|
889
889
|
kafkaMirrormaker?: pulumi.Input<inputs.KafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormaker>;
|
|
@@ -1057,7 +1057,7 @@ export interface M3AggregatorM3aggregatorUserConfig {
|
|
|
1057
1057
|
ipFilterObjects?: pulumi.Input<pulumi.Input<inputs.M3AggregatorM3aggregatorUserConfigIpFilterObject>[]>;
|
|
1058
1058
|
ipFilterStrings?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1059
1059
|
/**
|
|
1060
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
1060
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
1061
1061
|
*/
|
|
1062
1062
|
ipFilters?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1063
1063
|
/**
|
|
@@ -1096,7 +1096,7 @@ export interface M3DbM3dbUserConfig {
|
|
|
1096
1096
|
ipFilterObjects?: pulumi.Input<pulumi.Input<inputs.M3DbM3dbUserConfigIpFilterObject>[]>;
|
|
1097
1097
|
ipFilterStrings?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1098
1098
|
/**
|
|
1099
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
1099
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
1100
1100
|
*/
|
|
1101
1101
|
ipFilters?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1102
1102
|
limits?: pulumi.Input<inputs.M3DbM3dbUserConfigLimits>;
|
|
@@ -1167,7 +1167,7 @@ export interface M3DbM3dbUserConfigRulesMapping {
|
|
|
1167
1167
|
filter: pulumi.Input<string>;
|
|
1168
1168
|
name?: pulumi.Input<string>;
|
|
1169
1169
|
/**
|
|
1170
|
-
* @deprecated This will be removed in v5.0.0 and replaced with namespaces_string instead.
|
|
1170
|
+
* @deprecated This will be removed in v5.0.0 and replaced with namespaces_string instead.
|
|
1171
1171
|
*/
|
|
1172
1172
|
namespaces?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1173
1173
|
namespacesObjects?: pulumi.Input<pulumi.Input<inputs.M3DbM3dbUserConfigRulesMappingNamespacesObject>[]>;
|
|
@@ -1211,7 +1211,7 @@ export interface MySqlMysqlUserConfig {
|
|
|
1211
1211
|
ipFilterObjects?: pulumi.Input<pulumi.Input<inputs.MySqlMysqlUserConfigIpFilterObject>[]>;
|
|
1212
1212
|
ipFilterStrings?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1213
1213
|
/**
|
|
1214
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
1214
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
1215
1215
|
*/
|
|
1216
1216
|
ipFilters?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1217
1217
|
migration?: pulumi.Input<inputs.MySqlMysqlUserConfigMigration>;
|
|
@@ -1340,7 +1340,7 @@ export interface OpenSearchOpensearchUserConfig {
|
|
|
1340
1340
|
/**
|
|
1341
1341
|
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
1342
1342
|
*
|
|
1343
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
1343
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
1344
1344
|
*/
|
|
1345
1345
|
ipFilters?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1346
1346
|
/**
|
|
@@ -1573,7 +1573,7 @@ export interface PgPgUserConfig {
|
|
|
1573
1573
|
/**
|
|
1574
1574
|
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
1575
1575
|
*
|
|
1576
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
1576
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
1577
1577
|
*/
|
|
1578
1578
|
ipFilters?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1579
1579
|
/**
|
|
@@ -1813,7 +1813,7 @@ export interface RedisRedisUserConfig {
|
|
|
1813
1813
|
ipFilterObjects?: pulumi.Input<pulumi.Input<inputs.RedisRedisUserConfigIpFilterObject>[]>;
|
|
1814
1814
|
ipFilterStrings?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1815
1815
|
/**
|
|
1816
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
1816
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
1817
1817
|
*/
|
|
1818
1818
|
ipFilters?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1819
1819
|
migration?: pulumi.Input<inputs.RedisRedisUserConfigMigration>;
|
package/types/output.d.ts
CHANGED
|
@@ -47,7 +47,7 @@ export interface CassandraCassandraUserConfig {
|
|
|
47
47
|
/**
|
|
48
48
|
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
49
49
|
*
|
|
50
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
50
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
51
51
|
*/
|
|
52
52
|
ipFilters?: string[];
|
|
53
53
|
/**
|
|
@@ -141,7 +141,7 @@ export interface ClickhouseClickhouseUserConfig {
|
|
|
141
141
|
/**
|
|
142
142
|
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
143
143
|
*
|
|
144
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
144
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
145
145
|
*/
|
|
146
146
|
ipFilters?: string[];
|
|
147
147
|
/**
|
|
@@ -265,7 +265,7 @@ export interface FlinkFlinkUserConfig {
|
|
|
265
265
|
/**
|
|
266
266
|
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
267
267
|
*
|
|
268
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
268
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
269
269
|
*/
|
|
270
270
|
ipFilters?: string[];
|
|
271
271
|
/**
|
|
@@ -327,7 +327,7 @@ export interface GetCassandaCassandraUserConfig {
|
|
|
327
327
|
ipFilterObjects?: outputs.GetCassandaCassandraUserConfigIpFilterObject[];
|
|
328
328
|
ipFilterStrings?: string[];
|
|
329
329
|
/**
|
|
330
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
330
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
331
331
|
*/
|
|
332
332
|
ipFilters?: string[];
|
|
333
333
|
migrateSstableloader?: boolean;
|
|
@@ -385,7 +385,7 @@ export interface GetCassandraCassandraUserConfig {
|
|
|
385
385
|
ipFilterObjects?: outputs.GetCassandraCassandraUserConfigIpFilterObject[];
|
|
386
386
|
ipFilterStrings?: string[];
|
|
387
387
|
/**
|
|
388
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
388
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
389
389
|
*/
|
|
390
390
|
ipFilters?: string[];
|
|
391
391
|
migrateSstableloader?: boolean;
|
|
@@ -438,7 +438,7 @@ export interface GetClickhouseClickhouseUserConfig {
|
|
|
438
438
|
ipFilterObjects?: outputs.GetClickhouseClickhouseUserConfigIpFilterObject[];
|
|
439
439
|
ipFilterStrings?: string[];
|
|
440
440
|
/**
|
|
441
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
441
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
442
442
|
*/
|
|
443
443
|
ipFilters?: string[];
|
|
444
444
|
projectToForkFrom?: string;
|
|
@@ -490,7 +490,7 @@ export interface GetFlinkFlinkUserConfig {
|
|
|
490
490
|
ipFilterObjects?: outputs.GetFlinkFlinkUserConfigIpFilterObject[];
|
|
491
491
|
ipFilterStrings?: string[];
|
|
492
492
|
/**
|
|
493
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
493
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
494
494
|
*/
|
|
495
495
|
ipFilters?: string[];
|
|
496
496
|
numberOfTaskSlots?: number;
|
|
@@ -554,7 +554,7 @@ export interface GetGrafanaGrafanaUserConfig {
|
|
|
554
554
|
ipFilterObjects?: outputs.GetGrafanaGrafanaUserConfigIpFilterObject[];
|
|
555
555
|
ipFilterStrings?: string[];
|
|
556
556
|
/**
|
|
557
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
557
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
558
558
|
*/
|
|
559
559
|
ipFilters?: string[];
|
|
560
560
|
metricsEnabled?: boolean;
|
|
@@ -694,7 +694,7 @@ export interface GetInfluxDbInfluxdbUserConfig {
|
|
|
694
694
|
ipFilterObjects?: outputs.GetInfluxDbInfluxdbUserConfigIpFilterObject[];
|
|
695
695
|
ipFilterStrings?: string[];
|
|
696
696
|
/**
|
|
697
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
697
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
698
698
|
*/
|
|
699
699
|
ipFilters?: string[];
|
|
700
700
|
privateAccess?: outputs.GetInfluxDbInfluxdbUserConfigPrivateAccess;
|
|
@@ -771,7 +771,7 @@ export interface GetKafkaConnectKafkaConnectUserConfig {
|
|
|
771
771
|
ipFilterObjects?: outputs.GetKafkaConnectKafkaConnectUserConfigIpFilterObject[];
|
|
772
772
|
ipFilterStrings?: string[];
|
|
773
773
|
/**
|
|
774
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
774
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
775
775
|
*/
|
|
776
776
|
ipFilters?: string[];
|
|
777
777
|
/**
|
|
@@ -857,7 +857,7 @@ export interface GetKafkaKafkaUserConfig {
|
|
|
857
857
|
ipFilterObjects?: outputs.GetKafkaKafkaUserConfigIpFilterObject[];
|
|
858
858
|
ipFilterStrings?: string[];
|
|
859
859
|
/**
|
|
860
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
860
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
861
861
|
*/
|
|
862
862
|
ipFilters?: string[];
|
|
863
863
|
/**
|
|
@@ -1007,7 +1007,7 @@ export interface GetKafkaMirrorMakerKafkaMirrormakerUserConfig {
|
|
|
1007
1007
|
ipFilterObjects?: outputs.GetKafkaMirrorMakerKafkaMirrormakerUserConfigIpFilterObject[];
|
|
1008
1008
|
ipFilterStrings?: string[];
|
|
1009
1009
|
/**
|
|
1010
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
1010
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
1011
1011
|
*/
|
|
1012
1012
|
ipFilters?: string[];
|
|
1013
1013
|
/**
|
|
@@ -1097,7 +1097,7 @@ export interface GetM3AggregatorM3aggregatorUserConfig {
|
|
|
1097
1097
|
ipFilterObjects?: outputs.GetM3AggregatorM3aggregatorUserConfigIpFilterObject[];
|
|
1098
1098
|
ipFilterStrings?: string[];
|
|
1099
1099
|
/**
|
|
1100
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
1100
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
1101
1101
|
*/
|
|
1102
1102
|
ipFilters?: string[];
|
|
1103
1103
|
/**
|
|
@@ -1139,7 +1139,7 @@ export interface GetM3DbM3dbUserConfig {
|
|
|
1139
1139
|
ipFilterObjects?: outputs.GetM3DbM3dbUserConfigIpFilterObject[];
|
|
1140
1140
|
ipFilterStrings?: string[];
|
|
1141
1141
|
/**
|
|
1142
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
1142
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
1143
1143
|
*/
|
|
1144
1144
|
ipFilters?: string[];
|
|
1145
1145
|
limits?: outputs.GetM3DbM3dbUserConfigLimits;
|
|
@@ -1213,7 +1213,7 @@ export interface GetM3DbM3dbUserConfigRulesMapping {
|
|
|
1213
1213
|
filter: string;
|
|
1214
1214
|
name?: string;
|
|
1215
1215
|
/**
|
|
1216
|
-
* @deprecated This will be removed in v5.0.0 and replaced with namespaces_string instead.
|
|
1216
|
+
* @deprecated This will be removed in v5.0.0 and replaced with namespaces_string instead.
|
|
1217
1217
|
*/
|
|
1218
1218
|
namespaces?: string[];
|
|
1219
1219
|
namespacesObjects?: outputs.GetM3DbM3dbUserConfigRulesMappingNamespacesObject[];
|
|
@@ -1257,7 +1257,7 @@ export interface GetMySqlMysqlUserConfig {
|
|
|
1257
1257
|
ipFilterObjects?: outputs.GetMySqlMysqlUserConfigIpFilterObject[];
|
|
1258
1258
|
ipFilterStrings?: string[];
|
|
1259
1259
|
/**
|
|
1260
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
1260
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
1261
1261
|
*/
|
|
1262
1262
|
ipFilters?: string[];
|
|
1263
1263
|
migration?: outputs.GetMySqlMysqlUserConfigMigration;
|
|
@@ -1379,7 +1379,7 @@ export interface GetOpenSearchOpensearchUserConfig {
|
|
|
1379
1379
|
ipFilterObjects?: outputs.GetOpenSearchOpensearchUserConfigIpFilterObject[];
|
|
1380
1380
|
ipFilterStrings?: string[];
|
|
1381
1381
|
/**
|
|
1382
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
1382
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
1383
1383
|
*/
|
|
1384
1384
|
ipFilters?: string[];
|
|
1385
1385
|
keepIndexRefreshInterval?: boolean;
|
|
@@ -1518,7 +1518,7 @@ export interface GetPgPgUserConfig {
|
|
|
1518
1518
|
ipFilterObjects?: outputs.GetPgPgUserConfigIpFilterObject[];
|
|
1519
1519
|
ipFilterStrings?: string[];
|
|
1520
1520
|
/**
|
|
1521
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
1521
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
1522
1522
|
*/
|
|
1523
1523
|
ipFilters?: string[];
|
|
1524
1524
|
migration?: outputs.GetPgPgUserConfigMigration;
|
|
@@ -1688,7 +1688,7 @@ export interface GetRedisRedisUserConfig {
|
|
|
1688
1688
|
ipFilterObjects?: outputs.GetRedisRedisUserConfigIpFilterObject[];
|
|
1689
1689
|
ipFilterStrings?: string[];
|
|
1690
1690
|
/**
|
|
1691
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
1691
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
1692
1692
|
*/
|
|
1693
1693
|
ipFilters?: string[];
|
|
1694
1694
|
migration?: outputs.GetRedisRedisUserConfigMigration;
|
|
@@ -1990,7 +1990,7 @@ export interface GrafanaGrafanaUserConfig {
|
|
|
1990
1990
|
ipFilterObjects?: outputs.GrafanaGrafanaUserConfigIpFilterObject[];
|
|
1991
1991
|
ipFilterStrings?: string[];
|
|
1992
1992
|
/**
|
|
1993
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
1993
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
1994
1994
|
*/
|
|
1995
1995
|
ipFilters?: string[];
|
|
1996
1996
|
metricsEnabled?: boolean;
|
|
@@ -2132,7 +2132,7 @@ export interface InfluxDbInfluxdbUserConfig {
|
|
|
2132
2132
|
/**
|
|
2133
2133
|
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
2134
2134
|
*
|
|
2135
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
2135
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
2136
2136
|
*/
|
|
2137
2137
|
ipFilters?: string[];
|
|
2138
2138
|
/**
|
|
@@ -2239,7 +2239,7 @@ export interface KafkaConnectKafkaConnectUserConfig {
|
|
|
2239
2239
|
ipFilterObjects?: outputs.KafkaConnectKafkaConnectUserConfigIpFilterObject[];
|
|
2240
2240
|
ipFilterStrings?: string[];
|
|
2241
2241
|
/**
|
|
2242
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
2242
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
2243
2243
|
*/
|
|
2244
2244
|
ipFilters?: string[];
|
|
2245
2245
|
kafkaConnect?: outputs.KafkaConnectKafkaConnectUserConfigKafkaConnect;
|
|
@@ -2339,7 +2339,7 @@ export interface KafkaKafkaUserConfig {
|
|
|
2339
2339
|
/**
|
|
2340
2340
|
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
2341
2341
|
*
|
|
2342
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
2342
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
2343
2343
|
*/
|
|
2344
2344
|
ipFilters?: string[];
|
|
2345
2345
|
/**
|
|
@@ -2525,7 +2525,7 @@ export interface KafkaMirrorMakerKafkaMirrormakerUserConfig {
|
|
|
2525
2525
|
ipFilterObjects?: outputs.KafkaMirrorMakerKafkaMirrormakerUserConfigIpFilterObject[];
|
|
2526
2526
|
ipFilterStrings?: string[];
|
|
2527
2527
|
/**
|
|
2528
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
2528
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
2529
2529
|
*/
|
|
2530
2530
|
ipFilters?: string[];
|
|
2531
2531
|
kafkaMirrormaker?: outputs.KafkaMirrorMakerKafkaMirrormakerUserConfigKafkaMirrormaker;
|
|
@@ -2699,7 +2699,7 @@ export interface M3AggregatorM3aggregatorUserConfig {
|
|
|
2699
2699
|
ipFilterObjects?: outputs.M3AggregatorM3aggregatorUserConfigIpFilterObject[];
|
|
2700
2700
|
ipFilterStrings?: string[];
|
|
2701
2701
|
/**
|
|
2702
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
2702
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
2703
2703
|
*/
|
|
2704
2704
|
ipFilters?: string[];
|
|
2705
2705
|
/**
|
|
@@ -2738,7 +2738,7 @@ export interface M3DbM3dbUserConfig {
|
|
|
2738
2738
|
ipFilterObjects?: outputs.M3DbM3dbUserConfigIpFilterObject[];
|
|
2739
2739
|
ipFilterStrings?: string[];
|
|
2740
2740
|
/**
|
|
2741
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
2741
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
2742
2742
|
*/
|
|
2743
2743
|
ipFilters?: string[];
|
|
2744
2744
|
limits?: outputs.M3DbM3dbUserConfigLimits;
|
|
@@ -2809,7 +2809,7 @@ export interface M3DbM3dbUserConfigRulesMapping {
|
|
|
2809
2809
|
filter: string;
|
|
2810
2810
|
name?: string;
|
|
2811
2811
|
/**
|
|
2812
|
-
* @deprecated This will be removed in v5.0.0 and replaced with namespaces_string instead.
|
|
2812
|
+
* @deprecated This will be removed in v5.0.0 and replaced with namespaces_string instead.
|
|
2813
2813
|
*/
|
|
2814
2814
|
namespaces?: string[];
|
|
2815
2815
|
namespacesObjects?: outputs.M3DbM3dbUserConfigRulesMappingNamespacesObject[];
|
|
@@ -2853,7 +2853,7 @@ export interface MySqlMysqlUserConfig {
|
|
|
2853
2853
|
ipFilterObjects?: outputs.MySqlMysqlUserConfigIpFilterObject[];
|
|
2854
2854
|
ipFilterStrings?: string[];
|
|
2855
2855
|
/**
|
|
2856
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
2856
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
2857
2857
|
*/
|
|
2858
2858
|
ipFilters?: string[];
|
|
2859
2859
|
migration?: outputs.MySqlMysqlUserConfigMigration;
|
|
@@ -2982,7 +2982,7 @@ export interface OpenSearchOpensearchUserConfig {
|
|
|
2982
2982
|
/**
|
|
2983
2983
|
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
2984
2984
|
*
|
|
2985
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
2985
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
2986
2986
|
*/
|
|
2987
2987
|
ipFilters?: string[];
|
|
2988
2988
|
/**
|
|
@@ -3215,7 +3215,7 @@ export interface PgPgUserConfig {
|
|
|
3215
3215
|
/**
|
|
3216
3216
|
* Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
|
|
3217
3217
|
*
|
|
3218
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
3218
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
3219
3219
|
*/
|
|
3220
3220
|
ipFilters?: string[];
|
|
3221
3221
|
/**
|
|
@@ -3455,7 +3455,7 @@ export interface RedisRedisUserConfig {
|
|
|
3455
3455
|
ipFilterObjects?: outputs.RedisRedisUserConfigIpFilterObject[];
|
|
3456
3456
|
ipFilterStrings?: string[];
|
|
3457
3457
|
/**
|
|
3458
|
-
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
3458
|
+
* @deprecated This will be removed in v5.0.0 and replaced with ip_filter_string instead.
|
|
3459
3459
|
*/
|
|
3460
3460
|
ipFilters?: string[];
|
|
3461
3461
|
migration?: outputs.RedisRedisUserConfigMigration;
|