pulumi-alicloud 3.72.0a1735837979__py3-none-any.whl → 3.72.0a1735881335__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.
- pulumi_alicloud/__init__.py +75 -0
- pulumi_alicloud/_inputs.py +471 -0
- pulumi_alicloud/adb/cluster.py +68 -0
- pulumi_alicloud/adb/db_cluster.py +94 -0
- pulumi_alicloud/adb/get_db_cluster_lake_versions.py +39 -4
- pulumi_alicloud/adb/outputs.py +106 -2
- pulumi_alicloud/apig/__init__.py +12 -0
- pulumi_alicloud/apig/_inputs.py +263 -0
- pulumi_alicloud/apig/environment.py +317 -0
- pulumi_alicloud/apig/gateway.py +645 -0
- pulumi_alicloud/apig/http_api.py +465 -0
- pulumi_alicloud/apig/outputs.py +213 -0
- pulumi_alicloud/cfg/get_aggregate_compliance_packs.py +2 -2
- pulumi_alicloud/cfg/get_aggregate_config_rules.py +4 -4
- pulumi_alicloud/cfg/get_aggregate_deliveries.py +16 -2
- pulumi_alicloud/cfg/get_aggregators.py +2 -2
- pulumi_alicloud/cfg/get_compliance_packs.py +2 -2
- pulumi_alicloud/cfg/get_configuration_recorders.py +2 -6
- pulumi_alicloud/cfg/get_deliveries.py +11 -2
- pulumi_alicloud/cfg/get_delivery_channels.py +0 -4
- pulumi_alicloud/cfg/get_rules.py +3 -7
- pulumi_alicloud/cfg/outputs.py +28 -20
- pulumi_alicloud/cloudfirewall/get_instance_members.py +2 -2
- pulumi_alicloud/cloudfirewall/get_instances.py +23 -6
- pulumi_alicloud/cloudfirewall/get_vpc_firewall_cens.py +2 -2
- pulumi_alicloud/cloudfirewall/get_vpc_firewall_control_policies.py +32 -2
- pulumi_alicloud/cloudfirewall/get_vpc_firewalls.py +2 -2
- pulumi_alicloud/cloudfirewall/instance.py +1 -1
- pulumi_alicloud/cloudfirewall/outputs.py +16 -4
- pulumi_alicloud/config/__init__.pyi +2 -0
- pulumi_alicloud/config/outputs.py +284 -0
- pulumi_alicloud/config/vars.py +4 -0
- pulumi_alicloud/cr/_inputs.py +128 -0
- pulumi_alicloud/cr/outputs.py +93 -0
- pulumi_alicloud/cr/registry_enterprise_instance.py +86 -63
- pulumi_alicloud/cs/registry_enterprise_sync_rule.py +331 -38
- pulumi_alicloud/dcdn/get_domains.py +2 -2
- pulumi_alicloud/dcdn/get_ipa_domains.py +14 -2
- pulumi_alicloud/dcdn/get_waf_domains.py +5 -2
- pulumi_alicloud/dcdn/get_waf_policies.py +8 -2
- pulumi_alicloud/dcdn/outputs.py +6 -6
- pulumi_alicloud/ddos/get_ddos_coo_domain_resources.py +8 -2
- pulumi_alicloud/ddos/get_ddos_coo_ports.py +16 -4
- pulumi_alicloud/ddos/outputs.py +4 -4
- pulumi_alicloud/ecs/_inputs.py +9 -0
- pulumi_alicloud/ecs/get_ecs_disks.py +103 -14
- pulumi_alicloud/ecs/outputs.py +90 -36
- pulumi_alicloud/esa/__init__.py +3 -0
- pulumi_alicloud/esa/_inputs.py +456 -0
- pulumi_alicloud/esa/outputs.py +321 -0
- pulumi_alicloud/esa/record.py +798 -0
- pulumi_alicloud/ess/get_scaling_configurations.py +116 -10
- pulumi_alicloud/ess/notification.py +50 -3
- pulumi_alicloud/ess/outputs.py +104 -8
- pulumi_alicloud/ess/scheduled_task.py +7 -7
- pulumi_alicloud/fc/v3_trigger.py +1 -1
- pulumi_alicloud/ga/get_accelerator_spare_ip_attachments.py +11 -2
- pulumi_alicloud/ga/get_acls.py +14 -2
- pulumi_alicloud/ga/get_additional_certificates.py +11 -2
- pulumi_alicloud/ga/get_bandwidth_packages.py +14 -2
- pulumi_alicloud/ga/get_basic_accelerate_ip_endpoint_relations.py +2 -2
- pulumi_alicloud/ga/get_basic_accelerate_ips.py +2 -2
- pulumi_alicloud/ga/get_basic_accelerators.py +2 -2
- pulumi_alicloud/ga/get_basic_endpoints.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoint_group_destinations.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoint_groups.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoint_traffic_policies.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoints.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_port_mappings.py +2 -2
- pulumi_alicloud/ga/get_domains.py +2 -2
- pulumi_alicloud/ga/get_forwarding_rules.py +8 -2
- pulumi_alicloud/ga/get_ip_sets.py +8 -2
- pulumi_alicloud/ga/get_listeners.py +11 -2
- pulumi_alicloud/ga/outputs.py +64 -32
- pulumi_alicloud/get_msc_sub_contact_verification_message.py +2 -2
- pulumi_alicloud/get_msc_sub_contacts.py +8 -2
- pulumi_alicloud/get_msc_sub_subscriptions.py +5 -2
- pulumi_alicloud/get_msc_sub_webhooks.py +8 -2
- pulumi_alicloud/kms/key.py +108 -28
- pulumi_alicloud/kvstore/get_instances.py +14 -3
- pulumi_alicloud/kvstore/outputs.py +48 -4
- pulumi_alicloud/marketplace/order.py +2 -2
- pulumi_alicloud/mongodb/__init__.py +1 -0
- pulumi_alicloud/mongodb/private_srv_network_address.py +283 -0
- pulumi_alicloud/oss/__init__.py +2 -0
- pulumi_alicloud/oss/_inputs.py +68 -0
- pulumi_alicloud/oss/access_point.py +463 -0
- pulumi_alicloud/oss/bucket_worm.py +327 -0
- pulumi_alicloud/oss/outputs.py +74 -0
- pulumi_alicloud/privatelink/get_service.py +2 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +14 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_service_resources.py +8 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_service_users.py +11 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +11 -2
- pulumi_alicloud/privatelink/get_vpc_endpoints.py +23 -2
- pulumi_alicloud/privatelink/outputs.py +6 -6
- pulumi_alicloud/provider.py +20 -0
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/ram/get_policies.py +66 -8
- pulumi_alicloud/rds/instance.py +211 -14
- pulumi_alicloud/resourcemanager/control_policy_attachment.py +28 -28
- pulumi_alicloud/resourcemanager/shared_resource.py +7 -0
- pulumi_alicloud/schedulerx/__init__.py +3 -0
- pulumi_alicloud/schedulerx/_inputs.py +542 -0
- pulumi_alicloud/schedulerx/app_group.py +952 -0
- pulumi_alicloud/schedulerx/job.py +1454 -0
- pulumi_alicloud/schedulerx/namespace.py +64 -51
- pulumi_alicloud/schedulerx/outputs.py +425 -0
- pulumi_alicloud/sddp/get_configs.py +5 -2
- pulumi_alicloud/sddp/get_data_limits.py +11 -2
- pulumi_alicloud/sddp/get_instances.py +5 -2
- pulumi_alicloud/sddp/get_rules.py +29 -2
- pulumi_alicloud/sddp/outputs.py +14 -14
- pulumi_alicloud/vpc/get_peer_connections.py +17 -2
- pulumi_alicloud/vpc/network.py +293 -40
- pulumi_alicloud/vpc/outputs.py +2 -2
- pulumi_alicloud/vpc/peer_connection.py +239 -132
- pulumi_alicloud/vpc/peer_connection_accepter.py +85 -6
- pulumi_alicloud/waf/domain.py +2 -2
- pulumi_alicloud/waf/get_certificates.py +14 -2
- pulumi_alicloud/waf/get_domains.py +6 -4
- pulumi_alicloud/waf/get_instances.py +2 -2
- pulumi_alicloud/waf/instance.py +0 -64
- pulumi_alicloud/waf/outputs.py +2 -4
- pulumi_alicloud/wafv3/get_instances.py +10 -4
- {pulumi_alicloud-3.72.0a1735837979.dist-info → pulumi_alicloud-3.72.0a1735881335.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.72.0a1735837979.dist-info → pulumi_alicloud-3.72.0a1735881335.dist-info}/RECORD +129 -114
- {pulumi_alicloud-3.72.0a1735837979.dist-info → pulumi_alicloud-3.72.0a1735881335.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.72.0a1735837979.dist-info → pulumi_alicloud-3.72.0a1735881335.dist-info}/top_level.txt +0 -0
|
@@ -170,10 +170,13 @@ class Endpoints(dict):
|
|
|
170
170
|
acr: Optional[str] = None,
|
|
171
171
|
actiontrail: Optional[str] = None,
|
|
172
172
|
adb: Optional[str] = None,
|
|
173
|
+
aiworkspace: Optional[str] = None,
|
|
173
174
|
alb: Optional[str] = None,
|
|
174
175
|
alidfs: Optional[str] = None,
|
|
175
176
|
alidns: Optional[str] = None,
|
|
176
177
|
alikafka: Optional[str] = None,
|
|
178
|
+
amqp: Optional[str] = None,
|
|
179
|
+
antiddos_public: Optional[str] = None,
|
|
177
180
|
apigateway: Optional[str] = None,
|
|
178
181
|
arms: Optional[str] = None,
|
|
179
182
|
bastionhost: Optional[str] = None,
|
|
@@ -188,6 +191,7 @@ class Endpoints(dict):
|
|
|
188
191
|
cddc: Optional[str] = None,
|
|
189
192
|
cdn: Optional[str] = None,
|
|
190
193
|
cds: Optional[str] = None,
|
|
194
|
+
chatbot: Optional[str] = None,
|
|
191
195
|
clickhouse: Optional[str] = None,
|
|
192
196
|
cloudauth: Optional[str] = None,
|
|
193
197
|
cloudfirewall: Optional[str] = None,
|
|
@@ -201,14 +205,18 @@ class Endpoints(dict):
|
|
|
201
205
|
cs: Optional[str] = None,
|
|
202
206
|
das: Optional[str] = None,
|
|
203
207
|
datahub: Optional[str] = None,
|
|
208
|
+
dataworks_public: Optional[str] = None,
|
|
204
209
|
dataworkspublic: Optional[str] = None,
|
|
205
210
|
dbfs: Optional[str] = None,
|
|
211
|
+
dbs: Optional[str] = None,
|
|
206
212
|
dcdn: Optional[str] = None,
|
|
207
213
|
ddosbasic: Optional[str] = None,
|
|
208
214
|
ddosbgp: Optional[str] = None,
|
|
209
215
|
ddoscoo: Optional[str] = None,
|
|
210
216
|
dds: Optional[str] = None,
|
|
217
|
+
devops_rdc: Optional[str] = None,
|
|
211
218
|
devopsrdc: Optional[str] = None,
|
|
219
|
+
dfs: Optional[str] = None,
|
|
212
220
|
dg: Optional[str] = None,
|
|
213
221
|
dm: Optional[str] = None,
|
|
214
222
|
dms_enterprise: Optional[str] = None,
|
|
@@ -217,12 +225,15 @@ class Endpoints(dict):
|
|
|
217
225
|
drds: Optional[str] = None,
|
|
218
226
|
dts: Optional[str] = None,
|
|
219
227
|
dysms: Optional[str] = None,
|
|
228
|
+
dysmsapi: Optional[str] = None,
|
|
220
229
|
eais: Optional[str] = None,
|
|
221
230
|
ebs: Optional[str] = None,
|
|
231
|
+
ecd: Optional[str] = None,
|
|
222
232
|
eci: Optional[str] = None,
|
|
223
233
|
ecs: Optional[str] = None,
|
|
224
234
|
edas: Optional[str] = None,
|
|
225
235
|
edasschedulerx: Optional[str] = None,
|
|
236
|
+
eds_user: Optional[str] = None,
|
|
226
237
|
edsuser: Optional[str] = None,
|
|
227
238
|
eflo: Optional[str] = None,
|
|
228
239
|
ehpc: Optional[str] = None,
|
|
@@ -231,14 +242,18 @@ class Endpoints(dict):
|
|
|
231
242
|
elasticsearch: Optional[str] = None,
|
|
232
243
|
emr: Optional[str] = None,
|
|
233
244
|
ens: Optional[str] = None,
|
|
245
|
+
esa: Optional[str] = None,
|
|
234
246
|
ess: Optional[str] = None,
|
|
235
247
|
eventbridge: Optional[str] = None,
|
|
236
248
|
fc: Optional[str] = None,
|
|
249
|
+
fc_open: Optional[str] = None,
|
|
237
250
|
fnf: Optional[str] = None,
|
|
238
251
|
ga: Optional[str] = None,
|
|
239
252
|
gaplus: Optional[str] = None,
|
|
253
|
+
gdb: Optional[str] = None,
|
|
240
254
|
gds: Optional[str] = None,
|
|
241
255
|
gpdb: Optional[str] = None,
|
|
256
|
+
gwlb: Optional[str] = None,
|
|
242
257
|
gwsecd: Optional[str] = None,
|
|
243
258
|
hbr: Optional[str] = None,
|
|
244
259
|
hcs_sgw: Optional[str] = None,
|
|
@@ -255,11 +270,13 @@ class Endpoints(dict):
|
|
|
255
270
|
maxcompute: Optional[str] = None,
|
|
256
271
|
mhub: Optional[str] = None,
|
|
257
272
|
mns: Optional[str] = None,
|
|
273
|
+
mns_open: Optional[str] = None,
|
|
258
274
|
mscopensubscription: Optional[str] = None,
|
|
259
275
|
mse: Optional[str] = None,
|
|
260
276
|
nas: Optional[str] = None,
|
|
261
277
|
nlb: Optional[str] = None,
|
|
262
278
|
oceanbase: Optional[str] = None,
|
|
279
|
+
oceanbasepro: Optional[str] = None,
|
|
263
280
|
ons: Optional[str] = None,
|
|
264
281
|
onsproxy: Optional[str] = None,
|
|
265
282
|
oos: Optional[str] = None,
|
|
@@ -267,22 +284,29 @@ class Endpoints(dict):
|
|
|
267
284
|
oss: Optional[str] = None,
|
|
268
285
|
ots: Optional[str] = None,
|
|
269
286
|
polardb: Optional[str] = None,
|
|
287
|
+
polardbx: Optional[str] = None,
|
|
270
288
|
privatelink: Optional[str] = None,
|
|
271
289
|
pvtz: Optional[str] = None,
|
|
272
290
|
quickbi: Optional[str] = None,
|
|
291
|
+
quickbi_public: Optional[str] = None,
|
|
273
292
|
quotas: Optional[str] = None,
|
|
274
293
|
r_kvstore: Optional[str] = None,
|
|
275
294
|
ram: Optional[str] = None,
|
|
276
295
|
rds: Optional[str] = None,
|
|
277
296
|
redisa: Optional[str] = None,
|
|
278
297
|
resourcemanager: Optional[str] = None,
|
|
298
|
+
resourcesharing: Optional[str] = None,
|
|
279
299
|
ressharing: Optional[str] = None,
|
|
300
|
+
rocketmq: Optional[str] = None,
|
|
280
301
|
ros: Optional[str] = None,
|
|
302
|
+
sae: Optional[str] = None,
|
|
281
303
|
sas: Optional[str] = None,
|
|
282
304
|
scdn: Optional[str] = None,
|
|
305
|
+
schedulerx2: Optional[str] = None,
|
|
283
306
|
sddp: Optional[str] = None,
|
|
284
307
|
selectdb: Optional[str] = None,
|
|
285
308
|
serverless: Optional[str] = None,
|
|
309
|
+
servicecatalog: Optional[str] = None,
|
|
286
310
|
servicemesh: Optional[str] = None,
|
|
287
311
|
sgw: Optional[str] = None,
|
|
288
312
|
slb: Optional[str] = None,
|
|
@@ -290,9 +314,11 @@ class Endpoints(dict):
|
|
|
290
314
|
srvcatalog: Optional[str] = None,
|
|
291
315
|
sts: Optional[str] = None,
|
|
292
316
|
swas: Optional[str] = None,
|
|
317
|
+
swas_open: Optional[str] = None,
|
|
293
318
|
tag: Optional[str] = None,
|
|
294
319
|
vod: Optional[str] = None,
|
|
295
320
|
vpc: Optional[str] = None,
|
|
321
|
+
vpcipam: Optional[str] = None,
|
|
296
322
|
vpcpeer: Optional[str] = None,
|
|
297
323
|
vs: Optional[str] = None,
|
|
298
324
|
waf: Optional[str] = None,
|
|
@@ -305,6 +331,8 @@ class Endpoints(dict):
|
|
|
305
331
|
:param str alidfs: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom alidfs endpoints.
|
|
306
332
|
:param str alidns: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom alidns endpoints.
|
|
307
333
|
:param str alikafka: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ALIKAFKA endpoints.
|
|
334
|
+
:param str amqp: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom onsproxy endpoints.
|
|
335
|
+
:param str antiddos_public: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ddosbasic endpoints.
|
|
308
336
|
:param str apigateway: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Api Gateway endpoints.
|
|
309
337
|
:param str arms: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom arms endpoints.
|
|
310
338
|
:param str bastionhost: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom bastionhost endpoints.
|
|
@@ -319,6 +347,7 @@ class Endpoints(dict):
|
|
|
319
347
|
:param str cddc: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom cddc endpoints.
|
|
320
348
|
:param str cdn: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom CDN endpoints.
|
|
321
349
|
:param str cds: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom cds endpoints.
|
|
350
|
+
:param str chatbot: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom beebot endpoints.
|
|
322
351
|
:param str clickhouse: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom clickhouse endpoints.
|
|
323
352
|
:param str cloudauth: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom cloudauth endpoints.
|
|
324
353
|
:param str cloudfirewall: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom cloudfirewall endpoints.
|
|
@@ -332,14 +361,17 @@ class Endpoints(dict):
|
|
|
332
361
|
:param str cs: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Container Service endpoints.
|
|
333
362
|
:param str das: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom das endpoints.
|
|
334
363
|
:param str datahub: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Datahub endpoints.
|
|
364
|
+
:param str dataworks_public: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dataworkspublic endpoints.
|
|
335
365
|
:param str dataworkspublic: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dataworkspublic endpoints.
|
|
336
366
|
:param str dbfs: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dbfs endpoints.
|
|
367
|
+
:param str dbs: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom cbs endpoints.
|
|
337
368
|
:param str dcdn: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dcdn endpoints.
|
|
338
369
|
:param str ddosbasic: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ddosbasic endpoints.
|
|
339
370
|
:param str ddosbgp: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom DDOSBGP endpoints.
|
|
340
371
|
:param str ddoscoo: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom DDOSCOO endpoints.
|
|
341
372
|
:param str dds: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom MongoDB endpoints.
|
|
342
373
|
:param str devopsrdc: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom devopsrdc endpoints.
|
|
374
|
+
:param str dfs: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom alidfs endpoints.
|
|
343
375
|
:param str dg: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dg endpoints.
|
|
344
376
|
:param str dm: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dm endpoints.
|
|
345
377
|
:param str dms_enterprise: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dms_enterprise endpoints.
|
|
@@ -347,12 +379,15 @@ class Endpoints(dict):
|
|
|
347
379
|
:param str dns: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom DNS endpoints.
|
|
348
380
|
:param str drds: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom DRDS endpoints.
|
|
349
381
|
:param str dts: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dts endpoints.
|
|
382
|
+
:param str dysmsapi: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dysmsapi endpoints.
|
|
350
383
|
:param str eais: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom eais endpoints.
|
|
351
384
|
:param str ebs: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ebs endpoints.
|
|
385
|
+
:param str ecd: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom gwsecd endpoints.
|
|
352
386
|
:param str eci: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom eci endpoints.
|
|
353
387
|
:param str ecs: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ECS endpoints.
|
|
354
388
|
:param str edas: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom edas endpoints.
|
|
355
389
|
:param str edasschedulerx: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom edasschedulerx endpoints.
|
|
390
|
+
:param str eds_user: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom edsuser endpoints.
|
|
356
391
|
:param str edsuser: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom edsuser endpoints.
|
|
357
392
|
:param str eflo: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom eflo endpoints.
|
|
358
393
|
:param str ehpc: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ehpc endpoints.
|
|
@@ -364,9 +399,11 @@ class Endpoints(dict):
|
|
|
364
399
|
:param str ess: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Autoscaling endpoints.
|
|
365
400
|
:param str eventbridge: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom eventbridge_share endpoints.
|
|
366
401
|
:param str fc: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Function Computing endpoints.
|
|
402
|
+
:param str fc_open: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Function Computing endpoints.
|
|
367
403
|
:param str fnf: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom fnf endpoints.
|
|
368
404
|
:param str ga: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ga endpoints.
|
|
369
405
|
:param str gaplus: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom gaplus endpoints.
|
|
406
|
+
:param str gdb: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom gds endpoints.
|
|
370
407
|
:param str gds: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom gds endpoints.
|
|
371
408
|
:param str gpdb: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom GPDB endpoints.
|
|
372
409
|
:param str gwsecd: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom gwsecd endpoints.
|
|
@@ -385,11 +422,13 @@ class Endpoints(dict):
|
|
|
385
422
|
:param str maxcompute: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom MaxCompute endpoints.
|
|
386
423
|
:param str mhub: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom mhub endpoints.
|
|
387
424
|
:param str mns: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom MNS endpoints.
|
|
425
|
+
:param str mns_open: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom MNS endpoints.
|
|
388
426
|
:param str mscopensubscription: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom mscopensubscription endpoints.
|
|
389
427
|
:param str mse: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom mse endpoints.
|
|
390
428
|
:param str nas: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom NAS endpoints.
|
|
391
429
|
:param str nlb: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom nlb endpoints.
|
|
392
430
|
:param str oceanbase: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom oceanbase endpoints.
|
|
431
|
+
:param str oceanbasepro: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom oceanbase endpoints.
|
|
393
432
|
:param str ons: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ONS endpoints.
|
|
394
433
|
:param str onsproxy: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom onsproxy endpoints.
|
|
395
434
|
:param str oos: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom oos endpoints.
|
|
@@ -397,9 +436,11 @@ class Endpoints(dict):
|
|
|
397
436
|
:param str oss: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom OSS endpoints.
|
|
398
437
|
:param str ots: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Table Store endpoints.
|
|
399
438
|
:param str polardb: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom PolarDB endpoints.
|
|
439
|
+
:param str polardbx: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom DRDS endpoints.
|
|
400
440
|
:param str privatelink: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom privatelink endpoints.
|
|
401
441
|
:param str pvtz: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Private Zone endpoints.
|
|
402
442
|
:param str quickbi: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom quickbi endpoints.
|
|
443
|
+
:param str quickbi_public: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom quickbi endpoints.
|
|
403
444
|
:param str quotas: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom quotas endpoints.
|
|
404
445
|
:param str r_kvstore: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom r_kvstore endpoints.
|
|
405
446
|
:param str ram: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom RAM endpoints.
|
|
@@ -408,11 +449,14 @@ class Endpoints(dict):
|
|
|
408
449
|
:param str resourcemanager: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom resourcemanager endpoints.
|
|
409
450
|
:param str ressharing: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom resourcesharing endpoints.
|
|
410
451
|
:param str ros: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ros endpoints.
|
|
452
|
+
:param str sae: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom serverless endpoints.
|
|
411
453
|
:param str sas: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom sas endpoints.
|
|
412
454
|
:param str scdn: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom scdn endpoints.
|
|
455
|
+
:param str schedulerx2: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom edasschedulerx endpoints.
|
|
413
456
|
:param str sddp: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom sddp endpoints.
|
|
414
457
|
:param str selectdb: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom selectdb endpoints.
|
|
415
458
|
:param str serverless: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom serverless endpoints.
|
|
459
|
+
:param str servicecatalog: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom srvcatalog endpoints.
|
|
416
460
|
:param str servicemesh: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom servicemesh endpoints.
|
|
417
461
|
:param str sgw: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom sgw endpoints.
|
|
418
462
|
:param str slb: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom SLB endpoints.
|
|
@@ -420,6 +464,7 @@ class Endpoints(dict):
|
|
|
420
464
|
:param str srvcatalog: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom srvcatalog endpoints.
|
|
421
465
|
:param str sts: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom STS endpoints.
|
|
422
466
|
:param str swas: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom swas endpoints.
|
|
467
|
+
:param str swas_open: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom swas endpoints.
|
|
423
468
|
:param str tag: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom tag endpoints.
|
|
424
469
|
:param str vod: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom vod endpoints.
|
|
425
470
|
:param str vpc: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom VPC and VPN endpoints.
|
|
@@ -434,6 +479,8 @@ class Endpoints(dict):
|
|
|
434
479
|
pulumi.set(__self__, "actiontrail", actiontrail)
|
|
435
480
|
if adb is not None:
|
|
436
481
|
pulumi.set(__self__, "adb", adb)
|
|
482
|
+
if aiworkspace is not None:
|
|
483
|
+
pulumi.set(__self__, "aiworkspace", aiworkspace)
|
|
437
484
|
if alb is not None:
|
|
438
485
|
pulumi.set(__self__, "alb", alb)
|
|
439
486
|
if alidfs is not None:
|
|
@@ -442,6 +489,10 @@ class Endpoints(dict):
|
|
|
442
489
|
pulumi.set(__self__, "alidns", alidns)
|
|
443
490
|
if alikafka is not None:
|
|
444
491
|
pulumi.set(__self__, "alikafka", alikafka)
|
|
492
|
+
if amqp is not None:
|
|
493
|
+
pulumi.set(__self__, "amqp", amqp)
|
|
494
|
+
if antiddos_public is not None:
|
|
495
|
+
pulumi.set(__self__, "antiddos_public", antiddos_public)
|
|
445
496
|
if apigateway is not None:
|
|
446
497
|
pulumi.set(__self__, "apigateway", apigateway)
|
|
447
498
|
if arms is not None:
|
|
@@ -470,6 +521,8 @@ class Endpoints(dict):
|
|
|
470
521
|
pulumi.set(__self__, "cdn", cdn)
|
|
471
522
|
if cds is not None:
|
|
472
523
|
pulumi.set(__self__, "cds", cds)
|
|
524
|
+
if chatbot is not None:
|
|
525
|
+
pulumi.set(__self__, "chatbot", chatbot)
|
|
473
526
|
if clickhouse is not None:
|
|
474
527
|
pulumi.set(__self__, "clickhouse", clickhouse)
|
|
475
528
|
if cloudauth is not None:
|
|
@@ -496,10 +549,14 @@ class Endpoints(dict):
|
|
|
496
549
|
pulumi.set(__self__, "das", das)
|
|
497
550
|
if datahub is not None:
|
|
498
551
|
pulumi.set(__self__, "datahub", datahub)
|
|
552
|
+
if dataworks_public is not None:
|
|
553
|
+
pulumi.set(__self__, "dataworks_public", dataworks_public)
|
|
499
554
|
if dataworkspublic is not None:
|
|
500
555
|
pulumi.set(__self__, "dataworkspublic", dataworkspublic)
|
|
501
556
|
if dbfs is not None:
|
|
502
557
|
pulumi.set(__self__, "dbfs", dbfs)
|
|
558
|
+
if dbs is not None:
|
|
559
|
+
pulumi.set(__self__, "dbs", dbs)
|
|
503
560
|
if dcdn is not None:
|
|
504
561
|
pulumi.set(__self__, "dcdn", dcdn)
|
|
505
562
|
if ddosbasic is not None:
|
|
@@ -510,8 +567,12 @@ class Endpoints(dict):
|
|
|
510
567
|
pulumi.set(__self__, "ddoscoo", ddoscoo)
|
|
511
568
|
if dds is not None:
|
|
512
569
|
pulumi.set(__self__, "dds", dds)
|
|
570
|
+
if devops_rdc is not None:
|
|
571
|
+
pulumi.set(__self__, "devops_rdc", devops_rdc)
|
|
513
572
|
if devopsrdc is not None:
|
|
514
573
|
pulumi.set(__self__, "devopsrdc", devopsrdc)
|
|
574
|
+
if dfs is not None:
|
|
575
|
+
pulumi.set(__self__, "dfs", dfs)
|
|
515
576
|
if dg is not None:
|
|
516
577
|
pulumi.set(__self__, "dg", dg)
|
|
517
578
|
if dm is not None:
|
|
@@ -528,10 +589,14 @@ class Endpoints(dict):
|
|
|
528
589
|
pulumi.set(__self__, "dts", dts)
|
|
529
590
|
if dysms is not None:
|
|
530
591
|
pulumi.set(__self__, "dysms", dysms)
|
|
592
|
+
if dysmsapi is not None:
|
|
593
|
+
pulumi.set(__self__, "dysmsapi", dysmsapi)
|
|
531
594
|
if eais is not None:
|
|
532
595
|
pulumi.set(__self__, "eais", eais)
|
|
533
596
|
if ebs is not None:
|
|
534
597
|
pulumi.set(__self__, "ebs", ebs)
|
|
598
|
+
if ecd is not None:
|
|
599
|
+
pulumi.set(__self__, "ecd", ecd)
|
|
535
600
|
if eci is not None:
|
|
536
601
|
pulumi.set(__self__, "eci", eci)
|
|
537
602
|
if ecs is not None:
|
|
@@ -540,6 +605,8 @@ class Endpoints(dict):
|
|
|
540
605
|
pulumi.set(__self__, "edas", edas)
|
|
541
606
|
if edasschedulerx is not None:
|
|
542
607
|
pulumi.set(__self__, "edasschedulerx", edasschedulerx)
|
|
608
|
+
if eds_user is not None:
|
|
609
|
+
pulumi.set(__self__, "eds_user", eds_user)
|
|
543
610
|
if edsuser is not None:
|
|
544
611
|
pulumi.set(__self__, "edsuser", edsuser)
|
|
545
612
|
if eflo is not None:
|
|
@@ -556,22 +623,30 @@ class Endpoints(dict):
|
|
|
556
623
|
pulumi.set(__self__, "emr", emr)
|
|
557
624
|
if ens is not None:
|
|
558
625
|
pulumi.set(__self__, "ens", ens)
|
|
626
|
+
if esa is not None:
|
|
627
|
+
pulumi.set(__self__, "esa", esa)
|
|
559
628
|
if ess is not None:
|
|
560
629
|
pulumi.set(__self__, "ess", ess)
|
|
561
630
|
if eventbridge is not None:
|
|
562
631
|
pulumi.set(__self__, "eventbridge", eventbridge)
|
|
563
632
|
if fc is not None:
|
|
564
633
|
pulumi.set(__self__, "fc", fc)
|
|
634
|
+
if fc_open is not None:
|
|
635
|
+
pulumi.set(__self__, "fc_open", fc_open)
|
|
565
636
|
if fnf is not None:
|
|
566
637
|
pulumi.set(__self__, "fnf", fnf)
|
|
567
638
|
if ga is not None:
|
|
568
639
|
pulumi.set(__self__, "ga", ga)
|
|
569
640
|
if gaplus is not None:
|
|
570
641
|
pulumi.set(__self__, "gaplus", gaplus)
|
|
642
|
+
if gdb is not None:
|
|
643
|
+
pulumi.set(__self__, "gdb", gdb)
|
|
571
644
|
if gds is not None:
|
|
572
645
|
pulumi.set(__self__, "gds", gds)
|
|
573
646
|
if gpdb is not None:
|
|
574
647
|
pulumi.set(__self__, "gpdb", gpdb)
|
|
648
|
+
if gwlb is not None:
|
|
649
|
+
pulumi.set(__self__, "gwlb", gwlb)
|
|
575
650
|
if gwsecd is not None:
|
|
576
651
|
pulumi.set(__self__, "gwsecd", gwsecd)
|
|
577
652
|
if hbr is not None:
|
|
@@ -604,6 +679,8 @@ class Endpoints(dict):
|
|
|
604
679
|
pulumi.set(__self__, "mhub", mhub)
|
|
605
680
|
if mns is not None:
|
|
606
681
|
pulumi.set(__self__, "mns", mns)
|
|
682
|
+
if mns_open is not None:
|
|
683
|
+
pulumi.set(__self__, "mns_open", mns_open)
|
|
607
684
|
if mscopensubscription is not None:
|
|
608
685
|
pulumi.set(__self__, "mscopensubscription", mscopensubscription)
|
|
609
686
|
if mse is not None:
|
|
@@ -614,6 +691,8 @@ class Endpoints(dict):
|
|
|
614
691
|
pulumi.set(__self__, "nlb", nlb)
|
|
615
692
|
if oceanbase is not None:
|
|
616
693
|
pulumi.set(__self__, "oceanbase", oceanbase)
|
|
694
|
+
if oceanbasepro is not None:
|
|
695
|
+
pulumi.set(__self__, "oceanbasepro", oceanbasepro)
|
|
617
696
|
if ons is not None:
|
|
618
697
|
pulumi.set(__self__, "ons", ons)
|
|
619
698
|
if onsproxy is not None:
|
|
@@ -628,12 +707,16 @@ class Endpoints(dict):
|
|
|
628
707
|
pulumi.set(__self__, "ots", ots)
|
|
629
708
|
if polardb is not None:
|
|
630
709
|
pulumi.set(__self__, "polardb", polardb)
|
|
710
|
+
if polardbx is not None:
|
|
711
|
+
pulumi.set(__self__, "polardbx", polardbx)
|
|
631
712
|
if privatelink is not None:
|
|
632
713
|
pulumi.set(__self__, "privatelink", privatelink)
|
|
633
714
|
if pvtz is not None:
|
|
634
715
|
pulumi.set(__self__, "pvtz", pvtz)
|
|
635
716
|
if quickbi is not None:
|
|
636
717
|
pulumi.set(__self__, "quickbi", quickbi)
|
|
718
|
+
if quickbi_public is not None:
|
|
719
|
+
pulumi.set(__self__, "quickbi_public", quickbi_public)
|
|
637
720
|
if quotas is not None:
|
|
638
721
|
pulumi.set(__self__, "quotas", quotas)
|
|
639
722
|
if r_kvstore is not None:
|
|
@@ -646,20 +729,30 @@ class Endpoints(dict):
|
|
|
646
729
|
pulumi.set(__self__, "redisa", redisa)
|
|
647
730
|
if resourcemanager is not None:
|
|
648
731
|
pulumi.set(__self__, "resourcemanager", resourcemanager)
|
|
732
|
+
if resourcesharing is not None:
|
|
733
|
+
pulumi.set(__self__, "resourcesharing", resourcesharing)
|
|
649
734
|
if ressharing is not None:
|
|
650
735
|
pulumi.set(__self__, "ressharing", ressharing)
|
|
736
|
+
if rocketmq is not None:
|
|
737
|
+
pulumi.set(__self__, "rocketmq", rocketmq)
|
|
651
738
|
if ros is not None:
|
|
652
739
|
pulumi.set(__self__, "ros", ros)
|
|
740
|
+
if sae is not None:
|
|
741
|
+
pulumi.set(__self__, "sae", sae)
|
|
653
742
|
if sas is not None:
|
|
654
743
|
pulumi.set(__self__, "sas", sas)
|
|
655
744
|
if scdn is not None:
|
|
656
745
|
pulumi.set(__self__, "scdn", scdn)
|
|
746
|
+
if schedulerx2 is not None:
|
|
747
|
+
pulumi.set(__self__, "schedulerx2", schedulerx2)
|
|
657
748
|
if sddp is not None:
|
|
658
749
|
pulumi.set(__self__, "sddp", sddp)
|
|
659
750
|
if selectdb is not None:
|
|
660
751
|
pulumi.set(__self__, "selectdb", selectdb)
|
|
661
752
|
if serverless is not None:
|
|
662
753
|
pulumi.set(__self__, "serverless", serverless)
|
|
754
|
+
if servicecatalog is not None:
|
|
755
|
+
pulumi.set(__self__, "servicecatalog", servicecatalog)
|
|
663
756
|
if servicemesh is not None:
|
|
664
757
|
pulumi.set(__self__, "servicemesh", servicemesh)
|
|
665
758
|
if sgw is not None:
|
|
@@ -674,12 +767,16 @@ class Endpoints(dict):
|
|
|
674
767
|
pulumi.set(__self__, "sts", sts)
|
|
675
768
|
if swas is not None:
|
|
676
769
|
pulumi.set(__self__, "swas", swas)
|
|
770
|
+
if swas_open is not None:
|
|
771
|
+
pulumi.set(__self__, "swas_open", swas_open)
|
|
677
772
|
if tag is not None:
|
|
678
773
|
pulumi.set(__self__, "tag", tag)
|
|
679
774
|
if vod is not None:
|
|
680
775
|
pulumi.set(__self__, "vod", vod)
|
|
681
776
|
if vpc is not None:
|
|
682
777
|
pulumi.set(__self__, "vpc", vpc)
|
|
778
|
+
if vpcipam is not None:
|
|
779
|
+
pulumi.set(__self__, "vpcipam", vpcipam)
|
|
683
780
|
if vpcpeer is not None:
|
|
684
781
|
pulumi.set(__self__, "vpcpeer", vpcpeer)
|
|
685
782
|
if vs is not None:
|
|
@@ -713,6 +810,11 @@ class Endpoints(dict):
|
|
|
713
810
|
"""
|
|
714
811
|
return pulumi.get(self, "adb")
|
|
715
812
|
|
|
813
|
+
@property
|
|
814
|
+
@pulumi.getter
|
|
815
|
+
def aiworkspace(self) -> Optional[str]:
|
|
816
|
+
return pulumi.get(self, "aiworkspace")
|
|
817
|
+
|
|
716
818
|
@property
|
|
717
819
|
@pulumi.getter
|
|
718
820
|
def alb(self) -> Optional[str]:
|
|
@@ -745,6 +847,22 @@ class Endpoints(dict):
|
|
|
745
847
|
"""
|
|
746
848
|
return pulumi.get(self, "alikafka")
|
|
747
849
|
|
|
850
|
+
@property
|
|
851
|
+
@pulumi.getter
|
|
852
|
+
def amqp(self) -> Optional[str]:
|
|
853
|
+
"""
|
|
854
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom onsproxy endpoints.
|
|
855
|
+
"""
|
|
856
|
+
return pulumi.get(self, "amqp")
|
|
857
|
+
|
|
858
|
+
@property
|
|
859
|
+
@pulumi.getter(name="antiddosPublic")
|
|
860
|
+
def antiddos_public(self) -> Optional[str]:
|
|
861
|
+
"""
|
|
862
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ddosbasic endpoints.
|
|
863
|
+
"""
|
|
864
|
+
return pulumi.get(self, "antiddos_public")
|
|
865
|
+
|
|
748
866
|
@property
|
|
749
867
|
@pulumi.getter
|
|
750
868
|
def apigateway(self) -> Optional[str]:
|
|
@@ -857,6 +975,14 @@ class Endpoints(dict):
|
|
|
857
975
|
"""
|
|
858
976
|
return pulumi.get(self, "cds")
|
|
859
977
|
|
|
978
|
+
@property
|
|
979
|
+
@pulumi.getter
|
|
980
|
+
def chatbot(self) -> Optional[str]:
|
|
981
|
+
"""
|
|
982
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom beebot endpoints.
|
|
983
|
+
"""
|
|
984
|
+
return pulumi.get(self, "chatbot")
|
|
985
|
+
|
|
860
986
|
@property
|
|
861
987
|
@pulumi.getter
|
|
862
988
|
def clickhouse(self) -> Optional[str]:
|
|
@@ -961,6 +1087,14 @@ class Endpoints(dict):
|
|
|
961
1087
|
"""
|
|
962
1088
|
return pulumi.get(self, "datahub")
|
|
963
1089
|
|
|
1090
|
+
@property
|
|
1091
|
+
@pulumi.getter(name="dataworksPublic")
|
|
1092
|
+
def dataworks_public(self) -> Optional[str]:
|
|
1093
|
+
"""
|
|
1094
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dataworkspublic endpoints.
|
|
1095
|
+
"""
|
|
1096
|
+
return pulumi.get(self, "dataworks_public")
|
|
1097
|
+
|
|
964
1098
|
@property
|
|
965
1099
|
@pulumi.getter
|
|
966
1100
|
def dataworkspublic(self) -> Optional[str]:
|
|
@@ -977,6 +1111,14 @@ class Endpoints(dict):
|
|
|
977
1111
|
"""
|
|
978
1112
|
return pulumi.get(self, "dbfs")
|
|
979
1113
|
|
|
1114
|
+
@property
|
|
1115
|
+
@pulumi.getter
|
|
1116
|
+
def dbs(self) -> Optional[str]:
|
|
1117
|
+
"""
|
|
1118
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom cbs endpoints.
|
|
1119
|
+
"""
|
|
1120
|
+
return pulumi.get(self, "dbs")
|
|
1121
|
+
|
|
980
1122
|
@property
|
|
981
1123
|
@pulumi.getter
|
|
982
1124
|
def dcdn(self) -> Optional[str]:
|
|
@@ -1017,6 +1159,11 @@ class Endpoints(dict):
|
|
|
1017
1159
|
"""
|
|
1018
1160
|
return pulumi.get(self, "dds")
|
|
1019
1161
|
|
|
1162
|
+
@property
|
|
1163
|
+
@pulumi.getter(name="devopsRdc")
|
|
1164
|
+
def devops_rdc(self) -> Optional[str]:
|
|
1165
|
+
return pulumi.get(self, "devops_rdc")
|
|
1166
|
+
|
|
1020
1167
|
@property
|
|
1021
1168
|
@pulumi.getter
|
|
1022
1169
|
def devopsrdc(self) -> Optional[str]:
|
|
@@ -1025,6 +1172,14 @@ class Endpoints(dict):
|
|
|
1025
1172
|
"""
|
|
1026
1173
|
return pulumi.get(self, "devopsrdc")
|
|
1027
1174
|
|
|
1175
|
+
@property
|
|
1176
|
+
@pulumi.getter
|
|
1177
|
+
def dfs(self) -> Optional[str]:
|
|
1178
|
+
"""
|
|
1179
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom alidfs endpoints.
|
|
1180
|
+
"""
|
|
1181
|
+
return pulumi.get(self, "dfs")
|
|
1182
|
+
|
|
1028
1183
|
@property
|
|
1029
1184
|
@pulumi.getter
|
|
1030
1185
|
def dg(self) -> Optional[str]:
|
|
@@ -1086,6 +1241,14 @@ class Endpoints(dict):
|
|
|
1086
1241
|
def dysms(self) -> Optional[str]:
|
|
1087
1242
|
return pulumi.get(self, "dysms")
|
|
1088
1243
|
|
|
1244
|
+
@property
|
|
1245
|
+
@pulumi.getter
|
|
1246
|
+
def dysmsapi(self) -> Optional[str]:
|
|
1247
|
+
"""
|
|
1248
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dysmsapi endpoints.
|
|
1249
|
+
"""
|
|
1250
|
+
return pulumi.get(self, "dysmsapi")
|
|
1251
|
+
|
|
1089
1252
|
@property
|
|
1090
1253
|
@pulumi.getter
|
|
1091
1254
|
def eais(self) -> Optional[str]:
|
|
@@ -1102,6 +1265,14 @@ class Endpoints(dict):
|
|
|
1102
1265
|
"""
|
|
1103
1266
|
return pulumi.get(self, "ebs")
|
|
1104
1267
|
|
|
1268
|
+
@property
|
|
1269
|
+
@pulumi.getter
|
|
1270
|
+
def ecd(self) -> Optional[str]:
|
|
1271
|
+
"""
|
|
1272
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom gwsecd endpoints.
|
|
1273
|
+
"""
|
|
1274
|
+
return pulumi.get(self, "ecd")
|
|
1275
|
+
|
|
1105
1276
|
@property
|
|
1106
1277
|
@pulumi.getter
|
|
1107
1278
|
def eci(self) -> Optional[str]:
|
|
@@ -1134,6 +1305,14 @@ class Endpoints(dict):
|
|
|
1134
1305
|
"""
|
|
1135
1306
|
return pulumi.get(self, "edasschedulerx")
|
|
1136
1307
|
|
|
1308
|
+
@property
|
|
1309
|
+
@pulumi.getter(name="edsUser")
|
|
1310
|
+
def eds_user(self) -> Optional[str]:
|
|
1311
|
+
"""
|
|
1312
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom edsuser endpoints.
|
|
1313
|
+
"""
|
|
1314
|
+
return pulumi.get(self, "eds_user")
|
|
1315
|
+
|
|
1137
1316
|
@property
|
|
1138
1317
|
@pulumi.getter
|
|
1139
1318
|
def edsuser(self) -> Optional[str]:
|
|
@@ -1198,6 +1377,11 @@ class Endpoints(dict):
|
|
|
1198
1377
|
"""
|
|
1199
1378
|
return pulumi.get(self, "ens")
|
|
1200
1379
|
|
|
1380
|
+
@property
|
|
1381
|
+
@pulumi.getter
|
|
1382
|
+
def esa(self) -> Optional[str]:
|
|
1383
|
+
return pulumi.get(self, "esa")
|
|
1384
|
+
|
|
1201
1385
|
@property
|
|
1202
1386
|
@pulumi.getter
|
|
1203
1387
|
def ess(self) -> Optional[str]:
|
|
@@ -1222,6 +1406,14 @@ class Endpoints(dict):
|
|
|
1222
1406
|
"""
|
|
1223
1407
|
return pulumi.get(self, "fc")
|
|
1224
1408
|
|
|
1409
|
+
@property
|
|
1410
|
+
@pulumi.getter(name="fcOpen")
|
|
1411
|
+
def fc_open(self) -> Optional[str]:
|
|
1412
|
+
"""
|
|
1413
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Function Computing endpoints.
|
|
1414
|
+
"""
|
|
1415
|
+
return pulumi.get(self, "fc_open")
|
|
1416
|
+
|
|
1225
1417
|
@property
|
|
1226
1418
|
@pulumi.getter
|
|
1227
1419
|
def fnf(self) -> Optional[str]:
|
|
@@ -1246,6 +1438,14 @@ class Endpoints(dict):
|
|
|
1246
1438
|
"""
|
|
1247
1439
|
return pulumi.get(self, "gaplus")
|
|
1248
1440
|
|
|
1441
|
+
@property
|
|
1442
|
+
@pulumi.getter
|
|
1443
|
+
def gdb(self) -> Optional[str]:
|
|
1444
|
+
"""
|
|
1445
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom gds endpoints.
|
|
1446
|
+
"""
|
|
1447
|
+
return pulumi.get(self, "gdb")
|
|
1448
|
+
|
|
1249
1449
|
@property
|
|
1250
1450
|
@pulumi.getter
|
|
1251
1451
|
def gds(self) -> Optional[str]:
|
|
@@ -1262,6 +1462,11 @@ class Endpoints(dict):
|
|
|
1262
1462
|
"""
|
|
1263
1463
|
return pulumi.get(self, "gpdb")
|
|
1264
1464
|
|
|
1465
|
+
@property
|
|
1466
|
+
@pulumi.getter
|
|
1467
|
+
def gwlb(self) -> Optional[str]:
|
|
1468
|
+
return pulumi.get(self, "gwlb")
|
|
1469
|
+
|
|
1265
1470
|
@property
|
|
1266
1471
|
@pulumi.getter
|
|
1267
1472
|
def gwsecd(self) -> Optional[str]:
|
|
@@ -1390,6 +1595,14 @@ class Endpoints(dict):
|
|
|
1390
1595
|
"""
|
|
1391
1596
|
return pulumi.get(self, "mns")
|
|
1392
1597
|
|
|
1598
|
+
@property
|
|
1599
|
+
@pulumi.getter(name="mnsOpen")
|
|
1600
|
+
def mns_open(self) -> Optional[str]:
|
|
1601
|
+
"""
|
|
1602
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom MNS endpoints.
|
|
1603
|
+
"""
|
|
1604
|
+
return pulumi.get(self, "mns_open")
|
|
1605
|
+
|
|
1393
1606
|
@property
|
|
1394
1607
|
@pulumi.getter
|
|
1395
1608
|
def mscopensubscription(self) -> Optional[str]:
|
|
@@ -1430,6 +1643,14 @@ class Endpoints(dict):
|
|
|
1430
1643
|
"""
|
|
1431
1644
|
return pulumi.get(self, "oceanbase")
|
|
1432
1645
|
|
|
1646
|
+
@property
|
|
1647
|
+
@pulumi.getter
|
|
1648
|
+
def oceanbasepro(self) -> Optional[str]:
|
|
1649
|
+
"""
|
|
1650
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom oceanbase endpoints.
|
|
1651
|
+
"""
|
|
1652
|
+
return pulumi.get(self, "oceanbasepro")
|
|
1653
|
+
|
|
1433
1654
|
@property
|
|
1434
1655
|
@pulumi.getter
|
|
1435
1656
|
def ons(self) -> Optional[str]:
|
|
@@ -1486,6 +1707,14 @@ class Endpoints(dict):
|
|
|
1486
1707
|
"""
|
|
1487
1708
|
return pulumi.get(self, "polardb")
|
|
1488
1709
|
|
|
1710
|
+
@property
|
|
1711
|
+
@pulumi.getter
|
|
1712
|
+
def polardbx(self) -> Optional[str]:
|
|
1713
|
+
"""
|
|
1714
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom DRDS endpoints.
|
|
1715
|
+
"""
|
|
1716
|
+
return pulumi.get(self, "polardbx")
|
|
1717
|
+
|
|
1489
1718
|
@property
|
|
1490
1719
|
@pulumi.getter
|
|
1491
1720
|
def privatelink(self) -> Optional[str]:
|
|
@@ -1510,6 +1739,14 @@ class Endpoints(dict):
|
|
|
1510
1739
|
"""
|
|
1511
1740
|
return pulumi.get(self, "quickbi")
|
|
1512
1741
|
|
|
1742
|
+
@property
|
|
1743
|
+
@pulumi.getter(name="quickbiPublic")
|
|
1744
|
+
def quickbi_public(self) -> Optional[str]:
|
|
1745
|
+
"""
|
|
1746
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom quickbi endpoints.
|
|
1747
|
+
"""
|
|
1748
|
+
return pulumi.get(self, "quickbi_public")
|
|
1749
|
+
|
|
1513
1750
|
@property
|
|
1514
1751
|
@pulumi.getter
|
|
1515
1752
|
def quotas(self) -> Optional[str]:
|
|
@@ -1558,6 +1795,11 @@ class Endpoints(dict):
|
|
|
1558
1795
|
"""
|
|
1559
1796
|
return pulumi.get(self, "resourcemanager")
|
|
1560
1797
|
|
|
1798
|
+
@property
|
|
1799
|
+
@pulumi.getter
|
|
1800
|
+
def resourcesharing(self) -> Optional[str]:
|
|
1801
|
+
return pulumi.get(self, "resourcesharing")
|
|
1802
|
+
|
|
1561
1803
|
@property
|
|
1562
1804
|
@pulumi.getter
|
|
1563
1805
|
def ressharing(self) -> Optional[str]:
|
|
@@ -1566,6 +1808,11 @@ class Endpoints(dict):
|
|
|
1566
1808
|
"""
|
|
1567
1809
|
return pulumi.get(self, "ressharing")
|
|
1568
1810
|
|
|
1811
|
+
@property
|
|
1812
|
+
@pulumi.getter
|
|
1813
|
+
def rocketmq(self) -> Optional[str]:
|
|
1814
|
+
return pulumi.get(self, "rocketmq")
|
|
1815
|
+
|
|
1569
1816
|
@property
|
|
1570
1817
|
@pulumi.getter
|
|
1571
1818
|
def ros(self) -> Optional[str]:
|
|
@@ -1574,6 +1821,14 @@ class Endpoints(dict):
|
|
|
1574
1821
|
"""
|
|
1575
1822
|
return pulumi.get(self, "ros")
|
|
1576
1823
|
|
|
1824
|
+
@property
|
|
1825
|
+
@pulumi.getter
|
|
1826
|
+
def sae(self) -> Optional[str]:
|
|
1827
|
+
"""
|
|
1828
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom serverless endpoints.
|
|
1829
|
+
"""
|
|
1830
|
+
return pulumi.get(self, "sae")
|
|
1831
|
+
|
|
1577
1832
|
@property
|
|
1578
1833
|
@pulumi.getter
|
|
1579
1834
|
def sas(self) -> Optional[str]:
|
|
@@ -1590,6 +1845,14 @@ class Endpoints(dict):
|
|
|
1590
1845
|
"""
|
|
1591
1846
|
return pulumi.get(self, "scdn")
|
|
1592
1847
|
|
|
1848
|
+
@property
|
|
1849
|
+
@pulumi.getter
|
|
1850
|
+
def schedulerx2(self) -> Optional[str]:
|
|
1851
|
+
"""
|
|
1852
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom edasschedulerx endpoints.
|
|
1853
|
+
"""
|
|
1854
|
+
return pulumi.get(self, "schedulerx2")
|
|
1855
|
+
|
|
1593
1856
|
@property
|
|
1594
1857
|
@pulumi.getter
|
|
1595
1858
|
def sddp(self) -> Optional[str]:
|
|
@@ -1614,6 +1877,14 @@ class Endpoints(dict):
|
|
|
1614
1877
|
"""
|
|
1615
1878
|
return pulumi.get(self, "serverless")
|
|
1616
1879
|
|
|
1880
|
+
@property
|
|
1881
|
+
@pulumi.getter
|
|
1882
|
+
def servicecatalog(self) -> Optional[str]:
|
|
1883
|
+
"""
|
|
1884
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom srvcatalog endpoints.
|
|
1885
|
+
"""
|
|
1886
|
+
return pulumi.get(self, "servicecatalog")
|
|
1887
|
+
|
|
1617
1888
|
@property
|
|
1618
1889
|
@pulumi.getter
|
|
1619
1890
|
def servicemesh(self) -> Optional[str]:
|
|
@@ -1670,6 +1941,14 @@ class Endpoints(dict):
|
|
|
1670
1941
|
"""
|
|
1671
1942
|
return pulumi.get(self, "swas")
|
|
1672
1943
|
|
|
1944
|
+
@property
|
|
1945
|
+
@pulumi.getter(name="swasOpen")
|
|
1946
|
+
def swas_open(self) -> Optional[str]:
|
|
1947
|
+
"""
|
|
1948
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom swas endpoints.
|
|
1949
|
+
"""
|
|
1950
|
+
return pulumi.get(self, "swas_open")
|
|
1951
|
+
|
|
1673
1952
|
@property
|
|
1674
1953
|
@pulumi.getter
|
|
1675
1954
|
def tag(self) -> Optional[str]:
|
|
@@ -1694,6 +1973,11 @@ class Endpoints(dict):
|
|
|
1694
1973
|
"""
|
|
1695
1974
|
return pulumi.get(self, "vpc")
|
|
1696
1975
|
|
|
1976
|
+
@property
|
|
1977
|
+
@pulumi.getter
|
|
1978
|
+
def vpcipam(self) -> Optional[str]:
|
|
1979
|
+
return pulumi.get(self, "vpcipam")
|
|
1980
|
+
|
|
1697
1981
|
@property
|
|
1698
1982
|
@pulumi.getter
|
|
1699
1983
|
def vpcpeer(self) -> Optional[str]:
|