pulumi-alicloud 3.72.0a1735837979__py3-none-any.whl → 3.72.0a1735848496__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.0a1735848496.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.72.0a1735837979.dist-info → pulumi_alicloud-3.72.0a1735848496.dist-info}/RECORD +129 -114
- {pulumi_alicloud-3.72.0a1735837979.dist-info → pulumi_alicloud-3.72.0a1735848496.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.72.0a1735837979.dist-info → pulumi_alicloud-3.72.0a1735848496.dist-info}/top_level.txt +0 -0
pulumi_alicloud/_inputs.py
CHANGED
|
@@ -281,6 +281,7 @@ if not MYPY:
|
|
|
281
281
|
"""
|
|
282
282
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom AnalyticDB endpoints.
|
|
283
283
|
"""
|
|
284
|
+
aiworkspace: NotRequired[pulumi.Input[str]]
|
|
284
285
|
alb: NotRequired[pulumi.Input[str]]
|
|
285
286
|
"""
|
|
286
287
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom alb endpoints.
|
|
@@ -297,6 +298,14 @@ if not MYPY:
|
|
|
297
298
|
"""
|
|
298
299
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ALIKAFKA endpoints.
|
|
299
300
|
"""
|
|
301
|
+
amqp: NotRequired[pulumi.Input[str]]
|
|
302
|
+
"""
|
|
303
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom onsproxy endpoints.
|
|
304
|
+
"""
|
|
305
|
+
antiddos_public: NotRequired[pulumi.Input[str]]
|
|
306
|
+
"""
|
|
307
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ddosbasic endpoints.
|
|
308
|
+
"""
|
|
300
309
|
apigateway: NotRequired[pulumi.Input[str]]
|
|
301
310
|
"""
|
|
302
311
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Api Gateway endpoints.
|
|
@@ -353,6 +362,10 @@ if not MYPY:
|
|
|
353
362
|
"""
|
|
354
363
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom cds endpoints.
|
|
355
364
|
"""
|
|
365
|
+
chatbot: NotRequired[pulumi.Input[str]]
|
|
366
|
+
"""
|
|
367
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom beebot endpoints.
|
|
368
|
+
"""
|
|
356
369
|
clickhouse: NotRequired[pulumi.Input[str]]
|
|
357
370
|
"""
|
|
358
371
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom clickhouse endpoints.
|
|
@@ -405,6 +418,10 @@ if not MYPY:
|
|
|
405
418
|
"""
|
|
406
419
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Datahub endpoints.
|
|
407
420
|
"""
|
|
421
|
+
dataworks_public: NotRequired[pulumi.Input[str]]
|
|
422
|
+
"""
|
|
423
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dataworkspublic endpoints.
|
|
424
|
+
"""
|
|
408
425
|
dataworkspublic: NotRequired[pulumi.Input[str]]
|
|
409
426
|
"""
|
|
410
427
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dataworkspublic endpoints.
|
|
@@ -413,6 +430,10 @@ if not MYPY:
|
|
|
413
430
|
"""
|
|
414
431
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dbfs endpoints.
|
|
415
432
|
"""
|
|
433
|
+
dbs: NotRequired[pulumi.Input[str]]
|
|
434
|
+
"""
|
|
435
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom cbs endpoints.
|
|
436
|
+
"""
|
|
416
437
|
dcdn: NotRequired[pulumi.Input[str]]
|
|
417
438
|
"""
|
|
418
439
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dcdn endpoints.
|
|
@@ -433,10 +454,15 @@ if not MYPY:
|
|
|
433
454
|
"""
|
|
434
455
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom MongoDB endpoints.
|
|
435
456
|
"""
|
|
457
|
+
devops_rdc: NotRequired[pulumi.Input[str]]
|
|
436
458
|
devopsrdc: NotRequired[pulumi.Input[str]]
|
|
437
459
|
"""
|
|
438
460
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom devopsrdc endpoints.
|
|
439
461
|
"""
|
|
462
|
+
dfs: NotRequired[pulumi.Input[str]]
|
|
463
|
+
"""
|
|
464
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom alidfs endpoints.
|
|
465
|
+
"""
|
|
440
466
|
dg: NotRequired[pulumi.Input[str]]
|
|
441
467
|
"""
|
|
442
468
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dg endpoints.
|
|
@@ -466,6 +492,10 @@ if not MYPY:
|
|
|
466
492
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dts endpoints.
|
|
467
493
|
"""
|
|
468
494
|
dysms: NotRequired[pulumi.Input[str]]
|
|
495
|
+
dysmsapi: NotRequired[pulumi.Input[str]]
|
|
496
|
+
"""
|
|
497
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dysmsapi endpoints.
|
|
498
|
+
"""
|
|
469
499
|
eais: NotRequired[pulumi.Input[str]]
|
|
470
500
|
"""
|
|
471
501
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom eais endpoints.
|
|
@@ -474,6 +504,10 @@ if not MYPY:
|
|
|
474
504
|
"""
|
|
475
505
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ebs endpoints.
|
|
476
506
|
"""
|
|
507
|
+
ecd: NotRequired[pulumi.Input[str]]
|
|
508
|
+
"""
|
|
509
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom gwsecd endpoints.
|
|
510
|
+
"""
|
|
477
511
|
eci: NotRequired[pulumi.Input[str]]
|
|
478
512
|
"""
|
|
479
513
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom eci endpoints.
|
|
@@ -490,6 +524,10 @@ if not MYPY:
|
|
|
490
524
|
"""
|
|
491
525
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom edasschedulerx endpoints.
|
|
492
526
|
"""
|
|
527
|
+
eds_user: NotRequired[pulumi.Input[str]]
|
|
528
|
+
"""
|
|
529
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom edsuser endpoints.
|
|
530
|
+
"""
|
|
493
531
|
edsuser: NotRequired[pulumi.Input[str]]
|
|
494
532
|
"""
|
|
495
533
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom edsuser endpoints.
|
|
@@ -522,6 +560,7 @@ if not MYPY:
|
|
|
522
560
|
"""
|
|
523
561
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ens endpoints.
|
|
524
562
|
"""
|
|
563
|
+
esa: NotRequired[pulumi.Input[str]]
|
|
525
564
|
ess: NotRequired[pulumi.Input[str]]
|
|
526
565
|
"""
|
|
527
566
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Autoscaling endpoints.
|
|
@@ -534,6 +573,10 @@ if not MYPY:
|
|
|
534
573
|
"""
|
|
535
574
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Function Computing endpoints.
|
|
536
575
|
"""
|
|
576
|
+
fc_open: NotRequired[pulumi.Input[str]]
|
|
577
|
+
"""
|
|
578
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Function Computing endpoints.
|
|
579
|
+
"""
|
|
537
580
|
fnf: NotRequired[pulumi.Input[str]]
|
|
538
581
|
"""
|
|
539
582
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom fnf endpoints.
|
|
@@ -546,6 +589,10 @@ if not MYPY:
|
|
|
546
589
|
"""
|
|
547
590
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom gaplus endpoints.
|
|
548
591
|
"""
|
|
592
|
+
gdb: NotRequired[pulumi.Input[str]]
|
|
593
|
+
"""
|
|
594
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom gds endpoints.
|
|
595
|
+
"""
|
|
549
596
|
gds: NotRequired[pulumi.Input[str]]
|
|
550
597
|
"""
|
|
551
598
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom gds endpoints.
|
|
@@ -554,6 +601,7 @@ if not MYPY:
|
|
|
554
601
|
"""
|
|
555
602
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom GPDB endpoints.
|
|
556
603
|
"""
|
|
604
|
+
gwlb: NotRequired[pulumi.Input[str]]
|
|
557
605
|
gwsecd: NotRequired[pulumi.Input[str]]
|
|
558
606
|
"""
|
|
559
607
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom gwsecd endpoints.
|
|
@@ -618,6 +666,10 @@ if not MYPY:
|
|
|
618
666
|
"""
|
|
619
667
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom MNS endpoints.
|
|
620
668
|
"""
|
|
669
|
+
mns_open: NotRequired[pulumi.Input[str]]
|
|
670
|
+
"""
|
|
671
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom MNS endpoints.
|
|
672
|
+
"""
|
|
621
673
|
mscopensubscription: NotRequired[pulumi.Input[str]]
|
|
622
674
|
"""
|
|
623
675
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom mscopensubscription endpoints.
|
|
@@ -638,6 +690,10 @@ if not MYPY:
|
|
|
638
690
|
"""
|
|
639
691
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom oceanbase endpoints.
|
|
640
692
|
"""
|
|
693
|
+
oceanbasepro: NotRequired[pulumi.Input[str]]
|
|
694
|
+
"""
|
|
695
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom oceanbase endpoints.
|
|
696
|
+
"""
|
|
641
697
|
ons: NotRequired[pulumi.Input[str]]
|
|
642
698
|
"""
|
|
643
699
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ONS endpoints.
|
|
@@ -666,6 +722,10 @@ if not MYPY:
|
|
|
666
722
|
"""
|
|
667
723
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom PolarDB endpoints.
|
|
668
724
|
"""
|
|
725
|
+
polardbx: NotRequired[pulumi.Input[str]]
|
|
726
|
+
"""
|
|
727
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom DRDS endpoints.
|
|
728
|
+
"""
|
|
669
729
|
privatelink: NotRequired[pulumi.Input[str]]
|
|
670
730
|
"""
|
|
671
731
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom privatelink endpoints.
|
|
@@ -678,6 +738,10 @@ if not MYPY:
|
|
|
678
738
|
"""
|
|
679
739
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom quickbi endpoints.
|
|
680
740
|
"""
|
|
741
|
+
quickbi_public: NotRequired[pulumi.Input[str]]
|
|
742
|
+
"""
|
|
743
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom quickbi endpoints.
|
|
744
|
+
"""
|
|
681
745
|
quotas: NotRequired[pulumi.Input[str]]
|
|
682
746
|
"""
|
|
683
747
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom quotas endpoints.
|
|
@@ -702,14 +766,20 @@ if not MYPY:
|
|
|
702
766
|
"""
|
|
703
767
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom resourcemanager endpoints.
|
|
704
768
|
"""
|
|
769
|
+
resourcesharing: NotRequired[pulumi.Input[str]]
|
|
705
770
|
ressharing: NotRequired[pulumi.Input[str]]
|
|
706
771
|
"""
|
|
707
772
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom resourcesharing endpoints.
|
|
708
773
|
"""
|
|
774
|
+
rocketmq: NotRequired[pulumi.Input[str]]
|
|
709
775
|
ros: NotRequired[pulumi.Input[str]]
|
|
710
776
|
"""
|
|
711
777
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ros endpoints.
|
|
712
778
|
"""
|
|
779
|
+
sae: NotRequired[pulumi.Input[str]]
|
|
780
|
+
"""
|
|
781
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom serverless endpoints.
|
|
782
|
+
"""
|
|
713
783
|
sas: NotRequired[pulumi.Input[str]]
|
|
714
784
|
"""
|
|
715
785
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom sas endpoints.
|
|
@@ -718,6 +788,10 @@ if not MYPY:
|
|
|
718
788
|
"""
|
|
719
789
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom scdn endpoints.
|
|
720
790
|
"""
|
|
791
|
+
schedulerx2: NotRequired[pulumi.Input[str]]
|
|
792
|
+
"""
|
|
793
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom edasschedulerx endpoints.
|
|
794
|
+
"""
|
|
721
795
|
sddp: NotRequired[pulumi.Input[str]]
|
|
722
796
|
"""
|
|
723
797
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom sddp endpoints.
|
|
@@ -730,6 +804,10 @@ if not MYPY:
|
|
|
730
804
|
"""
|
|
731
805
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom serverless endpoints.
|
|
732
806
|
"""
|
|
807
|
+
servicecatalog: NotRequired[pulumi.Input[str]]
|
|
808
|
+
"""
|
|
809
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom srvcatalog endpoints.
|
|
810
|
+
"""
|
|
733
811
|
servicemesh: NotRequired[pulumi.Input[str]]
|
|
734
812
|
"""
|
|
735
813
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom servicemesh endpoints.
|
|
@@ -758,6 +836,10 @@ if not MYPY:
|
|
|
758
836
|
"""
|
|
759
837
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom swas endpoints.
|
|
760
838
|
"""
|
|
839
|
+
swas_open: NotRequired[pulumi.Input[str]]
|
|
840
|
+
"""
|
|
841
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom swas endpoints.
|
|
842
|
+
"""
|
|
761
843
|
tag: NotRequired[pulumi.Input[str]]
|
|
762
844
|
"""
|
|
763
845
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom tag endpoints.
|
|
@@ -770,6 +852,7 @@ if not MYPY:
|
|
|
770
852
|
"""
|
|
771
853
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom VPC and VPN endpoints.
|
|
772
854
|
"""
|
|
855
|
+
vpcipam: NotRequired[pulumi.Input[str]]
|
|
773
856
|
vpcpeer: NotRequired[pulumi.Input[str]]
|
|
774
857
|
"""
|
|
775
858
|
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom vpcpeer endpoints.
|
|
@@ -795,10 +878,13 @@ class ProviderEndpointArgs:
|
|
|
795
878
|
acr: Optional[pulumi.Input[str]] = None,
|
|
796
879
|
actiontrail: Optional[pulumi.Input[str]] = None,
|
|
797
880
|
adb: Optional[pulumi.Input[str]] = None,
|
|
881
|
+
aiworkspace: Optional[pulumi.Input[str]] = None,
|
|
798
882
|
alb: Optional[pulumi.Input[str]] = None,
|
|
799
883
|
alidfs: Optional[pulumi.Input[str]] = None,
|
|
800
884
|
alidns: Optional[pulumi.Input[str]] = None,
|
|
801
885
|
alikafka: Optional[pulumi.Input[str]] = None,
|
|
886
|
+
amqp: Optional[pulumi.Input[str]] = None,
|
|
887
|
+
antiddos_public: Optional[pulumi.Input[str]] = None,
|
|
802
888
|
apigateway: Optional[pulumi.Input[str]] = None,
|
|
803
889
|
arms: Optional[pulumi.Input[str]] = None,
|
|
804
890
|
bastionhost: Optional[pulumi.Input[str]] = None,
|
|
@@ -813,6 +899,7 @@ class ProviderEndpointArgs:
|
|
|
813
899
|
cddc: Optional[pulumi.Input[str]] = None,
|
|
814
900
|
cdn: Optional[pulumi.Input[str]] = None,
|
|
815
901
|
cds: Optional[pulumi.Input[str]] = None,
|
|
902
|
+
chatbot: Optional[pulumi.Input[str]] = None,
|
|
816
903
|
clickhouse: Optional[pulumi.Input[str]] = None,
|
|
817
904
|
cloudauth: Optional[pulumi.Input[str]] = None,
|
|
818
905
|
cloudfirewall: Optional[pulumi.Input[str]] = None,
|
|
@@ -826,14 +913,18 @@ class ProviderEndpointArgs:
|
|
|
826
913
|
cs: Optional[pulumi.Input[str]] = None,
|
|
827
914
|
das: Optional[pulumi.Input[str]] = None,
|
|
828
915
|
datahub: Optional[pulumi.Input[str]] = None,
|
|
916
|
+
dataworks_public: Optional[pulumi.Input[str]] = None,
|
|
829
917
|
dataworkspublic: Optional[pulumi.Input[str]] = None,
|
|
830
918
|
dbfs: Optional[pulumi.Input[str]] = None,
|
|
919
|
+
dbs: Optional[pulumi.Input[str]] = None,
|
|
831
920
|
dcdn: Optional[pulumi.Input[str]] = None,
|
|
832
921
|
ddosbasic: Optional[pulumi.Input[str]] = None,
|
|
833
922
|
ddosbgp: Optional[pulumi.Input[str]] = None,
|
|
834
923
|
ddoscoo: Optional[pulumi.Input[str]] = None,
|
|
835
924
|
dds: Optional[pulumi.Input[str]] = None,
|
|
925
|
+
devops_rdc: Optional[pulumi.Input[str]] = None,
|
|
836
926
|
devopsrdc: Optional[pulumi.Input[str]] = None,
|
|
927
|
+
dfs: Optional[pulumi.Input[str]] = None,
|
|
837
928
|
dg: Optional[pulumi.Input[str]] = None,
|
|
838
929
|
dm: Optional[pulumi.Input[str]] = None,
|
|
839
930
|
dms_enterprise: Optional[pulumi.Input[str]] = None,
|
|
@@ -842,12 +933,15 @@ class ProviderEndpointArgs:
|
|
|
842
933
|
drds: Optional[pulumi.Input[str]] = None,
|
|
843
934
|
dts: Optional[pulumi.Input[str]] = None,
|
|
844
935
|
dysms: Optional[pulumi.Input[str]] = None,
|
|
936
|
+
dysmsapi: Optional[pulumi.Input[str]] = None,
|
|
845
937
|
eais: Optional[pulumi.Input[str]] = None,
|
|
846
938
|
ebs: Optional[pulumi.Input[str]] = None,
|
|
939
|
+
ecd: Optional[pulumi.Input[str]] = None,
|
|
847
940
|
eci: Optional[pulumi.Input[str]] = None,
|
|
848
941
|
ecs: Optional[pulumi.Input[str]] = None,
|
|
849
942
|
edas: Optional[pulumi.Input[str]] = None,
|
|
850
943
|
edasschedulerx: Optional[pulumi.Input[str]] = None,
|
|
944
|
+
eds_user: Optional[pulumi.Input[str]] = None,
|
|
851
945
|
edsuser: Optional[pulumi.Input[str]] = None,
|
|
852
946
|
eflo: Optional[pulumi.Input[str]] = None,
|
|
853
947
|
ehpc: Optional[pulumi.Input[str]] = None,
|
|
@@ -856,14 +950,18 @@ class ProviderEndpointArgs:
|
|
|
856
950
|
elasticsearch: Optional[pulumi.Input[str]] = None,
|
|
857
951
|
emr: Optional[pulumi.Input[str]] = None,
|
|
858
952
|
ens: Optional[pulumi.Input[str]] = None,
|
|
953
|
+
esa: Optional[pulumi.Input[str]] = None,
|
|
859
954
|
ess: Optional[pulumi.Input[str]] = None,
|
|
860
955
|
eventbridge: Optional[pulumi.Input[str]] = None,
|
|
861
956
|
fc: Optional[pulumi.Input[str]] = None,
|
|
957
|
+
fc_open: Optional[pulumi.Input[str]] = None,
|
|
862
958
|
fnf: Optional[pulumi.Input[str]] = None,
|
|
863
959
|
ga: Optional[pulumi.Input[str]] = None,
|
|
864
960
|
gaplus: Optional[pulumi.Input[str]] = None,
|
|
961
|
+
gdb: Optional[pulumi.Input[str]] = None,
|
|
865
962
|
gds: Optional[pulumi.Input[str]] = None,
|
|
866
963
|
gpdb: Optional[pulumi.Input[str]] = None,
|
|
964
|
+
gwlb: Optional[pulumi.Input[str]] = None,
|
|
867
965
|
gwsecd: Optional[pulumi.Input[str]] = None,
|
|
868
966
|
hbr: Optional[pulumi.Input[str]] = None,
|
|
869
967
|
hcs_sgw: Optional[pulumi.Input[str]] = None,
|
|
@@ -880,11 +978,13 @@ class ProviderEndpointArgs:
|
|
|
880
978
|
maxcompute: Optional[pulumi.Input[str]] = None,
|
|
881
979
|
mhub: Optional[pulumi.Input[str]] = None,
|
|
882
980
|
mns: Optional[pulumi.Input[str]] = None,
|
|
981
|
+
mns_open: Optional[pulumi.Input[str]] = None,
|
|
883
982
|
mscopensubscription: Optional[pulumi.Input[str]] = None,
|
|
884
983
|
mse: Optional[pulumi.Input[str]] = None,
|
|
885
984
|
nas: Optional[pulumi.Input[str]] = None,
|
|
886
985
|
nlb: Optional[pulumi.Input[str]] = None,
|
|
887
986
|
oceanbase: Optional[pulumi.Input[str]] = None,
|
|
987
|
+
oceanbasepro: Optional[pulumi.Input[str]] = None,
|
|
888
988
|
ons: Optional[pulumi.Input[str]] = None,
|
|
889
989
|
onsproxy: Optional[pulumi.Input[str]] = None,
|
|
890
990
|
oos: Optional[pulumi.Input[str]] = None,
|
|
@@ -892,22 +992,29 @@ class ProviderEndpointArgs:
|
|
|
892
992
|
oss: Optional[pulumi.Input[str]] = None,
|
|
893
993
|
ots: Optional[pulumi.Input[str]] = None,
|
|
894
994
|
polardb: Optional[pulumi.Input[str]] = None,
|
|
995
|
+
polardbx: Optional[pulumi.Input[str]] = None,
|
|
895
996
|
privatelink: Optional[pulumi.Input[str]] = None,
|
|
896
997
|
pvtz: Optional[pulumi.Input[str]] = None,
|
|
897
998
|
quickbi: Optional[pulumi.Input[str]] = None,
|
|
999
|
+
quickbi_public: Optional[pulumi.Input[str]] = None,
|
|
898
1000
|
quotas: Optional[pulumi.Input[str]] = None,
|
|
899
1001
|
r_kvstore: Optional[pulumi.Input[str]] = None,
|
|
900
1002
|
ram: Optional[pulumi.Input[str]] = None,
|
|
901
1003
|
rds: Optional[pulumi.Input[str]] = None,
|
|
902
1004
|
redisa: Optional[pulumi.Input[str]] = None,
|
|
903
1005
|
resourcemanager: Optional[pulumi.Input[str]] = None,
|
|
1006
|
+
resourcesharing: Optional[pulumi.Input[str]] = None,
|
|
904
1007
|
ressharing: Optional[pulumi.Input[str]] = None,
|
|
1008
|
+
rocketmq: Optional[pulumi.Input[str]] = None,
|
|
905
1009
|
ros: Optional[pulumi.Input[str]] = None,
|
|
1010
|
+
sae: Optional[pulumi.Input[str]] = None,
|
|
906
1011
|
sas: Optional[pulumi.Input[str]] = None,
|
|
907
1012
|
scdn: Optional[pulumi.Input[str]] = None,
|
|
1013
|
+
schedulerx2: Optional[pulumi.Input[str]] = None,
|
|
908
1014
|
sddp: Optional[pulumi.Input[str]] = None,
|
|
909
1015
|
selectdb: Optional[pulumi.Input[str]] = None,
|
|
910
1016
|
serverless: Optional[pulumi.Input[str]] = None,
|
|
1017
|
+
servicecatalog: Optional[pulumi.Input[str]] = None,
|
|
911
1018
|
servicemesh: Optional[pulumi.Input[str]] = None,
|
|
912
1019
|
sgw: Optional[pulumi.Input[str]] = None,
|
|
913
1020
|
slb: Optional[pulumi.Input[str]] = None,
|
|
@@ -915,9 +1022,11 @@ class ProviderEndpointArgs:
|
|
|
915
1022
|
srvcatalog: Optional[pulumi.Input[str]] = None,
|
|
916
1023
|
sts: Optional[pulumi.Input[str]] = None,
|
|
917
1024
|
swas: Optional[pulumi.Input[str]] = None,
|
|
1025
|
+
swas_open: Optional[pulumi.Input[str]] = None,
|
|
918
1026
|
tag: Optional[pulumi.Input[str]] = None,
|
|
919
1027
|
vod: Optional[pulumi.Input[str]] = None,
|
|
920
1028
|
vpc: Optional[pulumi.Input[str]] = None,
|
|
1029
|
+
vpcipam: Optional[pulumi.Input[str]] = None,
|
|
921
1030
|
vpcpeer: Optional[pulumi.Input[str]] = None,
|
|
922
1031
|
vs: Optional[pulumi.Input[str]] = None,
|
|
923
1032
|
waf: Optional[pulumi.Input[str]] = None,
|
|
@@ -930,6 +1039,8 @@ class ProviderEndpointArgs:
|
|
|
930
1039
|
:param pulumi.Input[str] alidfs: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom alidfs endpoints.
|
|
931
1040
|
:param pulumi.Input[str] alidns: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom alidns endpoints.
|
|
932
1041
|
:param pulumi.Input[str] alikafka: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ALIKAFKA endpoints.
|
|
1042
|
+
:param pulumi.Input[str] amqp: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom onsproxy endpoints.
|
|
1043
|
+
:param pulumi.Input[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.
|
|
933
1044
|
:param pulumi.Input[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.
|
|
934
1045
|
:param pulumi.Input[str] arms: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom arms endpoints.
|
|
935
1046
|
:param pulumi.Input[str] bastionhost: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom bastionhost endpoints.
|
|
@@ -944,6 +1055,7 @@ class ProviderEndpointArgs:
|
|
|
944
1055
|
:param pulumi.Input[str] cddc: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom cddc endpoints.
|
|
945
1056
|
:param pulumi.Input[str] cdn: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom CDN endpoints.
|
|
946
1057
|
:param pulumi.Input[str] cds: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom cds endpoints.
|
|
1058
|
+
:param pulumi.Input[str] chatbot: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom beebot endpoints.
|
|
947
1059
|
:param pulumi.Input[str] clickhouse: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom clickhouse endpoints.
|
|
948
1060
|
:param pulumi.Input[str] cloudauth: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom cloudauth endpoints.
|
|
949
1061
|
:param pulumi.Input[str] cloudfirewall: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom cloudfirewall endpoints.
|
|
@@ -957,14 +1069,17 @@ class ProviderEndpointArgs:
|
|
|
957
1069
|
:param pulumi.Input[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.
|
|
958
1070
|
:param pulumi.Input[str] das: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom das endpoints.
|
|
959
1071
|
:param pulumi.Input[str] datahub: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Datahub endpoints.
|
|
1072
|
+
:param pulumi.Input[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.
|
|
960
1073
|
:param pulumi.Input[str] dataworkspublic: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dataworkspublic endpoints.
|
|
961
1074
|
:param pulumi.Input[str] dbfs: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dbfs endpoints.
|
|
1075
|
+
:param pulumi.Input[str] dbs: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom cbs endpoints.
|
|
962
1076
|
:param pulumi.Input[str] dcdn: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dcdn endpoints.
|
|
963
1077
|
:param pulumi.Input[str] ddosbasic: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ddosbasic endpoints.
|
|
964
1078
|
:param pulumi.Input[str] ddosbgp: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom DDOSBGP endpoints.
|
|
965
1079
|
:param pulumi.Input[str] ddoscoo: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom DDOSCOO endpoints.
|
|
966
1080
|
:param pulumi.Input[str] dds: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom MongoDB endpoints.
|
|
967
1081
|
:param pulumi.Input[str] devopsrdc: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom devopsrdc endpoints.
|
|
1082
|
+
:param pulumi.Input[str] dfs: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom alidfs endpoints.
|
|
968
1083
|
:param pulumi.Input[str] dg: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dg endpoints.
|
|
969
1084
|
:param pulumi.Input[str] dm: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dm endpoints.
|
|
970
1085
|
:param pulumi.Input[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.
|
|
@@ -972,12 +1087,15 @@ class ProviderEndpointArgs:
|
|
|
972
1087
|
:param pulumi.Input[str] dns: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom DNS endpoints.
|
|
973
1088
|
:param pulumi.Input[str] drds: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom DRDS endpoints.
|
|
974
1089
|
:param pulumi.Input[str] dts: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dts endpoints.
|
|
1090
|
+
:param pulumi.Input[str] dysmsapi: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dysmsapi endpoints.
|
|
975
1091
|
:param pulumi.Input[str] eais: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom eais endpoints.
|
|
976
1092
|
:param pulumi.Input[str] ebs: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ebs endpoints.
|
|
1093
|
+
:param pulumi.Input[str] ecd: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom gwsecd endpoints.
|
|
977
1094
|
:param pulumi.Input[str] eci: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom eci endpoints.
|
|
978
1095
|
:param pulumi.Input[str] ecs: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ECS endpoints.
|
|
979
1096
|
:param pulumi.Input[str] edas: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom edas endpoints.
|
|
980
1097
|
:param pulumi.Input[str] edasschedulerx: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom edasschedulerx endpoints.
|
|
1098
|
+
:param pulumi.Input[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.
|
|
981
1099
|
:param pulumi.Input[str] edsuser: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom edsuser endpoints.
|
|
982
1100
|
:param pulumi.Input[str] eflo: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom eflo endpoints.
|
|
983
1101
|
:param pulumi.Input[str] ehpc: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ehpc endpoints.
|
|
@@ -989,9 +1107,11 @@ class ProviderEndpointArgs:
|
|
|
989
1107
|
:param pulumi.Input[str] ess: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Autoscaling endpoints.
|
|
990
1108
|
:param pulumi.Input[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.
|
|
991
1109
|
:param pulumi.Input[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.
|
|
1110
|
+
:param pulumi.Input[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.
|
|
992
1111
|
:param pulumi.Input[str] fnf: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom fnf endpoints.
|
|
993
1112
|
:param pulumi.Input[str] ga: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ga endpoints.
|
|
994
1113
|
:param pulumi.Input[str] gaplus: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom gaplus endpoints.
|
|
1114
|
+
:param pulumi.Input[str] gdb: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom gds endpoints.
|
|
995
1115
|
:param pulumi.Input[str] gds: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom gds endpoints.
|
|
996
1116
|
:param pulumi.Input[str] gpdb: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom GPDB endpoints.
|
|
997
1117
|
:param pulumi.Input[str] gwsecd: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom gwsecd endpoints.
|
|
@@ -1010,11 +1130,13 @@ class ProviderEndpointArgs:
|
|
|
1010
1130
|
:param pulumi.Input[str] maxcompute: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom MaxCompute endpoints.
|
|
1011
1131
|
:param pulumi.Input[str] mhub: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom mhub endpoints.
|
|
1012
1132
|
:param pulumi.Input[str] mns: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom MNS endpoints.
|
|
1133
|
+
:param pulumi.Input[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.
|
|
1013
1134
|
:param pulumi.Input[str] mscopensubscription: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom mscopensubscription endpoints.
|
|
1014
1135
|
:param pulumi.Input[str] mse: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom mse endpoints.
|
|
1015
1136
|
:param pulumi.Input[str] nas: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom NAS endpoints.
|
|
1016
1137
|
:param pulumi.Input[str] nlb: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom nlb endpoints.
|
|
1017
1138
|
:param pulumi.Input[str] oceanbase: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom oceanbase endpoints.
|
|
1139
|
+
:param pulumi.Input[str] oceanbasepro: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom oceanbase endpoints.
|
|
1018
1140
|
:param pulumi.Input[str] ons: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ONS endpoints.
|
|
1019
1141
|
:param pulumi.Input[str] onsproxy: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom onsproxy endpoints.
|
|
1020
1142
|
:param pulumi.Input[str] oos: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom oos endpoints.
|
|
@@ -1022,9 +1144,11 @@ class ProviderEndpointArgs:
|
|
|
1022
1144
|
:param pulumi.Input[str] oss: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom OSS endpoints.
|
|
1023
1145
|
:param pulumi.Input[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.
|
|
1024
1146
|
:param pulumi.Input[str] polardb: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom PolarDB endpoints.
|
|
1147
|
+
:param pulumi.Input[str] polardbx: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom DRDS endpoints.
|
|
1025
1148
|
:param pulumi.Input[str] privatelink: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom privatelink endpoints.
|
|
1026
1149
|
:param pulumi.Input[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.
|
|
1027
1150
|
:param pulumi.Input[str] quickbi: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom quickbi endpoints.
|
|
1151
|
+
:param pulumi.Input[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.
|
|
1028
1152
|
:param pulumi.Input[str] quotas: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom quotas endpoints.
|
|
1029
1153
|
:param pulumi.Input[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.
|
|
1030
1154
|
:param pulumi.Input[str] ram: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom RAM endpoints.
|
|
@@ -1033,11 +1157,14 @@ class ProviderEndpointArgs:
|
|
|
1033
1157
|
:param pulumi.Input[str] resourcemanager: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom resourcemanager endpoints.
|
|
1034
1158
|
:param pulumi.Input[str] ressharing: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom resourcesharing endpoints.
|
|
1035
1159
|
:param pulumi.Input[str] ros: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ros endpoints.
|
|
1160
|
+
:param pulumi.Input[str] sae: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom serverless endpoints.
|
|
1036
1161
|
:param pulumi.Input[str] sas: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom sas endpoints.
|
|
1037
1162
|
:param pulumi.Input[str] scdn: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom scdn endpoints.
|
|
1163
|
+
:param pulumi.Input[str] schedulerx2: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom edasschedulerx endpoints.
|
|
1038
1164
|
:param pulumi.Input[str] sddp: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom sddp endpoints.
|
|
1039
1165
|
:param pulumi.Input[str] selectdb: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom selectdb endpoints.
|
|
1040
1166
|
:param pulumi.Input[str] serverless: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom serverless endpoints.
|
|
1167
|
+
:param pulumi.Input[str] servicecatalog: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom srvcatalog endpoints.
|
|
1041
1168
|
:param pulumi.Input[str] servicemesh: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom servicemesh endpoints.
|
|
1042
1169
|
:param pulumi.Input[str] sgw: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom sgw endpoints.
|
|
1043
1170
|
:param pulumi.Input[str] slb: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom SLB endpoints.
|
|
@@ -1045,6 +1172,7 @@ class ProviderEndpointArgs:
|
|
|
1045
1172
|
:param pulumi.Input[str] srvcatalog: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom srvcatalog endpoints.
|
|
1046
1173
|
:param pulumi.Input[str] sts: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom STS endpoints.
|
|
1047
1174
|
:param pulumi.Input[str] swas: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom swas endpoints.
|
|
1175
|
+
:param pulumi.Input[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.
|
|
1048
1176
|
:param pulumi.Input[str] tag: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom tag endpoints.
|
|
1049
1177
|
:param pulumi.Input[str] vod: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom vod endpoints.
|
|
1050
1178
|
:param pulumi.Input[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.
|
|
@@ -1059,6 +1187,8 @@ class ProviderEndpointArgs:
|
|
|
1059
1187
|
pulumi.set(__self__, "actiontrail", actiontrail)
|
|
1060
1188
|
if adb is not None:
|
|
1061
1189
|
pulumi.set(__self__, "adb", adb)
|
|
1190
|
+
if aiworkspace is not None:
|
|
1191
|
+
pulumi.set(__self__, "aiworkspace", aiworkspace)
|
|
1062
1192
|
if alb is not None:
|
|
1063
1193
|
pulumi.set(__self__, "alb", alb)
|
|
1064
1194
|
if alidfs is not None:
|
|
@@ -1067,6 +1197,10 @@ class ProviderEndpointArgs:
|
|
|
1067
1197
|
pulumi.set(__self__, "alidns", alidns)
|
|
1068
1198
|
if alikafka is not None:
|
|
1069
1199
|
pulumi.set(__self__, "alikafka", alikafka)
|
|
1200
|
+
if amqp is not None:
|
|
1201
|
+
pulumi.set(__self__, "amqp", amqp)
|
|
1202
|
+
if antiddos_public is not None:
|
|
1203
|
+
pulumi.set(__self__, "antiddos_public", antiddos_public)
|
|
1070
1204
|
if apigateway is not None:
|
|
1071
1205
|
pulumi.set(__self__, "apigateway", apigateway)
|
|
1072
1206
|
if arms is not None:
|
|
@@ -1095,6 +1229,8 @@ class ProviderEndpointArgs:
|
|
|
1095
1229
|
pulumi.set(__self__, "cdn", cdn)
|
|
1096
1230
|
if cds is not None:
|
|
1097
1231
|
pulumi.set(__self__, "cds", cds)
|
|
1232
|
+
if chatbot is not None:
|
|
1233
|
+
pulumi.set(__self__, "chatbot", chatbot)
|
|
1098
1234
|
if clickhouse is not None:
|
|
1099
1235
|
pulumi.set(__self__, "clickhouse", clickhouse)
|
|
1100
1236
|
if cloudauth is not None:
|
|
@@ -1121,10 +1257,14 @@ class ProviderEndpointArgs:
|
|
|
1121
1257
|
pulumi.set(__self__, "das", das)
|
|
1122
1258
|
if datahub is not None:
|
|
1123
1259
|
pulumi.set(__self__, "datahub", datahub)
|
|
1260
|
+
if dataworks_public is not None:
|
|
1261
|
+
pulumi.set(__self__, "dataworks_public", dataworks_public)
|
|
1124
1262
|
if dataworkspublic is not None:
|
|
1125
1263
|
pulumi.set(__self__, "dataworkspublic", dataworkspublic)
|
|
1126
1264
|
if dbfs is not None:
|
|
1127
1265
|
pulumi.set(__self__, "dbfs", dbfs)
|
|
1266
|
+
if dbs is not None:
|
|
1267
|
+
pulumi.set(__self__, "dbs", dbs)
|
|
1128
1268
|
if dcdn is not None:
|
|
1129
1269
|
pulumi.set(__self__, "dcdn", dcdn)
|
|
1130
1270
|
if ddosbasic is not None:
|
|
@@ -1135,8 +1275,12 @@ class ProviderEndpointArgs:
|
|
|
1135
1275
|
pulumi.set(__self__, "ddoscoo", ddoscoo)
|
|
1136
1276
|
if dds is not None:
|
|
1137
1277
|
pulumi.set(__self__, "dds", dds)
|
|
1278
|
+
if devops_rdc is not None:
|
|
1279
|
+
pulumi.set(__self__, "devops_rdc", devops_rdc)
|
|
1138
1280
|
if devopsrdc is not None:
|
|
1139
1281
|
pulumi.set(__self__, "devopsrdc", devopsrdc)
|
|
1282
|
+
if dfs is not None:
|
|
1283
|
+
pulumi.set(__self__, "dfs", dfs)
|
|
1140
1284
|
if dg is not None:
|
|
1141
1285
|
pulumi.set(__self__, "dg", dg)
|
|
1142
1286
|
if dm is not None:
|
|
@@ -1153,10 +1297,14 @@ class ProviderEndpointArgs:
|
|
|
1153
1297
|
pulumi.set(__self__, "dts", dts)
|
|
1154
1298
|
if dysms is not None:
|
|
1155
1299
|
pulumi.set(__self__, "dysms", dysms)
|
|
1300
|
+
if dysmsapi is not None:
|
|
1301
|
+
pulumi.set(__self__, "dysmsapi", dysmsapi)
|
|
1156
1302
|
if eais is not None:
|
|
1157
1303
|
pulumi.set(__self__, "eais", eais)
|
|
1158
1304
|
if ebs is not None:
|
|
1159
1305
|
pulumi.set(__self__, "ebs", ebs)
|
|
1306
|
+
if ecd is not None:
|
|
1307
|
+
pulumi.set(__self__, "ecd", ecd)
|
|
1160
1308
|
if eci is not None:
|
|
1161
1309
|
pulumi.set(__self__, "eci", eci)
|
|
1162
1310
|
if ecs is not None:
|
|
@@ -1165,6 +1313,8 @@ class ProviderEndpointArgs:
|
|
|
1165
1313
|
pulumi.set(__self__, "edas", edas)
|
|
1166
1314
|
if edasschedulerx is not None:
|
|
1167
1315
|
pulumi.set(__self__, "edasschedulerx", edasschedulerx)
|
|
1316
|
+
if eds_user is not None:
|
|
1317
|
+
pulumi.set(__self__, "eds_user", eds_user)
|
|
1168
1318
|
if edsuser is not None:
|
|
1169
1319
|
pulumi.set(__self__, "edsuser", edsuser)
|
|
1170
1320
|
if eflo is not None:
|
|
@@ -1181,22 +1331,30 @@ class ProviderEndpointArgs:
|
|
|
1181
1331
|
pulumi.set(__self__, "emr", emr)
|
|
1182
1332
|
if ens is not None:
|
|
1183
1333
|
pulumi.set(__self__, "ens", ens)
|
|
1334
|
+
if esa is not None:
|
|
1335
|
+
pulumi.set(__self__, "esa", esa)
|
|
1184
1336
|
if ess is not None:
|
|
1185
1337
|
pulumi.set(__self__, "ess", ess)
|
|
1186
1338
|
if eventbridge is not None:
|
|
1187
1339
|
pulumi.set(__self__, "eventbridge", eventbridge)
|
|
1188
1340
|
if fc is not None:
|
|
1189
1341
|
pulumi.set(__self__, "fc", fc)
|
|
1342
|
+
if fc_open is not None:
|
|
1343
|
+
pulumi.set(__self__, "fc_open", fc_open)
|
|
1190
1344
|
if fnf is not None:
|
|
1191
1345
|
pulumi.set(__self__, "fnf", fnf)
|
|
1192
1346
|
if ga is not None:
|
|
1193
1347
|
pulumi.set(__self__, "ga", ga)
|
|
1194
1348
|
if gaplus is not None:
|
|
1195
1349
|
pulumi.set(__self__, "gaplus", gaplus)
|
|
1350
|
+
if gdb is not None:
|
|
1351
|
+
pulumi.set(__self__, "gdb", gdb)
|
|
1196
1352
|
if gds is not None:
|
|
1197
1353
|
pulumi.set(__self__, "gds", gds)
|
|
1198
1354
|
if gpdb is not None:
|
|
1199
1355
|
pulumi.set(__self__, "gpdb", gpdb)
|
|
1356
|
+
if gwlb is not None:
|
|
1357
|
+
pulumi.set(__self__, "gwlb", gwlb)
|
|
1200
1358
|
if gwsecd is not None:
|
|
1201
1359
|
pulumi.set(__self__, "gwsecd", gwsecd)
|
|
1202
1360
|
if hbr is not None:
|
|
@@ -1229,6 +1387,8 @@ class ProviderEndpointArgs:
|
|
|
1229
1387
|
pulumi.set(__self__, "mhub", mhub)
|
|
1230
1388
|
if mns is not None:
|
|
1231
1389
|
pulumi.set(__self__, "mns", mns)
|
|
1390
|
+
if mns_open is not None:
|
|
1391
|
+
pulumi.set(__self__, "mns_open", mns_open)
|
|
1232
1392
|
if mscopensubscription is not None:
|
|
1233
1393
|
pulumi.set(__self__, "mscopensubscription", mscopensubscription)
|
|
1234
1394
|
if mse is not None:
|
|
@@ -1239,6 +1399,8 @@ class ProviderEndpointArgs:
|
|
|
1239
1399
|
pulumi.set(__self__, "nlb", nlb)
|
|
1240
1400
|
if oceanbase is not None:
|
|
1241
1401
|
pulumi.set(__self__, "oceanbase", oceanbase)
|
|
1402
|
+
if oceanbasepro is not None:
|
|
1403
|
+
pulumi.set(__self__, "oceanbasepro", oceanbasepro)
|
|
1242
1404
|
if ons is not None:
|
|
1243
1405
|
pulumi.set(__self__, "ons", ons)
|
|
1244
1406
|
if onsproxy is not None:
|
|
@@ -1253,12 +1415,16 @@ class ProviderEndpointArgs:
|
|
|
1253
1415
|
pulumi.set(__self__, "ots", ots)
|
|
1254
1416
|
if polardb is not None:
|
|
1255
1417
|
pulumi.set(__self__, "polardb", polardb)
|
|
1418
|
+
if polardbx is not None:
|
|
1419
|
+
pulumi.set(__self__, "polardbx", polardbx)
|
|
1256
1420
|
if privatelink is not None:
|
|
1257
1421
|
pulumi.set(__self__, "privatelink", privatelink)
|
|
1258
1422
|
if pvtz is not None:
|
|
1259
1423
|
pulumi.set(__self__, "pvtz", pvtz)
|
|
1260
1424
|
if quickbi is not None:
|
|
1261
1425
|
pulumi.set(__self__, "quickbi", quickbi)
|
|
1426
|
+
if quickbi_public is not None:
|
|
1427
|
+
pulumi.set(__self__, "quickbi_public", quickbi_public)
|
|
1262
1428
|
if quotas is not None:
|
|
1263
1429
|
pulumi.set(__self__, "quotas", quotas)
|
|
1264
1430
|
if r_kvstore is not None:
|
|
@@ -1271,20 +1437,30 @@ class ProviderEndpointArgs:
|
|
|
1271
1437
|
pulumi.set(__self__, "redisa", redisa)
|
|
1272
1438
|
if resourcemanager is not None:
|
|
1273
1439
|
pulumi.set(__self__, "resourcemanager", resourcemanager)
|
|
1440
|
+
if resourcesharing is not None:
|
|
1441
|
+
pulumi.set(__self__, "resourcesharing", resourcesharing)
|
|
1274
1442
|
if ressharing is not None:
|
|
1275
1443
|
pulumi.set(__self__, "ressharing", ressharing)
|
|
1444
|
+
if rocketmq is not None:
|
|
1445
|
+
pulumi.set(__self__, "rocketmq", rocketmq)
|
|
1276
1446
|
if ros is not None:
|
|
1277
1447
|
pulumi.set(__self__, "ros", ros)
|
|
1448
|
+
if sae is not None:
|
|
1449
|
+
pulumi.set(__self__, "sae", sae)
|
|
1278
1450
|
if sas is not None:
|
|
1279
1451
|
pulumi.set(__self__, "sas", sas)
|
|
1280
1452
|
if scdn is not None:
|
|
1281
1453
|
pulumi.set(__self__, "scdn", scdn)
|
|
1454
|
+
if schedulerx2 is not None:
|
|
1455
|
+
pulumi.set(__self__, "schedulerx2", schedulerx2)
|
|
1282
1456
|
if sddp is not None:
|
|
1283
1457
|
pulumi.set(__self__, "sddp", sddp)
|
|
1284
1458
|
if selectdb is not None:
|
|
1285
1459
|
pulumi.set(__self__, "selectdb", selectdb)
|
|
1286
1460
|
if serverless is not None:
|
|
1287
1461
|
pulumi.set(__self__, "serverless", serverless)
|
|
1462
|
+
if servicecatalog is not None:
|
|
1463
|
+
pulumi.set(__self__, "servicecatalog", servicecatalog)
|
|
1288
1464
|
if servicemesh is not None:
|
|
1289
1465
|
pulumi.set(__self__, "servicemesh", servicemesh)
|
|
1290
1466
|
if sgw is not None:
|
|
@@ -1299,12 +1475,16 @@ class ProviderEndpointArgs:
|
|
|
1299
1475
|
pulumi.set(__self__, "sts", sts)
|
|
1300
1476
|
if swas is not None:
|
|
1301
1477
|
pulumi.set(__self__, "swas", swas)
|
|
1478
|
+
if swas_open is not None:
|
|
1479
|
+
pulumi.set(__self__, "swas_open", swas_open)
|
|
1302
1480
|
if tag is not None:
|
|
1303
1481
|
pulumi.set(__self__, "tag", tag)
|
|
1304
1482
|
if vod is not None:
|
|
1305
1483
|
pulumi.set(__self__, "vod", vod)
|
|
1306
1484
|
if vpc is not None:
|
|
1307
1485
|
pulumi.set(__self__, "vpc", vpc)
|
|
1486
|
+
if vpcipam is not None:
|
|
1487
|
+
pulumi.set(__self__, "vpcipam", vpcipam)
|
|
1308
1488
|
if vpcpeer is not None:
|
|
1309
1489
|
pulumi.set(__self__, "vpcpeer", vpcpeer)
|
|
1310
1490
|
if vs is not None:
|
|
@@ -1350,6 +1530,15 @@ class ProviderEndpointArgs:
|
|
|
1350
1530
|
def adb(self, value: Optional[pulumi.Input[str]]):
|
|
1351
1531
|
pulumi.set(self, "adb", value)
|
|
1352
1532
|
|
|
1533
|
+
@property
|
|
1534
|
+
@pulumi.getter
|
|
1535
|
+
def aiworkspace(self) -> Optional[pulumi.Input[str]]:
|
|
1536
|
+
return pulumi.get(self, "aiworkspace")
|
|
1537
|
+
|
|
1538
|
+
@aiworkspace.setter
|
|
1539
|
+
def aiworkspace(self, value: Optional[pulumi.Input[str]]):
|
|
1540
|
+
pulumi.set(self, "aiworkspace", value)
|
|
1541
|
+
|
|
1353
1542
|
@property
|
|
1354
1543
|
@pulumi.getter
|
|
1355
1544
|
def alb(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -1398,6 +1587,30 @@ class ProviderEndpointArgs:
|
|
|
1398
1587
|
def alikafka(self, value: Optional[pulumi.Input[str]]):
|
|
1399
1588
|
pulumi.set(self, "alikafka", value)
|
|
1400
1589
|
|
|
1590
|
+
@property
|
|
1591
|
+
@pulumi.getter
|
|
1592
|
+
def amqp(self) -> Optional[pulumi.Input[str]]:
|
|
1593
|
+
"""
|
|
1594
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom onsproxy endpoints.
|
|
1595
|
+
"""
|
|
1596
|
+
return pulumi.get(self, "amqp")
|
|
1597
|
+
|
|
1598
|
+
@amqp.setter
|
|
1599
|
+
def amqp(self, value: Optional[pulumi.Input[str]]):
|
|
1600
|
+
pulumi.set(self, "amqp", value)
|
|
1601
|
+
|
|
1602
|
+
@property
|
|
1603
|
+
@pulumi.getter(name="antiddosPublic")
|
|
1604
|
+
def antiddos_public(self) -> Optional[pulumi.Input[str]]:
|
|
1605
|
+
"""
|
|
1606
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom ddosbasic endpoints.
|
|
1607
|
+
"""
|
|
1608
|
+
return pulumi.get(self, "antiddos_public")
|
|
1609
|
+
|
|
1610
|
+
@antiddos_public.setter
|
|
1611
|
+
def antiddos_public(self, value: Optional[pulumi.Input[str]]):
|
|
1612
|
+
pulumi.set(self, "antiddos_public", value)
|
|
1613
|
+
|
|
1401
1614
|
@property
|
|
1402
1615
|
@pulumi.getter
|
|
1403
1616
|
def apigateway(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -1566,6 +1779,18 @@ class ProviderEndpointArgs:
|
|
|
1566
1779
|
def cds(self, value: Optional[pulumi.Input[str]]):
|
|
1567
1780
|
pulumi.set(self, "cds", value)
|
|
1568
1781
|
|
|
1782
|
+
@property
|
|
1783
|
+
@pulumi.getter
|
|
1784
|
+
def chatbot(self) -> Optional[pulumi.Input[str]]:
|
|
1785
|
+
"""
|
|
1786
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom beebot endpoints.
|
|
1787
|
+
"""
|
|
1788
|
+
return pulumi.get(self, "chatbot")
|
|
1789
|
+
|
|
1790
|
+
@chatbot.setter
|
|
1791
|
+
def chatbot(self, value: Optional[pulumi.Input[str]]):
|
|
1792
|
+
pulumi.set(self, "chatbot", value)
|
|
1793
|
+
|
|
1569
1794
|
@property
|
|
1570
1795
|
@pulumi.getter
|
|
1571
1796
|
def clickhouse(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -1722,6 +1947,18 @@ class ProviderEndpointArgs:
|
|
|
1722
1947
|
def datahub(self, value: Optional[pulumi.Input[str]]):
|
|
1723
1948
|
pulumi.set(self, "datahub", value)
|
|
1724
1949
|
|
|
1950
|
+
@property
|
|
1951
|
+
@pulumi.getter(name="dataworksPublic")
|
|
1952
|
+
def dataworks_public(self) -> Optional[pulumi.Input[str]]:
|
|
1953
|
+
"""
|
|
1954
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dataworkspublic endpoints.
|
|
1955
|
+
"""
|
|
1956
|
+
return pulumi.get(self, "dataworks_public")
|
|
1957
|
+
|
|
1958
|
+
@dataworks_public.setter
|
|
1959
|
+
def dataworks_public(self, value: Optional[pulumi.Input[str]]):
|
|
1960
|
+
pulumi.set(self, "dataworks_public", value)
|
|
1961
|
+
|
|
1725
1962
|
@property
|
|
1726
1963
|
@pulumi.getter
|
|
1727
1964
|
def dataworkspublic(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -1746,6 +1983,18 @@ class ProviderEndpointArgs:
|
|
|
1746
1983
|
def dbfs(self, value: Optional[pulumi.Input[str]]):
|
|
1747
1984
|
pulumi.set(self, "dbfs", value)
|
|
1748
1985
|
|
|
1986
|
+
@property
|
|
1987
|
+
@pulumi.getter
|
|
1988
|
+
def dbs(self) -> Optional[pulumi.Input[str]]:
|
|
1989
|
+
"""
|
|
1990
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom cbs endpoints.
|
|
1991
|
+
"""
|
|
1992
|
+
return pulumi.get(self, "dbs")
|
|
1993
|
+
|
|
1994
|
+
@dbs.setter
|
|
1995
|
+
def dbs(self, value: Optional[pulumi.Input[str]]):
|
|
1996
|
+
pulumi.set(self, "dbs", value)
|
|
1997
|
+
|
|
1749
1998
|
@property
|
|
1750
1999
|
@pulumi.getter
|
|
1751
2000
|
def dcdn(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -1806,6 +2055,15 @@ class ProviderEndpointArgs:
|
|
|
1806
2055
|
def dds(self, value: Optional[pulumi.Input[str]]):
|
|
1807
2056
|
pulumi.set(self, "dds", value)
|
|
1808
2057
|
|
|
2058
|
+
@property
|
|
2059
|
+
@pulumi.getter(name="devopsRdc")
|
|
2060
|
+
def devops_rdc(self) -> Optional[pulumi.Input[str]]:
|
|
2061
|
+
return pulumi.get(self, "devops_rdc")
|
|
2062
|
+
|
|
2063
|
+
@devops_rdc.setter
|
|
2064
|
+
def devops_rdc(self, value: Optional[pulumi.Input[str]]):
|
|
2065
|
+
pulumi.set(self, "devops_rdc", value)
|
|
2066
|
+
|
|
1809
2067
|
@property
|
|
1810
2068
|
@pulumi.getter
|
|
1811
2069
|
def devopsrdc(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -1818,6 +2076,18 @@ class ProviderEndpointArgs:
|
|
|
1818
2076
|
def devopsrdc(self, value: Optional[pulumi.Input[str]]):
|
|
1819
2077
|
pulumi.set(self, "devopsrdc", value)
|
|
1820
2078
|
|
|
2079
|
+
@property
|
|
2080
|
+
@pulumi.getter
|
|
2081
|
+
def dfs(self) -> Optional[pulumi.Input[str]]:
|
|
2082
|
+
"""
|
|
2083
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom alidfs endpoints.
|
|
2084
|
+
"""
|
|
2085
|
+
return pulumi.get(self, "dfs")
|
|
2086
|
+
|
|
2087
|
+
@dfs.setter
|
|
2088
|
+
def dfs(self, value: Optional[pulumi.Input[str]]):
|
|
2089
|
+
pulumi.set(self, "dfs", value)
|
|
2090
|
+
|
|
1821
2091
|
@property
|
|
1822
2092
|
@pulumi.getter
|
|
1823
2093
|
def dg(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -1911,6 +2181,18 @@ class ProviderEndpointArgs:
|
|
|
1911
2181
|
def dysms(self, value: Optional[pulumi.Input[str]]):
|
|
1912
2182
|
pulumi.set(self, "dysms", value)
|
|
1913
2183
|
|
|
2184
|
+
@property
|
|
2185
|
+
@pulumi.getter
|
|
2186
|
+
def dysmsapi(self) -> Optional[pulumi.Input[str]]:
|
|
2187
|
+
"""
|
|
2188
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom dysmsapi endpoints.
|
|
2189
|
+
"""
|
|
2190
|
+
return pulumi.get(self, "dysmsapi")
|
|
2191
|
+
|
|
2192
|
+
@dysmsapi.setter
|
|
2193
|
+
def dysmsapi(self, value: Optional[pulumi.Input[str]]):
|
|
2194
|
+
pulumi.set(self, "dysmsapi", value)
|
|
2195
|
+
|
|
1914
2196
|
@property
|
|
1915
2197
|
@pulumi.getter
|
|
1916
2198
|
def eais(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -1935,6 +2217,18 @@ class ProviderEndpointArgs:
|
|
|
1935
2217
|
def ebs(self, value: Optional[pulumi.Input[str]]):
|
|
1936
2218
|
pulumi.set(self, "ebs", value)
|
|
1937
2219
|
|
|
2220
|
+
@property
|
|
2221
|
+
@pulumi.getter
|
|
2222
|
+
def ecd(self) -> Optional[pulumi.Input[str]]:
|
|
2223
|
+
"""
|
|
2224
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom gwsecd endpoints.
|
|
2225
|
+
"""
|
|
2226
|
+
return pulumi.get(self, "ecd")
|
|
2227
|
+
|
|
2228
|
+
@ecd.setter
|
|
2229
|
+
def ecd(self, value: Optional[pulumi.Input[str]]):
|
|
2230
|
+
pulumi.set(self, "ecd", value)
|
|
2231
|
+
|
|
1938
2232
|
@property
|
|
1939
2233
|
@pulumi.getter
|
|
1940
2234
|
def eci(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -1983,6 +2277,18 @@ class ProviderEndpointArgs:
|
|
|
1983
2277
|
def edasschedulerx(self, value: Optional[pulumi.Input[str]]):
|
|
1984
2278
|
pulumi.set(self, "edasschedulerx", value)
|
|
1985
2279
|
|
|
2280
|
+
@property
|
|
2281
|
+
@pulumi.getter(name="edsUser")
|
|
2282
|
+
def eds_user(self) -> Optional[pulumi.Input[str]]:
|
|
2283
|
+
"""
|
|
2284
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom edsuser endpoints.
|
|
2285
|
+
"""
|
|
2286
|
+
return pulumi.get(self, "eds_user")
|
|
2287
|
+
|
|
2288
|
+
@eds_user.setter
|
|
2289
|
+
def eds_user(self, value: Optional[pulumi.Input[str]]):
|
|
2290
|
+
pulumi.set(self, "eds_user", value)
|
|
2291
|
+
|
|
1986
2292
|
@property
|
|
1987
2293
|
@pulumi.getter
|
|
1988
2294
|
def edsuser(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -2079,6 +2385,15 @@ class ProviderEndpointArgs:
|
|
|
2079
2385
|
def ens(self, value: Optional[pulumi.Input[str]]):
|
|
2080
2386
|
pulumi.set(self, "ens", value)
|
|
2081
2387
|
|
|
2388
|
+
@property
|
|
2389
|
+
@pulumi.getter
|
|
2390
|
+
def esa(self) -> Optional[pulumi.Input[str]]:
|
|
2391
|
+
return pulumi.get(self, "esa")
|
|
2392
|
+
|
|
2393
|
+
@esa.setter
|
|
2394
|
+
def esa(self, value: Optional[pulumi.Input[str]]):
|
|
2395
|
+
pulumi.set(self, "esa", value)
|
|
2396
|
+
|
|
2082
2397
|
@property
|
|
2083
2398
|
@pulumi.getter
|
|
2084
2399
|
def ess(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -2115,6 +2430,18 @@ class ProviderEndpointArgs:
|
|
|
2115
2430
|
def fc(self, value: Optional[pulumi.Input[str]]):
|
|
2116
2431
|
pulumi.set(self, "fc", value)
|
|
2117
2432
|
|
|
2433
|
+
@property
|
|
2434
|
+
@pulumi.getter(name="fcOpen")
|
|
2435
|
+
def fc_open(self) -> Optional[pulumi.Input[str]]:
|
|
2436
|
+
"""
|
|
2437
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom Function Computing endpoints.
|
|
2438
|
+
"""
|
|
2439
|
+
return pulumi.get(self, "fc_open")
|
|
2440
|
+
|
|
2441
|
+
@fc_open.setter
|
|
2442
|
+
def fc_open(self, value: Optional[pulumi.Input[str]]):
|
|
2443
|
+
pulumi.set(self, "fc_open", value)
|
|
2444
|
+
|
|
2118
2445
|
@property
|
|
2119
2446
|
@pulumi.getter
|
|
2120
2447
|
def fnf(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -2151,6 +2478,18 @@ class ProviderEndpointArgs:
|
|
|
2151
2478
|
def gaplus(self, value: Optional[pulumi.Input[str]]):
|
|
2152
2479
|
pulumi.set(self, "gaplus", value)
|
|
2153
2480
|
|
|
2481
|
+
@property
|
|
2482
|
+
@pulumi.getter
|
|
2483
|
+
def gdb(self) -> Optional[pulumi.Input[str]]:
|
|
2484
|
+
"""
|
|
2485
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom gds endpoints.
|
|
2486
|
+
"""
|
|
2487
|
+
return pulumi.get(self, "gdb")
|
|
2488
|
+
|
|
2489
|
+
@gdb.setter
|
|
2490
|
+
def gdb(self, value: Optional[pulumi.Input[str]]):
|
|
2491
|
+
pulumi.set(self, "gdb", value)
|
|
2492
|
+
|
|
2154
2493
|
@property
|
|
2155
2494
|
@pulumi.getter
|
|
2156
2495
|
def gds(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -2175,6 +2514,15 @@ class ProviderEndpointArgs:
|
|
|
2175
2514
|
def gpdb(self, value: Optional[pulumi.Input[str]]):
|
|
2176
2515
|
pulumi.set(self, "gpdb", value)
|
|
2177
2516
|
|
|
2517
|
+
@property
|
|
2518
|
+
@pulumi.getter
|
|
2519
|
+
def gwlb(self) -> Optional[pulumi.Input[str]]:
|
|
2520
|
+
return pulumi.get(self, "gwlb")
|
|
2521
|
+
|
|
2522
|
+
@gwlb.setter
|
|
2523
|
+
def gwlb(self, value: Optional[pulumi.Input[str]]):
|
|
2524
|
+
pulumi.set(self, "gwlb", value)
|
|
2525
|
+
|
|
2178
2526
|
@property
|
|
2179
2527
|
@pulumi.getter
|
|
2180
2528
|
def gwsecd(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -2367,6 +2715,18 @@ class ProviderEndpointArgs:
|
|
|
2367
2715
|
def mns(self, value: Optional[pulumi.Input[str]]):
|
|
2368
2716
|
pulumi.set(self, "mns", value)
|
|
2369
2717
|
|
|
2718
|
+
@property
|
|
2719
|
+
@pulumi.getter(name="mnsOpen")
|
|
2720
|
+
def mns_open(self) -> Optional[pulumi.Input[str]]:
|
|
2721
|
+
"""
|
|
2722
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom MNS endpoints.
|
|
2723
|
+
"""
|
|
2724
|
+
return pulumi.get(self, "mns_open")
|
|
2725
|
+
|
|
2726
|
+
@mns_open.setter
|
|
2727
|
+
def mns_open(self, value: Optional[pulumi.Input[str]]):
|
|
2728
|
+
pulumi.set(self, "mns_open", value)
|
|
2729
|
+
|
|
2370
2730
|
@property
|
|
2371
2731
|
@pulumi.getter
|
|
2372
2732
|
def mscopensubscription(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -2427,6 +2787,18 @@ class ProviderEndpointArgs:
|
|
|
2427
2787
|
def oceanbase(self, value: Optional[pulumi.Input[str]]):
|
|
2428
2788
|
pulumi.set(self, "oceanbase", value)
|
|
2429
2789
|
|
|
2790
|
+
@property
|
|
2791
|
+
@pulumi.getter
|
|
2792
|
+
def oceanbasepro(self) -> Optional[pulumi.Input[str]]:
|
|
2793
|
+
"""
|
|
2794
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom oceanbase endpoints.
|
|
2795
|
+
"""
|
|
2796
|
+
return pulumi.get(self, "oceanbasepro")
|
|
2797
|
+
|
|
2798
|
+
@oceanbasepro.setter
|
|
2799
|
+
def oceanbasepro(self, value: Optional[pulumi.Input[str]]):
|
|
2800
|
+
pulumi.set(self, "oceanbasepro", value)
|
|
2801
|
+
|
|
2430
2802
|
@property
|
|
2431
2803
|
@pulumi.getter
|
|
2432
2804
|
def ons(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -2511,6 +2883,18 @@ class ProviderEndpointArgs:
|
|
|
2511
2883
|
def polardb(self, value: Optional[pulumi.Input[str]]):
|
|
2512
2884
|
pulumi.set(self, "polardb", value)
|
|
2513
2885
|
|
|
2886
|
+
@property
|
|
2887
|
+
@pulumi.getter
|
|
2888
|
+
def polardbx(self) -> Optional[pulumi.Input[str]]:
|
|
2889
|
+
"""
|
|
2890
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom DRDS endpoints.
|
|
2891
|
+
"""
|
|
2892
|
+
return pulumi.get(self, "polardbx")
|
|
2893
|
+
|
|
2894
|
+
@polardbx.setter
|
|
2895
|
+
def polardbx(self, value: Optional[pulumi.Input[str]]):
|
|
2896
|
+
pulumi.set(self, "polardbx", value)
|
|
2897
|
+
|
|
2514
2898
|
@property
|
|
2515
2899
|
@pulumi.getter
|
|
2516
2900
|
def privatelink(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -2547,6 +2931,18 @@ class ProviderEndpointArgs:
|
|
|
2547
2931
|
def quickbi(self, value: Optional[pulumi.Input[str]]):
|
|
2548
2932
|
pulumi.set(self, "quickbi", value)
|
|
2549
2933
|
|
|
2934
|
+
@property
|
|
2935
|
+
@pulumi.getter(name="quickbiPublic")
|
|
2936
|
+
def quickbi_public(self) -> Optional[pulumi.Input[str]]:
|
|
2937
|
+
"""
|
|
2938
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom quickbi endpoints.
|
|
2939
|
+
"""
|
|
2940
|
+
return pulumi.get(self, "quickbi_public")
|
|
2941
|
+
|
|
2942
|
+
@quickbi_public.setter
|
|
2943
|
+
def quickbi_public(self, value: Optional[pulumi.Input[str]]):
|
|
2944
|
+
pulumi.set(self, "quickbi_public", value)
|
|
2945
|
+
|
|
2550
2946
|
@property
|
|
2551
2947
|
@pulumi.getter
|
|
2552
2948
|
def quotas(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -2619,6 +3015,15 @@ class ProviderEndpointArgs:
|
|
|
2619
3015
|
def resourcemanager(self, value: Optional[pulumi.Input[str]]):
|
|
2620
3016
|
pulumi.set(self, "resourcemanager", value)
|
|
2621
3017
|
|
|
3018
|
+
@property
|
|
3019
|
+
@pulumi.getter
|
|
3020
|
+
def resourcesharing(self) -> Optional[pulumi.Input[str]]:
|
|
3021
|
+
return pulumi.get(self, "resourcesharing")
|
|
3022
|
+
|
|
3023
|
+
@resourcesharing.setter
|
|
3024
|
+
def resourcesharing(self, value: Optional[pulumi.Input[str]]):
|
|
3025
|
+
pulumi.set(self, "resourcesharing", value)
|
|
3026
|
+
|
|
2622
3027
|
@property
|
|
2623
3028
|
@pulumi.getter
|
|
2624
3029
|
def ressharing(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -2631,6 +3036,15 @@ class ProviderEndpointArgs:
|
|
|
2631
3036
|
def ressharing(self, value: Optional[pulumi.Input[str]]):
|
|
2632
3037
|
pulumi.set(self, "ressharing", value)
|
|
2633
3038
|
|
|
3039
|
+
@property
|
|
3040
|
+
@pulumi.getter
|
|
3041
|
+
def rocketmq(self) -> Optional[pulumi.Input[str]]:
|
|
3042
|
+
return pulumi.get(self, "rocketmq")
|
|
3043
|
+
|
|
3044
|
+
@rocketmq.setter
|
|
3045
|
+
def rocketmq(self, value: Optional[pulumi.Input[str]]):
|
|
3046
|
+
pulumi.set(self, "rocketmq", value)
|
|
3047
|
+
|
|
2634
3048
|
@property
|
|
2635
3049
|
@pulumi.getter
|
|
2636
3050
|
def ros(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -2643,6 +3057,18 @@ class ProviderEndpointArgs:
|
|
|
2643
3057
|
def ros(self, value: Optional[pulumi.Input[str]]):
|
|
2644
3058
|
pulumi.set(self, "ros", value)
|
|
2645
3059
|
|
|
3060
|
+
@property
|
|
3061
|
+
@pulumi.getter
|
|
3062
|
+
def sae(self) -> Optional[pulumi.Input[str]]:
|
|
3063
|
+
"""
|
|
3064
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom serverless endpoints.
|
|
3065
|
+
"""
|
|
3066
|
+
return pulumi.get(self, "sae")
|
|
3067
|
+
|
|
3068
|
+
@sae.setter
|
|
3069
|
+
def sae(self, value: Optional[pulumi.Input[str]]):
|
|
3070
|
+
pulumi.set(self, "sae", value)
|
|
3071
|
+
|
|
2646
3072
|
@property
|
|
2647
3073
|
@pulumi.getter
|
|
2648
3074
|
def sas(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -2667,6 +3093,18 @@ class ProviderEndpointArgs:
|
|
|
2667
3093
|
def scdn(self, value: Optional[pulumi.Input[str]]):
|
|
2668
3094
|
pulumi.set(self, "scdn", value)
|
|
2669
3095
|
|
|
3096
|
+
@property
|
|
3097
|
+
@pulumi.getter
|
|
3098
|
+
def schedulerx2(self) -> Optional[pulumi.Input[str]]:
|
|
3099
|
+
"""
|
|
3100
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom edasschedulerx endpoints.
|
|
3101
|
+
"""
|
|
3102
|
+
return pulumi.get(self, "schedulerx2")
|
|
3103
|
+
|
|
3104
|
+
@schedulerx2.setter
|
|
3105
|
+
def schedulerx2(self, value: Optional[pulumi.Input[str]]):
|
|
3106
|
+
pulumi.set(self, "schedulerx2", value)
|
|
3107
|
+
|
|
2670
3108
|
@property
|
|
2671
3109
|
@pulumi.getter
|
|
2672
3110
|
def sddp(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -2703,6 +3141,18 @@ class ProviderEndpointArgs:
|
|
|
2703
3141
|
def serverless(self, value: Optional[pulumi.Input[str]]):
|
|
2704
3142
|
pulumi.set(self, "serverless", value)
|
|
2705
3143
|
|
|
3144
|
+
@property
|
|
3145
|
+
@pulumi.getter
|
|
3146
|
+
def servicecatalog(self) -> Optional[pulumi.Input[str]]:
|
|
3147
|
+
"""
|
|
3148
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom srvcatalog endpoints.
|
|
3149
|
+
"""
|
|
3150
|
+
return pulumi.get(self, "servicecatalog")
|
|
3151
|
+
|
|
3152
|
+
@servicecatalog.setter
|
|
3153
|
+
def servicecatalog(self, value: Optional[pulumi.Input[str]]):
|
|
3154
|
+
pulumi.set(self, "servicecatalog", value)
|
|
3155
|
+
|
|
2706
3156
|
@property
|
|
2707
3157
|
@pulumi.getter
|
|
2708
3158
|
def servicemesh(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -2787,6 +3237,18 @@ class ProviderEndpointArgs:
|
|
|
2787
3237
|
def swas(self, value: Optional[pulumi.Input[str]]):
|
|
2788
3238
|
pulumi.set(self, "swas", value)
|
|
2789
3239
|
|
|
3240
|
+
@property
|
|
3241
|
+
@pulumi.getter(name="swasOpen")
|
|
3242
|
+
def swas_open(self) -> Optional[pulumi.Input[str]]:
|
|
3243
|
+
"""
|
|
3244
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom swas endpoints.
|
|
3245
|
+
"""
|
|
3246
|
+
return pulumi.get(self, "swas_open")
|
|
3247
|
+
|
|
3248
|
+
@swas_open.setter
|
|
3249
|
+
def swas_open(self, value: Optional[pulumi.Input[str]]):
|
|
3250
|
+
pulumi.set(self, "swas_open", value)
|
|
3251
|
+
|
|
2790
3252
|
@property
|
|
2791
3253
|
@pulumi.getter
|
|
2792
3254
|
def tag(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -2823,6 +3285,15 @@ class ProviderEndpointArgs:
|
|
|
2823
3285
|
def vpc(self, value: Optional[pulumi.Input[str]]):
|
|
2824
3286
|
pulumi.set(self, "vpc", value)
|
|
2825
3287
|
|
|
3288
|
+
@property
|
|
3289
|
+
@pulumi.getter
|
|
3290
|
+
def vpcipam(self) -> Optional[pulumi.Input[str]]:
|
|
3291
|
+
return pulumi.get(self, "vpcipam")
|
|
3292
|
+
|
|
3293
|
+
@vpcipam.setter
|
|
3294
|
+
def vpcipam(self, value: Optional[pulumi.Input[str]]):
|
|
3295
|
+
pulumi.set(self, "vpcipam", value)
|
|
3296
|
+
|
|
2826
3297
|
@property
|
|
2827
3298
|
@pulumi.getter
|
|
2828
3299
|
def vpcpeer(self) -> Optional[pulumi.Input[str]]:
|