@pulumi/alicloud 3.65.0 → 3.65.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.
Files changed (71) hide show
  1. package/alb/loadBalancer.d.ts +1 -1
  2. package/arms/environment.d.ts +3 -3
  3. package/arms/getRemoteWrites.d.ts +4 -4
  4. package/arms/getRemoteWrites.js +4 -4
  5. package/arms/prometheusAlertRule.d.ts +30 -0
  6. package/arms/prometheusAlertRule.js +30 -0
  7. package/arms/prometheusAlertRule.js.map +1 -1
  8. package/arms/remoteWrite.d.ts +1 -1
  9. package/arms/remoteWrite.js +1 -1
  10. package/cen/transitRouterVbrAttachment.d.ts +54 -40
  11. package/cen/transitRouterVbrAttachment.js +12 -10
  12. package/cen/transitRouterVbrAttachment.js.map +1 -1
  13. package/cms/hybridMonitorFcTask.d.ts +14 -13
  14. package/cms/hybridMonitorFcTask.js +14 -13
  15. package/cms/hybridMonitorFcTask.js.map +1 -1
  16. package/cr/chain.d.ts +12 -7
  17. package/cr/chain.js +12 -7
  18. package/cr/chain.js.map +1 -1
  19. package/cr/chartRepository.d.ts +8 -3
  20. package/cr/chartRepository.js +8 -3
  21. package/cr/chartRepository.js.map +1 -1
  22. package/cr/repo.d.ts +4 -4
  23. package/cr/repo.js +2 -2
  24. package/cr/vpcEndpointLinkedVpc.d.ts +8 -3
  25. package/cr/vpcEndpointLinkedVpc.js +8 -3
  26. package/cr/vpcEndpointLinkedVpc.js.map +1 -1
  27. package/databasefilesystem/instanceAttachment.d.ts +30 -33
  28. package/databasefilesystem/instanceAttachment.js +25 -28
  29. package/databasefilesystem/instanceAttachment.js.map +1 -1
  30. package/databasefilesystem/snapshot.d.ts +24 -64
  31. package/databasefilesystem/snapshot.js +9 -49
  32. package/databasefilesystem/snapshot.js.map +1 -1
  33. package/ecs/instance.d.ts +3 -3
  34. package/ess/scalingConfiguration.d.ts +3 -3
  35. package/fc/trigger.d.ts +109 -68
  36. package/fc/trigger.js +109 -68
  37. package/fc/trigger.js.map +1 -1
  38. package/ga/customRoutingEndpointTrafficPolicy.d.ts +26 -25
  39. package/ga/customRoutingEndpointTrafficPolicy.js +26 -25
  40. package/ga/customRoutingEndpointTrafficPolicy.js.map +1 -1
  41. package/governance/account.d.ts +14 -6
  42. package/governance/account.js +2 -0
  43. package/governance/account.js.map +1 -1
  44. package/gpdb/instance.d.ts +52 -7
  45. package/gpdb/instance.js +8 -0
  46. package/gpdb/instance.js.map +1 -1
  47. package/kms/instance.d.ts +8 -0
  48. package/kms/instance.js +2 -0
  49. package/kms/instance.js.map +1 -1
  50. package/nas/dataFlow.d.ts +3 -3
  51. package/nas/dataFlow.js +3 -3
  52. package/nas/fileset.d.ts +3 -3
  53. package/nas/fileset.js +3 -3
  54. package/nas/lifecyclePolicy.d.ts +3 -3
  55. package/nas/lifecyclePolicy.js +3 -3
  56. package/nas/recycleBin.d.ts +3 -3
  57. package/nas/recycleBin.js +3 -3
  58. package/nas/snapshot.d.ts +3 -3
  59. package/nas/snapshot.js +3 -3
  60. package/package.json +2 -2
  61. package/redis/tairInstance.d.ts +346 -30
  62. package/redis/tairInstance.js +36 -0
  63. package/redis/tairInstance.js.map +1 -1
  64. package/threatdetection/honeypotPreset.d.ts +1 -0
  65. package/threatdetection/honeypotPreset.js +1 -0
  66. package/threatdetection/honeypotPreset.js.map +1 -1
  67. package/types/input.d.ts +10 -0
  68. package/types/output.d.ts +10 -0
  69. package/vpn/gatewayVcoRoute.d.ts +13 -4
  70. package/vpn/gatewayVcoRoute.js +13 -4
  71. package/vpn/gatewayVcoRoute.js.map +1 -1
@@ -24,6 +24,10 @@ export declare class TairInstance extends pulumi.CustomResource {
24
24
  * when multiple copies of the Pulumi SDK have been loaded into the same process.
25
25
  */
26
26
  static isInstance(obj: any): obj is TairInstance;
27
+ /**
28
+ * The architecture of the instance. cluster, standard, rwsplit.
29
+ */
30
+ readonly architectureType: pulumi.Output<string>;
27
31
  /**
28
32
  * Specifies whether to enable auto-renewal for the instance. Default value: false. Valid values: true(enables auto-renewal), false(disables auto-renewal).
29
33
  */
@@ -33,9 +37,19 @@ export declare class TairInstance extends pulumi.CustomResource {
33
37
  */
34
38
  readonly autoRenewPeriod: pulumi.Output<string | undefined>;
35
39
  /**
36
- * The ID of the backup set of the cluster.
40
+ * You can set the BackupId parameter to the backup set ID of the source instance. The system uses the data stored in the backup set to create an instance. You can call the DescribeBackups operation to query backup set IDs. If the source instance is a cluster instance, set the BackupId parameter to the backup set IDs of all shards of the source instance, separated by commas (,).
41
+ *
42
+ * If your instance is a cloud-native cluster instance, we recommend that you use DescribeClusterBackupList to query the backup set ID of the cluster instance. Then, set the ClusterBackupId request parameter to the backup set ID to clone the cluster instance. This eliminates the need to specify the backup set ID of each shard.
43
+ */
44
+ readonly backupId: pulumi.Output<string | undefined>;
45
+ /**
46
+ * This parameter is supported for specific new cluster instances. You can query the backup set ID by calling the DescribeClusterBackupList operation. If this parameter is supported, you can specify the backup set ID. In this case, you do not need to specify the BackupId parameter. If this parameter is not supported, set the BackupId parameter to the IDs of backup sets in all shards of the source instance, separated by commas (,).
37
47
  */
38
48
  readonly clusterBackupId: pulumi.Output<string | undefined>;
49
+ /**
50
+ * The internal endpoint of the instance.
51
+ */
52
+ readonly connectionDomain: pulumi.Output<string>;
39
53
  /**
40
54
  * The time when the instance was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
41
55
  */
@@ -45,13 +59,31 @@ export declare class TairInstance extends pulumi.CustomResource {
45
59
  */
46
60
  readonly effectiveTime: pulumi.Output<string | undefined>;
47
61
  /**
48
- * Database version. Default value: 1.0. Rules for transferring parameters of different tair product types: tair_rdb: Compatible with the Redis5.0 and Redis6.0 protocols, and is transmitted to 5.0 or 6.0. tair_scm: The Tair persistent memory is compatible with the Redis6.0 protocol and is passed 1.0. tair_essd: The disk (ESSD/SSD) is compatible with the Redis4.0 and Redis6.0 protocols, and is transmitted to 1.0 and 2.0 respectively.
62
+ * Database version. Default value: 1.0.
63
+ *
64
+ * Rules for transferring parameters of different tair product types:
65
+ *
66
+ * tair_rdb: Compatible with the Redis5.0 and Redis6.0 protocols, and is transmitted to 5.0 or 6.0.
67
+ *
68
+ * tair_scm: The Tair persistent memory is compatible with the Redis6.0 protocol and is passed 1.0.
69
+ *
70
+ * tair_essd: The disk (ESSD/SSD) is compatible with the Redis4.0 and Redis6.0 protocols, and is transmitted to 1.0 and 2.0 respectively.
49
71
  */
50
72
  readonly engineVersion: pulumi.Output<string>;
51
73
  /**
52
74
  * Specifies whether to forcefully change the configurations of the instance. Default value: true. Valid values: false (The system does not forcefully change the configurations), true (The system forcefully changes the configurations).
53
75
  */
54
76
  readonly forceUpgrade: pulumi.Output<boolean | undefined>;
77
+ /**
78
+ * The ID of a distributed (Global Distributed Cache) instance, which indicates whether to use the newly created instance as a sub-instance of a distributed instance. You can use this method to create a distributed instance.
79
+ *
80
+ * 1. Enter true if you want the new instance to be the first child instance.
81
+ *
82
+ * 2. If you want the new instance to be used as the second and third sub-instances, enter the distributed instance ID.
83
+ *
84
+ * 3. Not as a distributed instance, you do not need to enter any values.
85
+ */
86
+ readonly globalInstanceId: pulumi.Output<string | undefined>;
55
87
  /**
56
88
  * The instance type of the instance. For more information, see [Instance types](https://www.alibabacloud.com/help/en/apsaradb-for-redis/latest/instance-types).
57
89
  */
@@ -61,15 +93,59 @@ export declare class TairInstance extends pulumi.CustomResource {
61
93
  */
62
94
  readonly instanceType: pulumi.Output<string>;
63
95
  /**
64
- * Node type, value: MASTER_SLAVE: high availability (dual copy) STAND_ALONE: single copy double: double copy single: single copy Note For Cloud Native instances, select MASTER_SLAVE or STAND_ALONE. For Classic instances, select double or single.
96
+ * Instance intranet bandwidth
97
+ */
98
+ readonly intranetBandwidth: pulumi.Output<number>;
99
+ /**
100
+ * The maximum number of connections supported by the instance.
101
+ */
102
+ readonly maxConnections: pulumi.Output<number>;
103
+ /**
104
+ * The modification method when modifying the IP whitelist. The value includes Cover (default): overwrite the original whitelist; Append: Append the whitelist; Delete: Delete the whitelist.
105
+ */
106
+ readonly modifyMode: pulumi.Output<string | undefined>;
107
+ /**
108
+ * The network type of the instance. CLASSIC(classic network), VPC.
109
+ */
110
+ readonly networkType: pulumi.Output<string>;
111
+ /**
112
+ * Node type, value:
113
+ *
114
+ * MASTER_SLAVE: high availability (dual copy)
115
+ *
116
+ * STAND_ALONE: single copy
117
+ *
118
+ * double: double copy
119
+ *
120
+ * single: single copy
121
+ *
122
+ * Note For Cloud Native instances, select MASTER_SLAVE or STAND_ALONE. For Classic instances, select double or single.
65
123
  */
66
124
  readonly nodeType: pulumi.Output<string>;
125
+ /**
126
+ * sentinel compatibility mode, applicable to non-cluster instances. For more information about parameters, see yes or no in the https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance, 取值为. The default value is no.
127
+ */
128
+ readonly paramNoLooseSentinelEnabled: pulumi.Output<string>;
129
+ /**
130
+ * The value is semisync or async. The default value is async.
131
+ *
132
+ * The default data synchronization mode is asynchronous replication. To modify the data synchronization mode, refer to https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance 。
133
+ */
134
+ readonly paramReplMode: pulumi.Output<string>;
135
+ /**
136
+ * The degradation threshold time of the semi-synchronous replication mode. This parameter value is required only when semi-synchronous replication is enabled. The unit is milliseconds, and the range is 10ms to 60000ms. The default value is 500ms. Please refer to: https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance。
137
+ */
138
+ readonly paramSemisyncReplTimeout: pulumi.Output<string>;
139
+ /**
140
+ * sentinel compatibility mode, applicable to instances in the cluster architecture proxy connection mode or read/write splitting architecture. For more information about the parameters, see https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance. The value is 0 or 1. The default value is 0.
141
+ */
142
+ readonly paramSentinelCompatEnable: pulumi.Output<string | undefined>;
67
143
  /**
68
144
  * The password that is used to connect to the instance. The password must be 8 to 32 characters in length and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include ! @ # $ % ^ & * ( ) _ + - =
69
145
  */
70
146
  readonly password: pulumi.Output<string | undefined>;
71
147
  /**
72
- * Payment type: Subscription (prepaid), PayAsYouGo (postpaid). Default PayAsYouGo. Since version 1.227.0, you can transfer prepaid instance to postpaid.
148
+ * Payment type: Subscription (prepaid), PayAsYouGo (postpaid). Default Subscription.
73
149
  */
74
150
  readonly paymentType: pulumi.Output<string>;
75
151
  /**
@@ -81,9 +157,17 @@ export declare class TairInstance extends pulumi.CustomResource {
81
157
  */
82
158
  readonly port: pulumi.Output<number>;
83
159
  /**
84
- * Number of read-only nodes in the primary zone. Valid values: 0 to 5. This parameter is only applicable to the following conditions: If the instance is in the cloud disk version standard architecture, you can set this parameter to a value greater than 0 to enable the read/write splitting architecture. If the instance is a cloud disk version read/write splitting architecture instance, you can use this parameter to customize the number of read-only nodes, or set this parameter to 0 to disable the read/write splitting architecture and switch the instance to the standard architecture.
160
+ * Number of read-only nodes in the primary zone. Valid values: 0 to 5. This parameter is only applicable to the following conditions:
161
+ *
162
+ * If the instance is in the cloud disk version standard architecture, you can set this parameter to a value greater than 0 to enable the read/write splitting architecture.
163
+ *
164
+ * If the instance is a cloud disk version read/write splitting architecture instance, you can use this parameter to customize the number of read-only nodes, or set this parameter to 0 to disable the read/write splitting architecture and switch the instance to the standard architecture.
85
165
  */
86
166
  readonly readOnlyCount: pulumi.Output<number | undefined>;
167
+ /**
168
+ * Whether to restore the account, kernel parameters, and whitelist (config) information from the original backup set when creating an instance using a specified backup set. The default value is empty, indicating that the account, kernel parameters, and whitelist information are not restored from the original backup set. This parameter is only applicable to Cloud Native instances, and the account, kernel parameters, and whitelist information must have been saved in the original backup set.
169
+ */
170
+ readonly recoverConfigMode: pulumi.Output<string | undefined>;
87
171
  /**
88
172
  * The ID of the resource group to which the instance belongs.
89
173
  */
@@ -93,19 +177,33 @@ export declare class TairInstance extends pulumi.CustomResource {
93
177
  */
94
178
  readonly secondaryZoneId: pulumi.Output<string | undefined>;
95
179
  /**
96
- * Security group ID
180
+ * Security group id
97
181
  */
98
182
  readonly securityGroupId: pulumi.Output<string | undefined>;
183
+ /**
184
+ * The name of the IP address whitelist. You cannot modify the whitelist that is generated by the system. If you do not specify this parameter, the default whitelist is modified by default.
185
+ */
186
+ readonly securityIpGroupName: pulumi.Output<string>;
187
+ /**
188
+ * The IP addresses in the whitelist. Up to 1,000 IP addresses can be specified in a whitelist. Separate multiple IP addresses with a comma (,). Specify an IP address in the 0.0.0.0/0, 10.23.12.24, or 10.23.12.24/24 format. In CIDR block 10.23.12.24/24, /24 specifies the length of the prefix of an IP address. The prefix length ranges from 1 to 32.
189
+ */
190
+ readonly securityIps: pulumi.Output<string>;
99
191
  /**
100
192
  * The number of data nodes in the instance. When 1 is passed, it means that the instance created is a standard architecture with only one data node. You can create an instance in the standard architecture that contains only a single data node. 2 to 32: You can create an instance in the cluster architecture that contains the specified number of data nodes. Only persistent memory-optimized instances can use the cluster architecture. Therefore, you can set this parameter to an integer from 2 to 32 only if you set the InstanceType parameter to tair_scm. It is not allowed to modify the number of shards by modifying this parameter after creating a master-slave architecture instance with or without passing 1.
101
193
  */
102
194
  readonly shardCount: pulumi.Output<number>;
103
195
  /**
104
- * Specifies the number of read-only nodes in the secondary zone when creating a multi-zone read/write splitting instance. Note: To create a multi-zone read/write splitting instance, slaveadonlycount and SecondaryZoneId must be specified at the same time.
196
+ * Specifies the number of read-only nodes in the secondary zone when creating a multi-zone read/write splitting instance.
197
+ *
198
+ * Note: To create a multi-zone read/write splitting instance, slaveadonlycount and SecondaryZoneId must be specified at the same time.
105
199
  */
106
200
  readonly slaveReadOnlyCount: pulumi.Output<number | undefined>;
107
201
  /**
108
- * Modify the TLS(SSL) setting. Value: Expand Details Example values: Enable Enumeration value: Disable Enable Update Reference value Source: DescribeInstanceSSL
202
+ * If you want to create an instance based on the backup set of an existing instance, set this parameter to the ID of the source instance. preceding three parameters. After you specify the SrcDBInstanceId parameter, use the BackupId, ClusterBackupId (recommended for cloud-native cluster instances), or RestoreTime parameter to specify the backup set or the specific point in time that you want to use to create an instance. The SrcDBInstanceId parameter must be used in combination with one of the preceding three parameters.
203
+ */
204
+ readonly srcDbInstanceId: pulumi.Output<string | undefined>;
205
+ /**
206
+ * Modifies SSL encryption configurations. Valid values: 1. Disable (The SSL encryption is disabled) 2. Enable (The SSL encryption is enabled) 3. Update (The SSL certificate is updated)
109
207
  */
110
208
  readonly sslEnabled: pulumi.Output<string>;
111
209
  /**
@@ -113,11 +211,17 @@ export declare class TairInstance extends pulumi.CustomResource {
113
211
  */
114
212
  readonly status: pulumi.Output<string>;
115
213
  /**
116
- * The storage type. The value is set to essd_pl1. Note This parameter is only available when the value of InstanceType is tair_essd.
214
+ * The storage type. Valid values: PL1, PL2, and PL3. This parameter is available only when the value of InstanceType is tair_essd, that is, when an ESSD disk instance is selected.
215
+ *
216
+ * If the ESSD instance type is 4C, 8C, or 16C, you can specify the storage type as PL1.
217
+ *
218
+ * If the type of ESSD instance you select is 8C, 16C, 32C, or 52C, you can specify the storage type as PL2.
219
+ *
220
+ * If the ESSD instance type is 16C, 32C, or 52C, you can specify the storage type as PL3.
117
221
  */
118
222
  readonly storagePerformanceLevel: pulumi.Output<string | undefined>;
119
223
  /**
120
- * The value range of different specifications is different, see [ESSD-based instances](https://www.alibabacloud.com/help/en/tair/product-overview/essd-based-instances). When the value of instanceType is "tairEssd", this attribute takes effect and is required.
224
+ * Different specifications have different value ranges. When the instanceType value is tairEssd and the disk type is ESSD, this attribute takes effect and is required. When a Tair disk is an SSD, see-https://help.aliyun.com/zh/redis/product-overview/capacity-storage-type. The capacity field is defined as different fixed values according to different specifications, and does not need to be specified.
121
225
  */
122
226
  readonly storageSizeGb: pulumi.Output<number>;
123
227
  /**
@@ -126,10 +230,18 @@ export declare class TairInstance extends pulumi.CustomResource {
126
230
  readonly tags: pulumi.Output<{
127
231
  [key: string]: string;
128
232
  } | undefined>;
233
+ /**
234
+ * The ID of the resource.
235
+ */
236
+ readonly tairInstanceId: pulumi.Output<string>;
129
237
  /**
130
238
  * The name of the resource.
131
239
  */
132
240
  readonly tairInstanceName: pulumi.Output<string | undefined>;
241
+ /**
242
+ * The VPC authentication mode. Valid values: Open (enables password authentication), Close (disables password authentication and enables [password-free access](https://www.alibabacloud.com/help/en/apsaradb-for-redis/latest/enable-password-free-access)).
243
+ */
244
+ readonly vpcAuthMode: pulumi.Output<string>;
133
245
  /**
134
246
  * The ID of the virtual private cloud (VPC).
135
247
  */
@@ -155,6 +267,10 @@ export declare class TairInstance extends pulumi.CustomResource {
155
267
  * Input properties used for looking up and filtering TairInstance resources.
156
268
  */
157
269
  export interface TairInstanceState {
270
+ /**
271
+ * The architecture of the instance. cluster, standard, rwsplit.
272
+ */
273
+ architectureType?: pulumi.Input<string>;
158
274
  /**
159
275
  * Specifies whether to enable auto-renewal for the instance. Default value: false. Valid values: true(enables auto-renewal), false(disables auto-renewal).
160
276
  */
@@ -164,9 +280,19 @@ export interface TairInstanceState {
164
280
  */
165
281
  autoRenewPeriod?: pulumi.Input<string>;
166
282
  /**
167
- * The ID of the backup set of the cluster.
283
+ * You can set the BackupId parameter to the backup set ID of the source instance. The system uses the data stored in the backup set to create an instance. You can call the DescribeBackups operation to query backup set IDs. If the source instance is a cluster instance, set the BackupId parameter to the backup set IDs of all shards of the source instance, separated by commas (,).
284
+ *
285
+ * If your instance is a cloud-native cluster instance, we recommend that you use DescribeClusterBackupList to query the backup set ID of the cluster instance. Then, set the ClusterBackupId request parameter to the backup set ID to clone the cluster instance. This eliminates the need to specify the backup set ID of each shard.
286
+ */
287
+ backupId?: pulumi.Input<string>;
288
+ /**
289
+ * This parameter is supported for specific new cluster instances. You can query the backup set ID by calling the DescribeClusterBackupList operation. If this parameter is supported, you can specify the backup set ID. In this case, you do not need to specify the BackupId parameter. If this parameter is not supported, set the BackupId parameter to the IDs of backup sets in all shards of the source instance, separated by commas (,).
168
290
  */
169
291
  clusterBackupId?: pulumi.Input<string>;
292
+ /**
293
+ * The internal endpoint of the instance.
294
+ */
295
+ connectionDomain?: pulumi.Input<string>;
170
296
  /**
171
297
  * The time when the instance was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
172
298
  */
@@ -176,13 +302,31 @@ export interface TairInstanceState {
176
302
  */
177
303
  effectiveTime?: pulumi.Input<string>;
178
304
  /**
179
- * Database version. Default value: 1.0. Rules for transferring parameters of different tair product types: tair_rdb: Compatible with the Redis5.0 and Redis6.0 protocols, and is transmitted to 5.0 or 6.0. tair_scm: The Tair persistent memory is compatible with the Redis6.0 protocol and is passed 1.0. tair_essd: The disk (ESSD/SSD) is compatible with the Redis4.0 and Redis6.0 protocols, and is transmitted to 1.0 and 2.0 respectively.
305
+ * Database version. Default value: 1.0.
306
+ *
307
+ * Rules for transferring parameters of different tair product types:
308
+ *
309
+ * tair_rdb: Compatible with the Redis5.0 and Redis6.0 protocols, and is transmitted to 5.0 or 6.0.
310
+ *
311
+ * tair_scm: The Tair persistent memory is compatible with the Redis6.0 protocol and is passed 1.0.
312
+ *
313
+ * tair_essd: The disk (ESSD/SSD) is compatible with the Redis4.0 and Redis6.0 protocols, and is transmitted to 1.0 and 2.0 respectively.
180
314
  */
181
315
  engineVersion?: pulumi.Input<string>;
182
316
  /**
183
317
  * Specifies whether to forcefully change the configurations of the instance. Default value: true. Valid values: false (The system does not forcefully change the configurations), true (The system forcefully changes the configurations).
184
318
  */
185
319
  forceUpgrade?: pulumi.Input<boolean>;
320
+ /**
321
+ * The ID of a distributed (Global Distributed Cache) instance, which indicates whether to use the newly created instance as a sub-instance of a distributed instance. You can use this method to create a distributed instance.
322
+ *
323
+ * 1. Enter true if you want the new instance to be the first child instance.
324
+ *
325
+ * 2. If you want the new instance to be used as the second and third sub-instances, enter the distributed instance ID.
326
+ *
327
+ * 3. Not as a distributed instance, you do not need to enter any values.
328
+ */
329
+ globalInstanceId?: pulumi.Input<string>;
186
330
  /**
187
331
  * The instance type of the instance. For more information, see [Instance types](https://www.alibabacloud.com/help/en/apsaradb-for-redis/latest/instance-types).
188
332
  */
@@ -192,15 +336,59 @@ export interface TairInstanceState {
192
336
  */
193
337
  instanceType?: pulumi.Input<string>;
194
338
  /**
195
- * Node type, value: MASTER_SLAVE: high availability (dual copy) STAND_ALONE: single copy double: double copy single: single copy Note For Cloud Native instances, select MASTER_SLAVE or STAND_ALONE. For Classic instances, select double or single.
339
+ * Instance intranet bandwidth
340
+ */
341
+ intranetBandwidth?: pulumi.Input<number>;
342
+ /**
343
+ * The maximum number of connections supported by the instance.
344
+ */
345
+ maxConnections?: pulumi.Input<number>;
346
+ /**
347
+ * The modification method when modifying the IP whitelist. The value includes Cover (default): overwrite the original whitelist; Append: Append the whitelist; Delete: Delete the whitelist.
348
+ */
349
+ modifyMode?: pulumi.Input<string>;
350
+ /**
351
+ * The network type of the instance. CLASSIC(classic network), VPC.
352
+ */
353
+ networkType?: pulumi.Input<string>;
354
+ /**
355
+ * Node type, value:
356
+ *
357
+ * MASTER_SLAVE: high availability (dual copy)
358
+ *
359
+ * STAND_ALONE: single copy
360
+ *
361
+ * double: double copy
362
+ *
363
+ * single: single copy
364
+ *
365
+ * Note For Cloud Native instances, select MASTER_SLAVE or STAND_ALONE. For Classic instances, select double or single.
196
366
  */
197
367
  nodeType?: pulumi.Input<string>;
368
+ /**
369
+ * sentinel compatibility mode, applicable to non-cluster instances. For more information about parameters, see yes or no in the https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance, 取值为. The default value is no.
370
+ */
371
+ paramNoLooseSentinelEnabled?: pulumi.Input<string>;
372
+ /**
373
+ * The value is semisync or async. The default value is async.
374
+ *
375
+ * The default data synchronization mode is asynchronous replication. To modify the data synchronization mode, refer to https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance 。
376
+ */
377
+ paramReplMode?: pulumi.Input<string>;
378
+ /**
379
+ * The degradation threshold time of the semi-synchronous replication mode. This parameter value is required only when semi-synchronous replication is enabled. The unit is milliseconds, and the range is 10ms to 60000ms. The default value is 500ms. Please refer to: https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance。
380
+ */
381
+ paramSemisyncReplTimeout?: pulumi.Input<string>;
382
+ /**
383
+ * sentinel compatibility mode, applicable to instances in the cluster architecture proxy connection mode or read/write splitting architecture. For more information about the parameters, see https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance. The value is 0 or 1. The default value is 0.
384
+ */
385
+ paramSentinelCompatEnable?: pulumi.Input<string>;
198
386
  /**
199
387
  * The password that is used to connect to the instance. The password must be 8 to 32 characters in length and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include ! @ # $ % ^ & * ( ) _ + - =
200
388
  */
201
389
  password?: pulumi.Input<string>;
202
390
  /**
203
- * Payment type: Subscription (prepaid), PayAsYouGo (postpaid). Default PayAsYouGo. Since version 1.227.0, you can transfer prepaid instance to postpaid.
391
+ * Payment type: Subscription (prepaid), PayAsYouGo (postpaid). Default Subscription.
204
392
  */
205
393
  paymentType?: pulumi.Input<string>;
206
394
  /**
@@ -212,9 +400,17 @@ export interface TairInstanceState {
212
400
  */
213
401
  port?: pulumi.Input<number>;
214
402
  /**
215
- * Number of read-only nodes in the primary zone. Valid values: 0 to 5. This parameter is only applicable to the following conditions: If the instance is in the cloud disk version standard architecture, you can set this parameter to a value greater than 0 to enable the read/write splitting architecture. If the instance is a cloud disk version read/write splitting architecture instance, you can use this parameter to customize the number of read-only nodes, or set this parameter to 0 to disable the read/write splitting architecture and switch the instance to the standard architecture.
403
+ * Number of read-only nodes in the primary zone. Valid values: 0 to 5. This parameter is only applicable to the following conditions:
404
+ *
405
+ * If the instance is in the cloud disk version standard architecture, you can set this parameter to a value greater than 0 to enable the read/write splitting architecture.
406
+ *
407
+ * If the instance is a cloud disk version read/write splitting architecture instance, you can use this parameter to customize the number of read-only nodes, or set this parameter to 0 to disable the read/write splitting architecture and switch the instance to the standard architecture.
216
408
  */
217
409
  readOnlyCount?: pulumi.Input<number>;
410
+ /**
411
+ * Whether to restore the account, kernel parameters, and whitelist (config) information from the original backup set when creating an instance using a specified backup set. The default value is empty, indicating that the account, kernel parameters, and whitelist information are not restored from the original backup set. This parameter is only applicable to Cloud Native instances, and the account, kernel parameters, and whitelist information must have been saved in the original backup set.
412
+ */
413
+ recoverConfigMode?: pulumi.Input<string>;
218
414
  /**
219
415
  * The ID of the resource group to which the instance belongs.
220
416
  */
@@ -224,19 +420,33 @@ export interface TairInstanceState {
224
420
  */
225
421
  secondaryZoneId?: pulumi.Input<string>;
226
422
  /**
227
- * Security group ID
423
+ * Security group id
228
424
  */
229
425
  securityGroupId?: pulumi.Input<string>;
426
+ /**
427
+ * The name of the IP address whitelist. You cannot modify the whitelist that is generated by the system. If you do not specify this parameter, the default whitelist is modified by default.
428
+ */
429
+ securityIpGroupName?: pulumi.Input<string>;
430
+ /**
431
+ * The IP addresses in the whitelist. Up to 1,000 IP addresses can be specified in a whitelist. Separate multiple IP addresses with a comma (,). Specify an IP address in the 0.0.0.0/0, 10.23.12.24, or 10.23.12.24/24 format. In CIDR block 10.23.12.24/24, /24 specifies the length of the prefix of an IP address. The prefix length ranges from 1 to 32.
432
+ */
433
+ securityIps?: pulumi.Input<string>;
230
434
  /**
231
435
  * The number of data nodes in the instance. When 1 is passed, it means that the instance created is a standard architecture with only one data node. You can create an instance in the standard architecture that contains only a single data node. 2 to 32: You can create an instance in the cluster architecture that contains the specified number of data nodes. Only persistent memory-optimized instances can use the cluster architecture. Therefore, you can set this parameter to an integer from 2 to 32 only if you set the InstanceType parameter to tair_scm. It is not allowed to modify the number of shards by modifying this parameter after creating a master-slave architecture instance with or without passing 1.
232
436
  */
233
437
  shardCount?: pulumi.Input<number>;
234
438
  /**
235
- * Specifies the number of read-only nodes in the secondary zone when creating a multi-zone read/write splitting instance. Note: To create a multi-zone read/write splitting instance, slaveadonlycount and SecondaryZoneId must be specified at the same time.
439
+ * Specifies the number of read-only nodes in the secondary zone when creating a multi-zone read/write splitting instance.
440
+ *
441
+ * Note: To create a multi-zone read/write splitting instance, slaveadonlycount and SecondaryZoneId must be specified at the same time.
236
442
  */
237
443
  slaveReadOnlyCount?: pulumi.Input<number>;
238
444
  /**
239
- * Modify the TLS(SSL) setting. Value: Expand Details Example values: Enable Enumeration value: Disable Enable Update Reference value Source: DescribeInstanceSSL
445
+ * If you want to create an instance based on the backup set of an existing instance, set this parameter to the ID of the source instance. preceding three parameters. After you specify the SrcDBInstanceId parameter, use the BackupId, ClusterBackupId (recommended for cloud-native cluster instances), or RestoreTime parameter to specify the backup set or the specific point in time that you want to use to create an instance. The SrcDBInstanceId parameter must be used in combination with one of the preceding three parameters.
446
+ */
447
+ srcDbInstanceId?: pulumi.Input<string>;
448
+ /**
449
+ * Modifies SSL encryption configurations. Valid values: 1. Disable (The SSL encryption is disabled) 2. Enable (The SSL encryption is enabled) 3. Update (The SSL certificate is updated)
240
450
  */
241
451
  sslEnabled?: pulumi.Input<string>;
242
452
  /**
@@ -244,11 +454,17 @@ export interface TairInstanceState {
244
454
  */
245
455
  status?: pulumi.Input<string>;
246
456
  /**
247
- * The storage type. The value is set to essd_pl1. Note This parameter is only available when the value of InstanceType is tair_essd.
457
+ * The storage type. Valid values: PL1, PL2, and PL3. This parameter is available only when the value of InstanceType is tair_essd, that is, when an ESSD disk instance is selected.
458
+ *
459
+ * If the ESSD instance type is 4C, 8C, or 16C, you can specify the storage type as PL1.
460
+ *
461
+ * If the type of ESSD instance you select is 8C, 16C, 32C, or 52C, you can specify the storage type as PL2.
462
+ *
463
+ * If the ESSD instance type is 16C, 32C, or 52C, you can specify the storage type as PL3.
248
464
  */
249
465
  storagePerformanceLevel?: pulumi.Input<string>;
250
466
  /**
251
- * The value range of different specifications is different, see [ESSD-based instances](https://www.alibabacloud.com/help/en/tair/product-overview/essd-based-instances). When the value of instanceType is "tairEssd", this attribute takes effect and is required.
467
+ * Different specifications have different value ranges. When the instanceType value is tairEssd and the disk type is ESSD, this attribute takes effect and is required. When a Tair disk is an SSD, see-https://help.aliyun.com/zh/redis/product-overview/capacity-storage-type. The capacity field is defined as different fixed values according to different specifications, and does not need to be specified.
252
468
  */
253
469
  storageSizeGb?: pulumi.Input<number>;
254
470
  /**
@@ -257,10 +473,18 @@ export interface TairInstanceState {
257
473
  tags?: pulumi.Input<{
258
474
  [key: string]: pulumi.Input<string>;
259
475
  }>;
476
+ /**
477
+ * The ID of the resource.
478
+ */
479
+ tairInstanceId?: pulumi.Input<string>;
260
480
  /**
261
481
  * The name of the resource.
262
482
  */
263
483
  tairInstanceName?: pulumi.Input<string>;
484
+ /**
485
+ * The VPC authentication mode. Valid values: Open (enables password authentication), Close (disables password authentication and enables [password-free access](https://www.alibabacloud.com/help/en/apsaradb-for-redis/latest/enable-password-free-access)).
486
+ */
487
+ vpcAuthMode?: pulumi.Input<string>;
264
488
  /**
265
489
  * The ID of the virtual private cloud (VPC).
266
490
  */
@@ -287,7 +511,13 @@ export interface TairInstanceArgs {
287
511
  */
288
512
  autoRenewPeriod?: pulumi.Input<string>;
289
513
  /**
290
- * The ID of the backup set of the cluster.
514
+ * You can set the BackupId parameter to the backup set ID of the source instance. The system uses the data stored in the backup set to create an instance. You can call the DescribeBackups operation to query backup set IDs. If the source instance is a cluster instance, set the BackupId parameter to the backup set IDs of all shards of the source instance, separated by commas (,).
515
+ *
516
+ * If your instance is a cloud-native cluster instance, we recommend that you use DescribeClusterBackupList to query the backup set ID of the cluster instance. Then, set the ClusterBackupId request parameter to the backup set ID to clone the cluster instance. This eliminates the need to specify the backup set ID of each shard.
517
+ */
518
+ backupId?: pulumi.Input<string>;
519
+ /**
520
+ * This parameter is supported for specific new cluster instances. You can query the backup set ID by calling the DescribeClusterBackupList operation. If this parameter is supported, you can specify the backup set ID. In this case, you do not need to specify the BackupId parameter. If this parameter is not supported, set the BackupId parameter to the IDs of backup sets in all shards of the source instance, separated by commas (,).
291
521
  */
292
522
  clusterBackupId?: pulumi.Input<string>;
293
523
  /**
@@ -295,13 +525,31 @@ export interface TairInstanceArgs {
295
525
  */
296
526
  effectiveTime?: pulumi.Input<string>;
297
527
  /**
298
- * Database version. Default value: 1.0. Rules for transferring parameters of different tair product types: tair_rdb: Compatible with the Redis5.0 and Redis6.0 protocols, and is transmitted to 5.0 or 6.0. tair_scm: The Tair persistent memory is compatible with the Redis6.0 protocol and is passed 1.0. tair_essd: The disk (ESSD/SSD) is compatible with the Redis4.0 and Redis6.0 protocols, and is transmitted to 1.0 and 2.0 respectively.
528
+ * Database version. Default value: 1.0.
529
+ *
530
+ * Rules for transferring parameters of different tair product types:
531
+ *
532
+ * tair_rdb: Compatible with the Redis5.0 and Redis6.0 protocols, and is transmitted to 5.0 or 6.0.
533
+ *
534
+ * tair_scm: The Tair persistent memory is compatible with the Redis6.0 protocol and is passed 1.0.
535
+ *
536
+ * tair_essd: The disk (ESSD/SSD) is compatible with the Redis4.0 and Redis6.0 protocols, and is transmitted to 1.0 and 2.0 respectively.
299
537
  */
300
538
  engineVersion?: pulumi.Input<string>;
301
539
  /**
302
540
  * Specifies whether to forcefully change the configurations of the instance. Default value: true. Valid values: false (The system does not forcefully change the configurations), true (The system forcefully changes the configurations).
303
541
  */
304
542
  forceUpgrade?: pulumi.Input<boolean>;
543
+ /**
544
+ * The ID of a distributed (Global Distributed Cache) instance, which indicates whether to use the newly created instance as a sub-instance of a distributed instance. You can use this method to create a distributed instance.
545
+ *
546
+ * 1. Enter true if you want the new instance to be the first child instance.
547
+ *
548
+ * 2. If you want the new instance to be used as the second and third sub-instances, enter the distributed instance ID.
549
+ *
550
+ * 3. Not as a distributed instance, you do not need to enter any values.
551
+ */
552
+ globalInstanceId?: pulumi.Input<string>;
305
553
  /**
306
554
  * The instance type of the instance. For more information, see [Instance types](https://www.alibabacloud.com/help/en/apsaradb-for-redis/latest/instance-types).
307
555
  */
@@ -311,15 +559,51 @@ export interface TairInstanceArgs {
311
559
  */
312
560
  instanceType: pulumi.Input<string>;
313
561
  /**
314
- * Node type, value: MASTER_SLAVE: high availability (dual copy) STAND_ALONE: single copy double: double copy single: single copy Note For Cloud Native instances, select MASTER_SLAVE or STAND_ALONE. For Classic instances, select double or single.
562
+ * Instance intranet bandwidth
563
+ */
564
+ intranetBandwidth?: pulumi.Input<number>;
565
+ /**
566
+ * The modification method when modifying the IP whitelist. The value includes Cover (default): overwrite the original whitelist; Append: Append the whitelist; Delete: Delete the whitelist.
567
+ */
568
+ modifyMode?: pulumi.Input<string>;
569
+ /**
570
+ * Node type, value:
571
+ *
572
+ * MASTER_SLAVE: high availability (dual copy)
573
+ *
574
+ * STAND_ALONE: single copy
575
+ *
576
+ * double: double copy
577
+ *
578
+ * single: single copy
579
+ *
580
+ * Note For Cloud Native instances, select MASTER_SLAVE or STAND_ALONE. For Classic instances, select double or single.
315
581
  */
316
582
  nodeType?: pulumi.Input<string>;
583
+ /**
584
+ * sentinel compatibility mode, applicable to non-cluster instances. For more information about parameters, see yes or no in the https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance, 取值为. The default value is no.
585
+ */
586
+ paramNoLooseSentinelEnabled?: pulumi.Input<string>;
587
+ /**
588
+ * The value is semisync or async. The default value is async.
589
+ *
590
+ * The default data synchronization mode is asynchronous replication. To modify the data synchronization mode, refer to https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance 。
591
+ */
592
+ paramReplMode?: pulumi.Input<string>;
593
+ /**
594
+ * The degradation threshold time of the semi-synchronous replication mode. This parameter value is required only when semi-synchronous replication is enabled. The unit is milliseconds, and the range is 10ms to 60000ms. The default value is 500ms. Please refer to: https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance。
595
+ */
596
+ paramSemisyncReplTimeout?: pulumi.Input<string>;
597
+ /**
598
+ * sentinel compatibility mode, applicable to instances in the cluster architecture proxy connection mode or read/write splitting architecture. For more information about the parameters, see https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance. The value is 0 or 1. The default value is 0.
599
+ */
600
+ paramSentinelCompatEnable?: pulumi.Input<string>;
317
601
  /**
318
602
  * The password that is used to connect to the instance. The password must be 8 to 32 characters in length and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include ! @ # $ % ^ & * ( ) _ + - =
319
603
  */
320
604
  password?: pulumi.Input<string>;
321
605
  /**
322
- * Payment type: Subscription (prepaid), PayAsYouGo (postpaid). Default PayAsYouGo. Since version 1.227.0, you can transfer prepaid instance to postpaid.
606
+ * Payment type: Subscription (prepaid), PayAsYouGo (postpaid). Default Subscription.
323
607
  */
324
608
  paymentType?: pulumi.Input<string>;
325
609
  /**
@@ -331,9 +615,17 @@ export interface TairInstanceArgs {
331
615
  */
332
616
  port?: pulumi.Input<number>;
333
617
  /**
334
- * Number of read-only nodes in the primary zone. Valid values: 0 to 5. This parameter is only applicable to the following conditions: If the instance is in the cloud disk version standard architecture, you can set this parameter to a value greater than 0 to enable the read/write splitting architecture. If the instance is a cloud disk version read/write splitting architecture instance, you can use this parameter to customize the number of read-only nodes, or set this parameter to 0 to disable the read/write splitting architecture and switch the instance to the standard architecture.
618
+ * Number of read-only nodes in the primary zone. Valid values: 0 to 5. This parameter is only applicable to the following conditions:
619
+ *
620
+ * If the instance is in the cloud disk version standard architecture, you can set this parameter to a value greater than 0 to enable the read/write splitting architecture.
621
+ *
622
+ * If the instance is a cloud disk version read/write splitting architecture instance, you can use this parameter to customize the number of read-only nodes, or set this parameter to 0 to disable the read/write splitting architecture and switch the instance to the standard architecture.
335
623
  */
336
624
  readOnlyCount?: pulumi.Input<number>;
625
+ /**
626
+ * Whether to restore the account, kernel parameters, and whitelist (config) information from the original backup set when creating an instance using a specified backup set. The default value is empty, indicating that the account, kernel parameters, and whitelist information are not restored from the original backup set. This parameter is only applicable to Cloud Native instances, and the account, kernel parameters, and whitelist information must have been saved in the original backup set.
627
+ */
628
+ recoverConfigMode?: pulumi.Input<string>;
337
629
  /**
338
630
  * The ID of the resource group to which the instance belongs.
339
631
  */
@@ -343,27 +635,47 @@ export interface TairInstanceArgs {
343
635
  */
344
636
  secondaryZoneId?: pulumi.Input<string>;
345
637
  /**
346
- * Security group ID
638
+ * Security group id
347
639
  */
348
640
  securityGroupId?: pulumi.Input<string>;
641
+ /**
642
+ * The name of the IP address whitelist. You cannot modify the whitelist that is generated by the system. If you do not specify this parameter, the default whitelist is modified by default.
643
+ */
644
+ securityIpGroupName?: pulumi.Input<string>;
645
+ /**
646
+ * The IP addresses in the whitelist. Up to 1,000 IP addresses can be specified in a whitelist. Separate multiple IP addresses with a comma (,). Specify an IP address in the 0.0.0.0/0, 10.23.12.24, or 10.23.12.24/24 format. In CIDR block 10.23.12.24/24, /24 specifies the length of the prefix of an IP address. The prefix length ranges from 1 to 32.
647
+ */
648
+ securityIps?: pulumi.Input<string>;
349
649
  /**
350
650
  * The number of data nodes in the instance. When 1 is passed, it means that the instance created is a standard architecture with only one data node. You can create an instance in the standard architecture that contains only a single data node. 2 to 32: You can create an instance in the cluster architecture that contains the specified number of data nodes. Only persistent memory-optimized instances can use the cluster architecture. Therefore, you can set this parameter to an integer from 2 to 32 only if you set the InstanceType parameter to tair_scm. It is not allowed to modify the number of shards by modifying this parameter after creating a master-slave architecture instance with or without passing 1.
351
651
  */
352
652
  shardCount?: pulumi.Input<number>;
353
653
  /**
354
- * Specifies the number of read-only nodes in the secondary zone when creating a multi-zone read/write splitting instance. Note: To create a multi-zone read/write splitting instance, slaveadonlycount and SecondaryZoneId must be specified at the same time.
654
+ * Specifies the number of read-only nodes in the secondary zone when creating a multi-zone read/write splitting instance.
655
+ *
656
+ * Note: To create a multi-zone read/write splitting instance, slaveadonlycount and SecondaryZoneId must be specified at the same time.
355
657
  */
356
658
  slaveReadOnlyCount?: pulumi.Input<number>;
357
659
  /**
358
- * Modify the TLS(SSL) setting. Value: Expand Details Example values: Enable Enumeration value: Disable Enable Update Reference value Source: DescribeInstanceSSL
660
+ * If you want to create an instance based on the backup set of an existing instance, set this parameter to the ID of the source instance. preceding three parameters. After you specify the SrcDBInstanceId parameter, use the BackupId, ClusterBackupId (recommended for cloud-native cluster instances), or RestoreTime parameter to specify the backup set or the specific point in time that you want to use to create an instance. The SrcDBInstanceId parameter must be used in combination with one of the preceding three parameters.
661
+ */
662
+ srcDbInstanceId?: pulumi.Input<string>;
663
+ /**
664
+ * Modifies SSL encryption configurations. Valid values: 1. Disable (The SSL encryption is disabled) 2. Enable (The SSL encryption is enabled) 3. Update (The SSL certificate is updated)
359
665
  */
360
666
  sslEnabled?: pulumi.Input<string>;
361
667
  /**
362
- * The storage type. The value is set to essd_pl1. Note This parameter is only available when the value of InstanceType is tair_essd.
668
+ * The storage type. Valid values: PL1, PL2, and PL3. This parameter is available only when the value of InstanceType is tair_essd, that is, when an ESSD disk instance is selected.
669
+ *
670
+ * If the ESSD instance type is 4C, 8C, or 16C, you can specify the storage type as PL1.
671
+ *
672
+ * If the type of ESSD instance you select is 8C, 16C, 32C, or 52C, you can specify the storage type as PL2.
673
+ *
674
+ * If the ESSD instance type is 16C, 32C, or 52C, you can specify the storage type as PL3.
363
675
  */
364
676
  storagePerformanceLevel?: pulumi.Input<string>;
365
677
  /**
366
- * The value range of different specifications is different, see [ESSD-based instances](https://www.alibabacloud.com/help/en/tair/product-overview/essd-based-instances). When the value of instanceType is "tairEssd", this attribute takes effect and is required.
678
+ * Different specifications have different value ranges. When the instanceType value is tairEssd and the disk type is ESSD, this attribute takes effect and is required. When a Tair disk is an SSD, see-https://help.aliyun.com/zh/redis/product-overview/capacity-storage-type. The capacity field is defined as different fixed values according to different specifications, and does not need to be specified.
367
679
  */
368
680
  storageSizeGb?: pulumi.Input<number>;
369
681
  /**
@@ -376,6 +688,10 @@ export interface TairInstanceArgs {
376
688
  * The name of the resource.
377
689
  */
378
690
  tairInstanceName?: pulumi.Input<string>;
691
+ /**
692
+ * The VPC authentication mode. Valid values: Open (enables password authentication), Close (disables password authentication and enables [password-free access](https://www.alibabacloud.com/help/en/apsaradb-for-redis/latest/enable-password-free-access)).
693
+ */
694
+ vpcAuthMode?: pulumi.Input<string>;
379
695
  /**
380
696
  * The ID of the virtual private cloud (VPC).
381
697
  */