pulumi-alicloud 3.64.0a1729894283__py3-none-any.whl → 3.65.0__py3-none-any.whl

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.

Potentially problematic release.


This version of pulumi-alicloud might be problematic. Click here for more details.

Files changed (94) hide show
  1. pulumi_alicloud/__init__.py +35 -0
  2. pulumi_alicloud/amqp/instance.py +8 -8
  3. pulumi_alicloud/bss/get_open_api_pricing_modules.py +4 -4
  4. pulumi_alicloud/bss/get_open_api_products.py +4 -4
  5. pulumi_alicloud/cas/get_certificates.py +17 -1
  6. pulumi_alicloud/cas/get_service_certificates.py +153 -17
  7. pulumi_alicloud/cas/outputs.py +40 -36
  8. pulumi_alicloud/cen/instance.py +108 -53
  9. pulumi_alicloud/cen/transit_router_route_table_association.py +72 -68
  10. pulumi_alicloud/cloudfirewall/control_policy.py +524 -23
  11. pulumi_alicloud/cloudfirewall/instance.py +64 -36
  12. pulumi_alicloud/cloudstoragegateway/gateway.py +134 -58
  13. pulumi_alicloud/cs/_inputs.py +390 -26
  14. pulumi_alicloud/cs/get_serverless_kubernetes_clusters.py +2 -0
  15. pulumi_alicloud/cs/kubernetes.py +48 -35
  16. pulumi_alicloud/cs/managed_kubernetes.py +91 -35
  17. pulumi_alicloud/cs/node_pool.py +68 -14
  18. pulumi_alicloud/cs/outputs.py +293 -16
  19. pulumi_alicloud/cs/serverless_kubernetes.py +157 -63
  20. pulumi_alicloud/databasefilesystem/_inputs.py +0 -6
  21. pulumi_alicloud/databasefilesystem/instance.py +31 -0
  22. pulumi_alicloud/databasefilesystem/outputs.py +0 -4
  23. pulumi_alicloud/dns/get_alidns_records.py +26 -4
  24. pulumi_alicloud/dns/outputs.py +2 -2
  25. pulumi_alicloud/eais/instance.py +55 -57
  26. pulumi_alicloud/ecp/instance.py +177 -219
  27. pulumi_alicloud/ecs/disk.py +2 -2
  28. pulumi_alicloud/ecs/ecs_disk.py +142 -58
  29. pulumi_alicloud/ecs/ecs_key_pair.py +1 -1
  30. pulumi_alicloud/ecs/ecs_launch_template.py +169 -0
  31. pulumi_alicloud/ecs/get_ecs_launch_templates.py +172 -6
  32. pulumi_alicloud/ecs/instance.py +131 -98
  33. pulumi_alicloud/ecs/key_pair.py +1 -1
  34. pulumi_alicloud/ecs/launch_template.py +102 -0
  35. pulumi_alicloud/ecs/outputs.py +57 -24
  36. pulumi_alicloud/ens/disk.py +2 -2
  37. pulumi_alicloud/ens/disk_instance_attachment.py +2 -2
  38. pulumi_alicloud/ess/_inputs.py +342 -2
  39. pulumi_alicloud/ess/eci_scaling_configuration.py +202 -0
  40. pulumi_alicloud/ess/outputs.py +226 -2
  41. pulumi_alicloud/ess/scaling_configuration.py +377 -1
  42. pulumi_alicloud/ess/scaling_group.py +54 -7
  43. pulumi_alicloud/fc/_inputs.py +3 -3
  44. pulumi_alicloud/fc/outputs.py +2 -2
  45. pulumi_alicloud/ga/_inputs.py +57 -22
  46. pulumi_alicloud/ga/outputs.py +39 -15
  47. pulumi_alicloud/governance/baseline.py +18 -18
  48. pulumi_alicloud/governance/get_baselines.py +18 -18
  49. pulumi_alicloud/gpdb/__init__.py +1 -0
  50. pulumi_alicloud/gpdb/database.py +545 -0
  51. pulumi_alicloud/gpdb/instance.py +1 -1
  52. pulumi_alicloud/kms/get_secrets.py +5 -5
  53. pulumi_alicloud/kms/outputs.py +18 -18
  54. pulumi_alicloud/kvstore/instance.py +24 -5
  55. pulumi_alicloud/log/alert.py +14 -14
  56. pulumi_alicloud/mse/__init__.py +2 -0
  57. pulumi_alicloud/mse/cluster.py +149 -51
  58. pulumi_alicloud/mse/engine_namespace.py +176 -74
  59. pulumi_alicloud/mse/get_clusters.py +70 -10
  60. pulumi_alicloud/mse/get_engine_namespaces.py +93 -15
  61. pulumi_alicloud/mse/get_nacos_configs.py +394 -0
  62. pulumi_alicloud/mse/nacos_config.py +762 -0
  63. pulumi_alicloud/mse/outputs.py +165 -8
  64. pulumi_alicloud/nas/data_flow.py +6 -6
  65. pulumi_alicloud/nas/fileset.py +6 -6
  66. pulumi_alicloud/nas/lifecycle_policy.py +6 -6
  67. pulumi_alicloud/nas/recycle_bin.py +6 -6
  68. pulumi_alicloud/nas/snapshot.py +6 -6
  69. pulumi_alicloud/ocean/base_instance.py +2 -2
  70. pulumi_alicloud/pai/__init__.py +8 -0
  71. pulumi_alicloud/pai/workspace_workspace.py +447 -0
  72. pulumi_alicloud/polardb/cluster.py +176 -14
  73. pulumi_alicloud/privatelink/get_vpc_endpoint_services.py +51 -7
  74. pulumi_alicloud/privatelink/outputs.py +17 -6
  75. pulumi_alicloud/privatelink/vpc_endpoint_service_user.py +54 -17
  76. pulumi_alicloud/privatelink/vpc_endpoint_zone.py +7 -21
  77. pulumi_alicloud/pulumi-plugin.json +1 -1
  78. pulumi_alicloud/rds/instance.py +50 -3
  79. pulumi_alicloud/resourcemanager/get_folders.py +35 -28
  80. pulumi_alicloud/resourcemanager/outputs.py +8 -8
  81. pulumi_alicloud/servicemesh/_inputs.py +656 -174
  82. pulumi_alicloud/servicemesh/outputs.py +507 -117
  83. pulumi_alicloud/servicemesh/service_mesh.py +120 -78
  84. pulumi_alicloud/sls/__init__.py +1 -0
  85. pulumi_alicloud/sls/_inputs.py +307 -0
  86. pulumi_alicloud/sls/collection_policy.py +561 -0
  87. pulumi_alicloud/sls/outputs.py +263 -0
  88. pulumi_alicloud/threatdetection/instance.py +331 -43
  89. pulumi_alicloud/vpc/subnet.py +59 -27
  90. pulumi_alicloud/vpc/switch.py +104 -87
  91. {pulumi_alicloud-3.64.0a1729894283.dist-info → pulumi_alicloud-3.65.0.dist-info}/METADATA +1 -1
  92. {pulumi_alicloud-3.64.0a1729894283.dist-info → pulumi_alicloud-3.65.0.dist-info}/RECORD +94 -88
  93. {pulumi_alicloud-3.64.0a1729894283.dist-info → pulumi_alicloud-3.65.0.dist-info}/WHEEL +1 -1
  94. {pulumi_alicloud-3.64.0a1729894283.dist-info → pulumi_alicloud-3.65.0.dist-info}/top_level.txt +0 -0
@@ -27,7 +27,7 @@ class GetVpcEndpointServicesResult:
27
27
  """
28
28
  A collection of values returned by getVpcEndpointServices.
29
29
  """
30
- def __init__(__self__, auto_accept_connection=None, id=None, ids=None, name_regex=None, names=None, output_file=None, service_business_status=None, services=None, status=None, vpc_endpoint_service_name=None):
30
+ def __init__(__self__, auto_accept_connection=None, id=None, ids=None, name_regex=None, names=None, output_file=None, service_business_status=None, services=None, status=None, tags=None, vpc_endpoint_service_name=None):
31
31
  if auto_accept_connection and not isinstance(auto_accept_connection, bool):
32
32
  raise TypeError("Expected argument 'auto_accept_connection' to be a bool")
33
33
  pulumi.set(__self__, "auto_accept_connection", auto_accept_connection)
@@ -55,6 +55,9 @@ class GetVpcEndpointServicesResult:
55
55
  if status and not isinstance(status, str):
56
56
  raise TypeError("Expected argument 'status' to be a str")
57
57
  pulumi.set(__self__, "status", status)
58
+ if tags and not isinstance(tags, dict):
59
+ raise TypeError("Expected argument 'tags' to be a dict")
60
+ pulumi.set(__self__, "tags", tags)
58
61
  if vpc_endpoint_service_name and not isinstance(vpc_endpoint_service_name, str):
59
62
  raise TypeError("Expected argument 'vpc_endpoint_service_name' to be a str")
60
63
  pulumi.set(__self__, "vpc_endpoint_service_name", vpc_endpoint_service_name)
@@ -62,6 +65,9 @@ class GetVpcEndpointServicesResult:
62
65
  @property
63
66
  @pulumi.getter(name="autoAcceptConnection")
64
67
  def auto_accept_connection(self) -> Optional[bool]:
68
+ """
69
+ Whether to automatically accept terminal node connections..
70
+ """
65
71
  return pulumi.get(self, "auto_accept_connection")
66
72
 
67
73
  @property
@@ -85,6 +91,9 @@ class GetVpcEndpointServicesResult:
85
91
  @property
86
92
  @pulumi.getter
87
93
  def names(self) -> Sequence[str]:
94
+ """
95
+ A list of Vpc Endpoint Service names.
96
+ """
88
97
  return pulumi.get(self, "names")
89
98
 
90
99
  @property
@@ -95,21 +104,41 @@ class GetVpcEndpointServicesResult:
95
104
  @property
96
105
  @pulumi.getter(name="serviceBusinessStatus")
97
106
  def service_business_status(self) -> Optional[str]:
107
+ """
108
+ The business status of the terminal node service..
109
+ """
98
110
  return pulumi.get(self, "service_business_status")
99
111
 
100
112
  @property
101
113
  @pulumi.getter
102
114
  def services(self) -> Sequence['outputs.GetVpcEndpointServicesServiceResult']:
115
+ """
116
+ A list of Privatelink Vpc Endpoint Services. Each element contains the following attributes:
117
+ """
103
118
  return pulumi.get(self, "services")
104
119
 
105
120
  @property
106
121
  @pulumi.getter
107
122
  def status(self) -> Optional[str]:
123
+ """
124
+ The Status of Vpc Endpoint Service.
125
+ """
108
126
  return pulumi.get(self, "status")
109
127
 
128
+ @property
129
+ @pulumi.getter
130
+ def tags(self) -> Optional[Mapping[str, str]]:
131
+ """
132
+ The tags of Vpc Endpoint Service.
133
+ """
134
+ return pulumi.get(self, "tags")
135
+
110
136
  @property
111
137
  @pulumi.getter(name="vpcEndpointServiceName")
112
138
  def vpc_endpoint_service_name(self) -> Optional[str]:
139
+ """
140
+ The name of Vpc Endpoint Service.
141
+ """
113
142
  return pulumi.get(self, "vpc_endpoint_service_name")
114
143
 
115
144
 
@@ -128,6 +157,7 @@ class AwaitableGetVpcEndpointServicesResult(GetVpcEndpointServicesResult):
128
157
  service_business_status=self.service_business_status,
129
158
  services=self.services,
130
159
  status=self.status,
160
+ tags=self.tags,
131
161
  vpc_endpoint_service_name=self.vpc_endpoint_service_name)
132
162
 
133
163
 
@@ -137,12 +167,13 @@ def get_vpc_endpoint_services(auto_accept_connection: Optional[bool] = None,
137
167
  output_file: Optional[str] = None,
138
168
  service_business_status: Optional[str] = None,
139
169
  status: Optional[str] = None,
170
+ tags: Optional[Mapping[str, str]] = None,
140
171
  vpc_endpoint_service_name: Optional[str] = None,
141
172
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetVpcEndpointServicesResult:
142
173
  """
143
174
  This data source provides the Privatelink Vpc Endpoint Services of the current Alibaba Cloud user.
144
175
 
145
- > **NOTE:** Available in v1.109.0+.
176
+ > **NOTE:** Available since v1.109.0.
146
177
 
147
178
  ## Example Usage
148
179
 
@@ -152,8 +183,11 @@ def get_vpc_endpoint_services(auto_accept_connection: Optional[bool] = None,
152
183
  import pulumi
153
184
  import pulumi_alicloud as alicloud
154
185
 
155
- example = alicloud.privatelink.get_vpc_endpoint_services(ids=["example_value"],
156
- name_regex="the_resource_name")
186
+ example_vpc_endpoint_service = alicloud.privatelink.VpcEndpointService("example",
187
+ service_description="terraform-example",
188
+ connect_bandwidth=103,
189
+ auto_accept_connection=False)
190
+ example = alicloud.privatelink.get_vpc_endpoint_services_output(ids=[example_vpc_endpoint_service.id])
157
191
  pulumi.export("firstPrivatelinkVpcEndpointServiceId", example.services[0].id)
158
192
  ```
159
193
 
@@ -164,6 +198,7 @@ def get_vpc_endpoint_services(auto_accept_connection: Optional[bool] = None,
164
198
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
165
199
  :param str service_business_status: The business status of the terminal node service. Valid Value: `Normal`, `FinancialLocked` and `SecurityLocked`.
166
200
  :param str status: The Status of Vpc Endpoint Service. Valid Value: `Active`, `Creating`, `Deleted`, `Deleting` and `Pending`.
201
+ :param Mapping[str, str] tags: The tags of Vpc Endpoint Service.
167
202
  :param str vpc_endpoint_service_name: The name of Vpc Endpoint Service.
168
203
  """
169
204
  __args__ = dict()
@@ -173,6 +208,7 @@ def get_vpc_endpoint_services(auto_accept_connection: Optional[bool] = None,
173
208
  __args__['outputFile'] = output_file
174
209
  __args__['serviceBusinessStatus'] = service_business_status
175
210
  __args__['status'] = status
211
+ __args__['tags'] = tags
176
212
  __args__['vpcEndpointServiceName'] = vpc_endpoint_service_name
177
213
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
178
214
  __ret__ = pulumi.runtime.invoke('alicloud:privatelink/getVpcEndpointServices:getVpcEndpointServices', __args__, opts=opts, typ=GetVpcEndpointServicesResult).value
@@ -187,6 +223,7 @@ def get_vpc_endpoint_services(auto_accept_connection: Optional[bool] = None,
187
223
  service_business_status=pulumi.get(__ret__, 'service_business_status'),
188
224
  services=pulumi.get(__ret__, 'services'),
189
225
  status=pulumi.get(__ret__, 'status'),
226
+ tags=pulumi.get(__ret__, 'tags'),
190
227
  vpc_endpoint_service_name=pulumi.get(__ret__, 'vpc_endpoint_service_name'))
191
228
  def get_vpc_endpoint_services_output(auto_accept_connection: Optional[pulumi.Input[Optional[bool]]] = None,
192
229
  ids: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
@@ -194,12 +231,13 @@ def get_vpc_endpoint_services_output(auto_accept_connection: Optional[pulumi.Inp
194
231
  output_file: Optional[pulumi.Input[Optional[str]]] = None,
195
232
  service_business_status: Optional[pulumi.Input[Optional[str]]] = None,
196
233
  status: Optional[pulumi.Input[Optional[str]]] = None,
234
+ tags: Optional[pulumi.Input[Optional[Mapping[str, str]]]] = None,
197
235
  vpc_endpoint_service_name: Optional[pulumi.Input[Optional[str]]] = None,
198
236
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetVpcEndpointServicesResult]:
199
237
  """
200
238
  This data source provides the Privatelink Vpc Endpoint Services of the current Alibaba Cloud user.
201
239
 
202
- > **NOTE:** Available in v1.109.0+.
240
+ > **NOTE:** Available since v1.109.0.
203
241
 
204
242
  ## Example Usage
205
243
 
@@ -209,8 +247,11 @@ def get_vpc_endpoint_services_output(auto_accept_connection: Optional[pulumi.Inp
209
247
  import pulumi
210
248
  import pulumi_alicloud as alicloud
211
249
 
212
- example = alicloud.privatelink.get_vpc_endpoint_services(ids=["example_value"],
213
- name_regex="the_resource_name")
250
+ example_vpc_endpoint_service = alicloud.privatelink.VpcEndpointService("example",
251
+ service_description="terraform-example",
252
+ connect_bandwidth=103,
253
+ auto_accept_connection=False)
254
+ example = alicloud.privatelink.get_vpc_endpoint_services_output(ids=[example_vpc_endpoint_service.id])
214
255
  pulumi.export("firstPrivatelinkVpcEndpointServiceId", example.services[0].id)
215
256
  ```
216
257
 
@@ -221,6 +262,7 @@ def get_vpc_endpoint_services_output(auto_accept_connection: Optional[pulumi.Inp
221
262
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
222
263
  :param str service_business_status: The business status of the terminal node service. Valid Value: `Normal`, `FinancialLocked` and `SecurityLocked`.
223
264
  :param str status: The Status of Vpc Endpoint Service. Valid Value: `Active`, `Creating`, `Deleted`, `Deleting` and `Pending`.
265
+ :param Mapping[str, str] tags: The tags of Vpc Endpoint Service.
224
266
  :param str vpc_endpoint_service_name: The name of Vpc Endpoint Service.
225
267
  """
226
268
  __args__ = dict()
@@ -230,6 +272,7 @@ def get_vpc_endpoint_services_output(auto_accept_connection: Optional[pulumi.Inp
230
272
  __args__['outputFile'] = output_file
231
273
  __args__['serviceBusinessStatus'] = service_business_status
232
274
  __args__['status'] = status
275
+ __args__['tags'] = tags
233
276
  __args__['vpcEndpointServiceName'] = vpc_endpoint_service_name
234
277
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
235
278
  __ret__ = pulumi.runtime.invoke_output('alicloud:privatelink/getVpcEndpointServices:getVpcEndpointServices', __args__, opts=opts, typ=GetVpcEndpointServicesResult)
@@ -243,4 +286,5 @@ def get_vpc_endpoint_services_output(auto_accept_connection: Optional[pulumi.Inp
243
286
  service_business_status=pulumi.get(__response__, 'service_business_status'),
244
287
  services=pulumi.get(__response__, 'services'),
245
288
  status=pulumi.get(__response__, 'status'),
289
+ tags=pulumi.get(__response__, 'tags'),
246
290
  vpc_endpoint_service_name=pulumi.get(__response__, 'vpc_endpoint_service_name')))
@@ -154,16 +154,18 @@ class GetVpcEndpointServicesServiceResult(dict):
154
154
  service_domain: str,
155
155
  service_id: str,
156
156
  status: str,
157
+ tags: Mapping[str, str],
157
158
  vpc_endpoint_service_name: str):
158
159
  """
159
- :param bool auto_accept_connection: Whether to automatically accept terminal node connections..
160
+ :param bool auto_accept_connection: Whether to automatically accept terminal node connections.
160
161
  :param int connect_bandwidth: The connection bandwidth.
161
162
  :param str id: The ID of the Vpc Endpoint Service.
162
- :param str service_business_status: The business status of the terminal node service..
163
+ :param str service_business_status: The business status of the terminal node service. Valid Value: `Normal`, `FinancialLocked` and `SecurityLocked`.
163
164
  :param str service_description: The description of the terminal node service.
164
165
  :param str service_domain: The domain of service.
165
166
  :param str service_id: The ID of the Vpc Endpoint Service.
166
- :param str status: The Status of Vpc Endpoint Service.
167
+ :param str status: The Status of Vpc Endpoint Service. Valid Value: `Active`, `Creating`, `Deleted`, `Deleting` and `Pending`.
168
+ :param Mapping[str, str] tags: The tags of Vpc Endpoint Service.
167
169
  :param str vpc_endpoint_service_name: The name of Vpc Endpoint Service.
168
170
  """
169
171
  pulumi.set(__self__, "auto_accept_connection", auto_accept_connection)
@@ -174,13 +176,14 @@ class GetVpcEndpointServicesServiceResult(dict):
174
176
  pulumi.set(__self__, "service_domain", service_domain)
175
177
  pulumi.set(__self__, "service_id", service_id)
176
178
  pulumi.set(__self__, "status", status)
179
+ pulumi.set(__self__, "tags", tags)
177
180
  pulumi.set(__self__, "vpc_endpoint_service_name", vpc_endpoint_service_name)
178
181
 
179
182
  @property
180
183
  @pulumi.getter(name="autoAcceptConnection")
181
184
  def auto_accept_connection(self) -> bool:
182
185
  """
183
- Whether to automatically accept terminal node connections..
186
+ Whether to automatically accept terminal node connections.
184
187
  """
185
188
  return pulumi.get(self, "auto_accept_connection")
186
189
 
@@ -204,7 +207,7 @@ class GetVpcEndpointServicesServiceResult(dict):
204
207
  @pulumi.getter(name="serviceBusinessStatus")
205
208
  def service_business_status(self) -> str:
206
209
  """
207
- The business status of the terminal node service..
210
+ The business status of the terminal node service. Valid Value: `Normal`, `FinancialLocked` and `SecurityLocked`.
208
211
  """
209
212
  return pulumi.get(self, "service_business_status")
210
213
 
@@ -236,10 +239,18 @@ class GetVpcEndpointServicesServiceResult(dict):
236
239
  @pulumi.getter
237
240
  def status(self) -> str:
238
241
  """
239
- The Status of Vpc Endpoint Service.
242
+ The Status of Vpc Endpoint Service. Valid Value: `Active`, `Creating`, `Deleted`, `Deleting` and `Pending`.
240
243
  """
241
244
  return pulumi.get(self, "status")
242
245
 
246
+ @property
247
+ @pulumi.getter
248
+ def tags(self) -> Mapping[str, str]:
249
+ """
250
+ The tags of Vpc Endpoint Service.
251
+ """
252
+ return pulumi.get(self, "tags")
253
+
243
254
  @property
244
255
  @pulumi.getter(name="vpcEndpointServiceName")
245
256
  def vpc_endpoint_service_name(self) -> str:
@@ -21,19 +21,21 @@ class VpcEndpointServiceUserArgs:
21
21
  def __init__(__self__, *,
22
22
  service_id: pulumi.Input[str],
23
23
  user_id: pulumi.Input[str],
24
- dry_run: Optional[pulumi.Input[bool]] = None):
24
+ dry_run: Optional[pulumi.Input[bool]] = None,
25
+ user_arn: Optional[pulumi.Input[str]] = None):
25
26
  """
26
27
  The set of arguments for constructing a VpcEndpointServiceUser resource.
27
28
  :param pulumi.Input[str] service_id: The endpoint service ID.
28
29
  :param pulumi.Input[str] user_id: The ID of the Alibaba Cloud account in the whitelist of the endpoint service.
29
30
  :param pulumi.Input[bool] dry_run: Specifies whether to perform only a dry run, without performing the actual request. Valid values:
30
- - **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
31
- - **false (default)**: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
31
+ :param pulumi.Input[str] user_arn: The whitelist in the format of ARN.
32
32
  """
33
33
  pulumi.set(__self__, "service_id", service_id)
34
34
  pulumi.set(__self__, "user_id", user_id)
35
35
  if dry_run is not None:
36
36
  pulumi.set(__self__, "dry_run", dry_run)
37
+ if user_arn is not None:
38
+ pulumi.set(__self__, "user_arn", user_arn)
37
39
 
38
40
  @property
39
41
  @pulumi.getter(name="serviceId")
@@ -64,8 +66,6 @@ class VpcEndpointServiceUserArgs:
64
66
  def dry_run(self) -> Optional[pulumi.Input[bool]]:
65
67
  """
66
68
  Specifies whether to perform only a dry run, without performing the actual request. Valid values:
67
- - **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
68
- - **false (default)**: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
69
69
  """
70
70
  return pulumi.get(self, "dry_run")
71
71
 
@@ -73,25 +73,39 @@ class VpcEndpointServiceUserArgs:
73
73
  def dry_run(self, value: Optional[pulumi.Input[bool]]):
74
74
  pulumi.set(self, "dry_run", value)
75
75
 
76
+ @property
77
+ @pulumi.getter(name="userArn")
78
+ def user_arn(self) -> Optional[pulumi.Input[str]]:
79
+ """
80
+ The whitelist in the format of ARN.
81
+ """
82
+ return pulumi.get(self, "user_arn")
83
+
84
+ @user_arn.setter
85
+ def user_arn(self, value: Optional[pulumi.Input[str]]):
86
+ pulumi.set(self, "user_arn", value)
87
+
76
88
 
77
89
  @pulumi.input_type
78
90
  class _VpcEndpointServiceUserState:
79
91
  def __init__(__self__, *,
80
92
  dry_run: Optional[pulumi.Input[bool]] = None,
81
93
  service_id: Optional[pulumi.Input[str]] = None,
94
+ user_arn: Optional[pulumi.Input[str]] = None,
82
95
  user_id: Optional[pulumi.Input[str]] = None):
83
96
  """
84
97
  Input properties used for looking up and filtering VpcEndpointServiceUser resources.
85
98
  :param pulumi.Input[bool] dry_run: Specifies whether to perform only a dry run, without performing the actual request. Valid values:
86
- - **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
87
- - **false (default)**: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
88
99
  :param pulumi.Input[str] service_id: The endpoint service ID.
100
+ :param pulumi.Input[str] user_arn: The whitelist in the format of ARN.
89
101
  :param pulumi.Input[str] user_id: The ID of the Alibaba Cloud account in the whitelist of the endpoint service.
90
102
  """
91
103
  if dry_run is not None:
92
104
  pulumi.set(__self__, "dry_run", dry_run)
93
105
  if service_id is not None:
94
106
  pulumi.set(__self__, "service_id", service_id)
107
+ if user_arn is not None:
108
+ pulumi.set(__self__, "user_arn", user_arn)
95
109
  if user_id is not None:
96
110
  pulumi.set(__self__, "user_id", user_id)
97
111
 
@@ -100,8 +114,6 @@ class _VpcEndpointServiceUserState:
100
114
  def dry_run(self) -> Optional[pulumi.Input[bool]]:
101
115
  """
102
116
  Specifies whether to perform only a dry run, without performing the actual request. Valid values:
103
- - **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
104
- - **false (default)**: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
105
117
  """
106
118
  return pulumi.get(self, "dry_run")
107
119
 
@@ -121,6 +133,18 @@ class _VpcEndpointServiceUserState:
121
133
  def service_id(self, value: Optional[pulumi.Input[str]]):
122
134
  pulumi.set(self, "service_id", value)
123
135
 
136
+ @property
137
+ @pulumi.getter(name="userArn")
138
+ def user_arn(self) -> Optional[pulumi.Input[str]]:
139
+ """
140
+ The whitelist in the format of ARN.
141
+ """
142
+ return pulumi.get(self, "user_arn")
143
+
144
+ @user_arn.setter
145
+ def user_arn(self, value: Optional[pulumi.Input[str]]):
146
+ pulumi.set(self, "user_arn", value)
147
+
124
148
  @property
125
149
  @pulumi.getter(name="userId")
126
150
  def user_id(self) -> Optional[pulumi.Input[str]]:
@@ -141,10 +165,13 @@ class VpcEndpointServiceUser(pulumi.CustomResource):
141
165
  opts: Optional[pulumi.ResourceOptions] = None,
142
166
  dry_run: Optional[pulumi.Input[bool]] = None,
143
167
  service_id: Optional[pulumi.Input[str]] = None,
168
+ user_arn: Optional[pulumi.Input[str]] = None,
144
169
  user_id: Optional[pulumi.Input[str]] = None,
145
170
  __props__=None):
146
171
  """
147
- Provides a Private Link Vpc Endpoint Service User resource. Endpoint service user whitelist.
172
+ Provides a Private Link Vpc Endpoint Service User resource.
173
+
174
+ Endpoint service user whitelist.
148
175
 
149
176
  For information about Private Link Vpc Endpoint Service User and how to use it, see [What is Vpc Endpoint Service User](https://www.alibabacloud.com/help/en/privatelink/latest/api-privatelink-2020-04-15-addusertovpcendpointservice).
150
177
 
@@ -188,9 +215,8 @@ class VpcEndpointServiceUser(pulumi.CustomResource):
188
215
  :param str resource_name: The name of the resource.
189
216
  :param pulumi.ResourceOptions opts: Options for the resource.
190
217
  :param pulumi.Input[bool] dry_run: Specifies whether to perform only a dry run, without performing the actual request. Valid values:
191
- - **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
192
- - **false (default)**: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
193
218
  :param pulumi.Input[str] service_id: The endpoint service ID.
219
+ :param pulumi.Input[str] user_arn: The whitelist in the format of ARN.
194
220
  :param pulumi.Input[str] user_id: The ID of the Alibaba Cloud account in the whitelist of the endpoint service.
195
221
  """
196
222
  ...
@@ -200,7 +226,9 @@ class VpcEndpointServiceUser(pulumi.CustomResource):
200
226
  args: VpcEndpointServiceUserArgs,
201
227
  opts: Optional[pulumi.ResourceOptions] = None):
202
228
  """
203
- Provides a Private Link Vpc Endpoint Service User resource. Endpoint service user whitelist.
229
+ Provides a Private Link Vpc Endpoint Service User resource.
230
+
231
+ Endpoint service user whitelist.
204
232
 
205
233
  For information about Private Link Vpc Endpoint Service User and how to use it, see [What is Vpc Endpoint Service User](https://www.alibabacloud.com/help/en/privatelink/latest/api-privatelink-2020-04-15-addusertovpcendpointservice).
206
234
 
@@ -258,6 +286,7 @@ class VpcEndpointServiceUser(pulumi.CustomResource):
258
286
  opts: Optional[pulumi.ResourceOptions] = None,
259
287
  dry_run: Optional[pulumi.Input[bool]] = None,
260
288
  service_id: Optional[pulumi.Input[str]] = None,
289
+ user_arn: Optional[pulumi.Input[str]] = None,
261
290
  user_id: Optional[pulumi.Input[str]] = None,
262
291
  __props__=None):
263
292
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
@@ -272,6 +301,7 @@ class VpcEndpointServiceUser(pulumi.CustomResource):
272
301
  if service_id is None and not opts.urn:
273
302
  raise TypeError("Missing required property 'service_id'")
274
303
  __props__.__dict__["service_id"] = service_id
304
+ __props__.__dict__["user_arn"] = user_arn
275
305
  if user_id is None and not opts.urn:
276
306
  raise TypeError("Missing required property 'user_id'")
277
307
  __props__.__dict__["user_id"] = user_id
@@ -287,6 +317,7 @@ class VpcEndpointServiceUser(pulumi.CustomResource):
287
317
  opts: Optional[pulumi.ResourceOptions] = None,
288
318
  dry_run: Optional[pulumi.Input[bool]] = None,
289
319
  service_id: Optional[pulumi.Input[str]] = None,
320
+ user_arn: Optional[pulumi.Input[str]] = None,
290
321
  user_id: Optional[pulumi.Input[str]] = None) -> 'VpcEndpointServiceUser':
291
322
  """
292
323
  Get an existing VpcEndpointServiceUser resource's state with the given name, id, and optional extra
@@ -296,9 +327,8 @@ class VpcEndpointServiceUser(pulumi.CustomResource):
296
327
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
297
328
  :param pulumi.ResourceOptions opts: Options for the resource.
298
329
  :param pulumi.Input[bool] dry_run: Specifies whether to perform only a dry run, without performing the actual request. Valid values:
299
- - **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
300
- - **false (default)**: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
301
330
  :param pulumi.Input[str] service_id: The endpoint service ID.
331
+ :param pulumi.Input[str] user_arn: The whitelist in the format of ARN.
302
332
  :param pulumi.Input[str] user_id: The ID of the Alibaba Cloud account in the whitelist of the endpoint service.
303
333
  """
304
334
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -307,6 +337,7 @@ class VpcEndpointServiceUser(pulumi.CustomResource):
307
337
 
308
338
  __props__.__dict__["dry_run"] = dry_run
309
339
  __props__.__dict__["service_id"] = service_id
340
+ __props__.__dict__["user_arn"] = user_arn
310
341
  __props__.__dict__["user_id"] = user_id
311
342
  return VpcEndpointServiceUser(resource_name, opts=opts, __props__=__props__)
312
343
 
@@ -315,8 +346,6 @@ class VpcEndpointServiceUser(pulumi.CustomResource):
315
346
  def dry_run(self) -> pulumi.Output[Optional[bool]]:
316
347
  """
317
348
  Specifies whether to perform only a dry run, without performing the actual request. Valid values:
318
- - **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
319
- - **false (default)**: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
320
349
  """
321
350
  return pulumi.get(self, "dry_run")
322
351
 
@@ -328,6 +357,14 @@ class VpcEndpointServiceUser(pulumi.CustomResource):
328
357
  """
329
358
  return pulumi.get(self, "service_id")
330
359
 
360
+ @property
361
+ @pulumi.getter(name="userArn")
362
+ def user_arn(self) -> pulumi.Output[Optional[str]]:
363
+ """
364
+ The whitelist in the format of ARN.
365
+ """
366
+ return pulumi.get(self, "user_arn")
367
+
331
368
  @property
332
369
  @pulumi.getter(name="userId")
333
370
  def user_id(self) -> pulumi.Output[str]:
@@ -27,10 +27,8 @@ class VpcEndpointZoneArgs:
27
27
  """
28
28
  The set of arguments for constructing a VpcEndpointZone resource.
29
29
  :param pulumi.Input[str] endpoint_id: The endpoint ID.
30
- :param pulumi.Input[str] vswitch_id: The ID of the vSwitch in the zone. .
30
+ :param pulumi.Input[str] vswitch_id: The ID of the vSwitch in the zone.
31
31
  :param pulumi.Input[bool] dry_run: Specifies whether to perform only a dry run, without performing the actual request. Valid values:
32
- - **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
33
- - **false (default)**: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
34
32
  :param pulumi.Input[str] eni_ip: The IP address of the endpoint ENI.
35
33
  :param pulumi.Input[str] zone_id: The zone ID.
36
34
  """
@@ -59,7 +57,7 @@ class VpcEndpointZoneArgs:
59
57
  @pulumi.getter(name="vswitchId")
60
58
  def vswitch_id(self) -> pulumi.Input[str]:
61
59
  """
62
- The ID of the vSwitch in the zone. .
60
+ The ID of the vSwitch in the zone.
63
61
  """
64
62
  return pulumi.get(self, "vswitch_id")
65
63
 
@@ -72,8 +70,6 @@ class VpcEndpointZoneArgs:
72
70
  def dry_run(self) -> Optional[pulumi.Input[bool]]:
73
71
  """
74
72
  Specifies whether to perform only a dry run, without performing the actual request. Valid values:
75
- - **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
76
- - **false (default)**: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
77
73
  """
78
74
  return pulumi.get(self, "dry_run")
79
75
 
@@ -118,12 +114,10 @@ class _VpcEndpointZoneState:
118
114
  """
119
115
  Input properties used for looking up and filtering VpcEndpointZone resources.
120
116
  :param pulumi.Input[bool] dry_run: Specifies whether to perform only a dry run, without performing the actual request. Valid values:
121
- - **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
122
- - **false (default)**: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
123
117
  :param pulumi.Input[str] endpoint_id: The endpoint ID.
124
118
  :param pulumi.Input[str] eni_ip: The IP address of the endpoint ENI.
125
119
  :param pulumi.Input[str] status: The state of the zone.
126
- :param pulumi.Input[str] vswitch_id: The ID of the vSwitch in the zone. .
120
+ :param pulumi.Input[str] vswitch_id: The ID of the vSwitch in the zone.
127
121
  :param pulumi.Input[str] zone_id: The zone ID.
128
122
  """
129
123
  if dry_run is not None:
@@ -144,8 +138,6 @@ class _VpcEndpointZoneState:
144
138
  def dry_run(self) -> Optional[pulumi.Input[bool]]:
145
139
  """
146
140
  Specifies whether to perform only a dry run, without performing the actual request. Valid values:
147
- - **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
148
- - **false (default)**: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
149
141
  """
150
142
  return pulumi.get(self, "dry_run")
151
143
 
@@ -193,7 +185,7 @@ class _VpcEndpointZoneState:
193
185
  @pulumi.getter(name="vswitchId")
194
186
  def vswitch_id(self) -> Optional[pulumi.Input[str]]:
195
187
  """
196
- The ID of the vSwitch in the zone. .
188
+ The ID of the vSwitch in the zone.
197
189
  """
198
190
  return pulumi.get(self, "vswitch_id")
199
191
 
@@ -291,11 +283,9 @@ class VpcEndpointZone(pulumi.CustomResource):
291
283
  :param str resource_name: The name of the resource.
292
284
  :param pulumi.ResourceOptions opts: Options for the resource.
293
285
  :param pulumi.Input[bool] dry_run: Specifies whether to perform only a dry run, without performing the actual request. Valid values:
294
- - **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
295
- - **false (default)**: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
296
286
  :param pulumi.Input[str] endpoint_id: The endpoint ID.
297
287
  :param pulumi.Input[str] eni_ip: The IP address of the endpoint ENI.
298
- :param pulumi.Input[str] vswitch_id: The ID of the vSwitch in the zone. .
288
+ :param pulumi.Input[str] vswitch_id: The ID of the vSwitch in the zone.
299
289
  :param pulumi.Input[str] zone_id: The zone ID.
300
290
  """
301
291
  ...
@@ -430,12 +420,10 @@ class VpcEndpointZone(pulumi.CustomResource):
430
420
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
431
421
  :param pulumi.ResourceOptions opts: Options for the resource.
432
422
  :param pulumi.Input[bool] dry_run: Specifies whether to perform only a dry run, without performing the actual request. Valid values:
433
- - **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
434
- - **false (default)**: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
435
423
  :param pulumi.Input[str] endpoint_id: The endpoint ID.
436
424
  :param pulumi.Input[str] eni_ip: The IP address of the endpoint ENI.
437
425
  :param pulumi.Input[str] status: The state of the zone.
438
- :param pulumi.Input[str] vswitch_id: The ID of the vSwitch in the zone. .
426
+ :param pulumi.Input[str] vswitch_id: The ID of the vSwitch in the zone.
439
427
  :param pulumi.Input[str] zone_id: The zone ID.
440
428
  """
441
429
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -455,8 +443,6 @@ class VpcEndpointZone(pulumi.CustomResource):
455
443
  def dry_run(self) -> pulumi.Output[Optional[bool]]:
456
444
  """
457
445
  Specifies whether to perform only a dry run, without performing the actual request. Valid values:
458
- - **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
459
- - **false (default)**: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
460
446
  """
461
447
  return pulumi.get(self, "dry_run")
462
448
 
@@ -488,7 +474,7 @@ class VpcEndpointZone(pulumi.CustomResource):
488
474
  @pulumi.getter(name="vswitchId")
489
475
  def vswitch_id(self) -> pulumi.Output[str]:
490
476
  """
491
- The ID of the vSwitch in the zone. .
477
+ The ID of the vSwitch in the zone.
492
478
  """
493
479
  return pulumi.get(self, "vswitch_id")
494
480
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "alicloud",
4
- "version": "3.64.0-alpha.1729894283"
4
+ "version": "3.65.0"
5
5
  }