pulumi-alicloud 3.71.0a1735362939__py3-none-any.whl → 3.72.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


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

Files changed (142) hide show
  1. pulumi_alicloud/__init__.py +83 -0
  2. pulumi_alicloud/_inputs.py +471 -0
  3. pulumi_alicloud/adb/cluster.py +68 -0
  4. pulumi_alicloud/adb/db_cluster.py +94 -0
  5. pulumi_alicloud/adb/get_db_cluster_lake_versions.py +39 -4
  6. pulumi_alicloud/adb/outputs.py +106 -2
  7. pulumi_alicloud/apig/__init__.py +12 -0
  8. pulumi_alicloud/apig/_inputs.py +263 -0
  9. pulumi_alicloud/apig/environment.py +317 -0
  10. pulumi_alicloud/apig/gateway.py +645 -0
  11. pulumi_alicloud/apig/http_api.py +465 -0
  12. pulumi_alicloud/apig/outputs.py +213 -0
  13. pulumi_alicloud/cfg/get_aggregate_compliance_packs.py +2 -2
  14. pulumi_alicloud/cfg/get_aggregate_config_rules.py +4 -4
  15. pulumi_alicloud/cfg/get_aggregate_deliveries.py +16 -2
  16. pulumi_alicloud/cfg/get_aggregators.py +2 -2
  17. pulumi_alicloud/cfg/get_compliance_packs.py +2 -2
  18. pulumi_alicloud/cfg/get_configuration_recorders.py +2 -6
  19. pulumi_alicloud/cfg/get_deliveries.py +11 -2
  20. pulumi_alicloud/cfg/get_delivery_channels.py +0 -4
  21. pulumi_alicloud/cfg/get_rules.py +3 -7
  22. pulumi_alicloud/cfg/outputs.py +28 -20
  23. pulumi_alicloud/cloudfirewall/get_instance_members.py +2 -2
  24. pulumi_alicloud/cloudfirewall/get_instances.py +23 -6
  25. pulumi_alicloud/cloudfirewall/get_vpc_firewall_cens.py +2 -2
  26. pulumi_alicloud/cloudfirewall/get_vpc_firewall_control_policies.py +32 -2
  27. pulumi_alicloud/cloudfirewall/get_vpc_firewalls.py +2 -2
  28. pulumi_alicloud/cloudfirewall/instance.py +1 -1
  29. pulumi_alicloud/cloudfirewall/outputs.py +16 -4
  30. pulumi_alicloud/config/__init__.pyi +2 -0
  31. pulumi_alicloud/config/outputs.py +284 -0
  32. pulumi_alicloud/config/vars.py +4 -0
  33. pulumi_alicloud/cr/_inputs.py +128 -0
  34. pulumi_alicloud/cr/outputs.py +93 -0
  35. pulumi_alicloud/cr/registry_enterprise_instance.py +86 -63
  36. pulumi_alicloud/cs/registry_enterprise_sync_rule.py +331 -38
  37. pulumi_alicloud/dcdn/get_domains.py +2 -2
  38. pulumi_alicloud/dcdn/get_ipa_domains.py +14 -2
  39. pulumi_alicloud/dcdn/get_waf_domains.py +5 -2
  40. pulumi_alicloud/dcdn/get_waf_policies.py +8 -2
  41. pulumi_alicloud/dcdn/outputs.py +6 -6
  42. pulumi_alicloud/ddos/get_ddos_coo_domain_resources.py +8 -2
  43. pulumi_alicloud/ddos/get_ddos_coo_ports.py +16 -4
  44. pulumi_alicloud/ddos/outputs.py +4 -4
  45. pulumi_alicloud/ecs/_inputs.py +9 -0
  46. pulumi_alicloud/ecs/ecs_snapshot.py +65 -9
  47. pulumi_alicloud/ecs/get_ecs_disks.py +103 -14
  48. pulumi_alicloud/ecs/get_instance_types.py +1 -1
  49. pulumi_alicloud/ecs/outputs.py +168 -37
  50. pulumi_alicloud/ecs/security_group.py +161 -81
  51. pulumi_alicloud/ecs/snapshot.py +40 -0
  52. pulumi_alicloud/eds/ram_directory.py +4 -0
  53. pulumi_alicloud/esa/__init__.py +3 -0
  54. pulumi_alicloud/esa/_inputs.py +456 -0
  55. pulumi_alicloud/esa/outputs.py +321 -0
  56. pulumi_alicloud/esa/record.py +798 -0
  57. pulumi_alicloud/ess/get_scaling_configurations.py +116 -10
  58. pulumi_alicloud/ess/notification.py +50 -3
  59. pulumi_alicloud/ess/outputs.py +104 -8
  60. pulumi_alicloud/ess/scheduled_task.py +7 -7
  61. pulumi_alicloud/expressconnect/__init__.py +1 -0
  62. pulumi_alicloud/expressconnect/router_grant_association.py +477 -0
  63. pulumi_alicloud/fc/v3_trigger.py +1 -1
  64. pulumi_alicloud/ga/get_accelerator_spare_ip_attachments.py +11 -2
  65. pulumi_alicloud/ga/get_acls.py +14 -2
  66. pulumi_alicloud/ga/get_additional_certificates.py +11 -2
  67. pulumi_alicloud/ga/get_bandwidth_packages.py +14 -2
  68. pulumi_alicloud/ga/get_basic_accelerate_ip_endpoint_relations.py +2 -2
  69. pulumi_alicloud/ga/get_basic_accelerate_ips.py +2 -2
  70. pulumi_alicloud/ga/get_basic_accelerators.py +2 -2
  71. pulumi_alicloud/ga/get_basic_endpoints.py +2 -2
  72. pulumi_alicloud/ga/get_custom_routing_endpoint_group_destinations.py +2 -2
  73. pulumi_alicloud/ga/get_custom_routing_endpoint_groups.py +2 -2
  74. pulumi_alicloud/ga/get_custom_routing_endpoint_traffic_policies.py +2 -2
  75. pulumi_alicloud/ga/get_custom_routing_endpoints.py +2 -2
  76. pulumi_alicloud/ga/get_custom_routing_port_mappings.py +2 -2
  77. pulumi_alicloud/ga/get_domains.py +2 -2
  78. pulumi_alicloud/ga/get_forwarding_rules.py +8 -2
  79. pulumi_alicloud/ga/get_ip_sets.py +8 -2
  80. pulumi_alicloud/ga/get_listeners.py +11 -2
  81. pulumi_alicloud/ga/outputs.py +64 -32
  82. pulumi_alicloud/get_msc_sub_contact_verification_message.py +2 -2
  83. pulumi_alicloud/get_msc_sub_contacts.py +8 -2
  84. pulumi_alicloud/get_msc_sub_subscriptions.py +5 -2
  85. pulumi_alicloud/get_msc_sub_webhooks.py +8 -2
  86. pulumi_alicloud/kms/key.py +108 -28
  87. pulumi_alicloud/kvstore/backup_policy.py +32 -24
  88. pulumi_alicloud/kvstore/get_instances.py +14 -3
  89. pulumi_alicloud/kvstore/outputs.py +48 -4
  90. pulumi_alicloud/marketplace/order.py +2 -2
  91. pulumi_alicloud/mongodb/__init__.py +1 -0
  92. pulumi_alicloud/mongodb/private_srv_network_address.py +283 -0
  93. pulumi_alicloud/oss/__init__.py +2 -0
  94. pulumi_alicloud/oss/_inputs.py +68 -0
  95. pulumi_alicloud/oss/access_point.py +463 -0
  96. pulumi_alicloud/oss/bucket_worm.py +327 -0
  97. pulumi_alicloud/oss/outputs.py +74 -0
  98. pulumi_alicloud/polardb/cluster.py +47 -0
  99. pulumi_alicloud/privatelink/get_service.py +2 -2
  100. pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +14 -2
  101. pulumi_alicloud/privatelink/get_vpc_endpoint_service_resources.py +8 -2
  102. pulumi_alicloud/privatelink/get_vpc_endpoint_service_users.py +11 -2
  103. pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +11 -2
  104. pulumi_alicloud/privatelink/get_vpc_endpoints.py +23 -2
  105. pulumi_alicloud/privatelink/outputs.py +6 -6
  106. pulumi_alicloud/privatelink/vpc_endpoint.py +143 -69
  107. pulumi_alicloud/privatelink/vpc_endpoint_service.py +47 -0
  108. pulumi_alicloud/privatelink/vpc_endpoint_service_resource.py +2 -2
  109. pulumi_alicloud/provider.py +20 -0
  110. pulumi_alicloud/pulumi-plugin.json +1 -1
  111. pulumi_alicloud/ram/get_policies.py +66 -8
  112. pulumi_alicloud/rds/instance.py +211 -14
  113. pulumi_alicloud/redis/tair_instance.py +47 -0
  114. pulumi_alicloud/resourcemanager/control_policy_attachment.py +28 -28
  115. pulumi_alicloud/resourcemanager/shared_resource.py +7 -0
  116. pulumi_alicloud/schedulerx/__init__.py +3 -0
  117. pulumi_alicloud/schedulerx/_inputs.py +542 -0
  118. pulumi_alicloud/schedulerx/app_group.py +952 -0
  119. pulumi_alicloud/schedulerx/job.py +1454 -0
  120. pulumi_alicloud/schedulerx/namespace.py +64 -51
  121. pulumi_alicloud/schedulerx/outputs.py +425 -0
  122. pulumi_alicloud/sddp/get_configs.py +5 -2
  123. pulumi_alicloud/sddp/get_data_limits.py +11 -2
  124. pulumi_alicloud/sddp/get_instances.py +5 -2
  125. pulumi_alicloud/sddp/get_rules.py +29 -2
  126. pulumi_alicloud/sddp/outputs.py +14 -14
  127. pulumi_alicloud/vpc/get_peer_connections.py +17 -2
  128. pulumi_alicloud/vpc/network.py +293 -40
  129. pulumi_alicloud/vpc/outputs.py +2 -2
  130. pulumi_alicloud/vpc/peer_connection.py +239 -132
  131. pulumi_alicloud/vpc/peer_connection_accepter.py +85 -6
  132. pulumi_alicloud/waf/domain.py +2 -2
  133. pulumi_alicloud/waf/get_certificates.py +14 -2
  134. pulumi_alicloud/waf/get_domains.py +6 -4
  135. pulumi_alicloud/waf/get_instances.py +2 -2
  136. pulumi_alicloud/waf/instance.py +0 -64
  137. pulumi_alicloud/waf/outputs.py +2 -4
  138. pulumi_alicloud/wafv3/get_instances.py +10 -4
  139. {pulumi_alicloud-3.71.0a1735362939.dist-info → pulumi_alicloud-3.72.0.dist-info}/METADATA +1 -1
  140. {pulumi_alicloud-3.71.0a1735362939.dist-info → pulumi_alicloud-3.72.0.dist-info}/RECORD +142 -126
  141. {pulumi_alicloud-3.71.0a1735362939.dist-info → pulumi_alicloud-3.72.0.dist-info}/WHEEL +1 -1
  142. {pulumi_alicloud-3.71.0a1735362939.dist-info → pulumi_alicloud-3.72.0.dist-info}/top_level.txt +0 -0
@@ -138,7 +138,7 @@ def get_basic_accelerate_ip_endpoint_relations(accelerate_ip_id: Optional[str] =
138
138
  """
139
139
  This data source provides the Global Accelerator (GA) Basic Accelerate Ip Endpoint Relations of the current Alibaba Cloud user.
140
140
 
141
- > **NOTE:** Available in v1.194.0+.
141
+ > **NOTE:** Available since v1.194.0.
142
142
 
143
143
  ## Example Usage
144
144
 
@@ -190,7 +190,7 @@ def get_basic_accelerate_ip_endpoint_relations_output(accelerate_ip_id: Optional
190
190
  """
191
191
  This data source provides the Global Accelerator (GA) Basic Accelerate Ip Endpoint Relations of the current Alibaba Cloud user.
192
192
 
193
- > **NOTE:** Available in v1.194.0+.
193
+ > **NOTE:** Available since v1.194.0.
194
194
 
195
195
  ## Example Usage
196
196
 
@@ -138,7 +138,7 @@ def get_basic_accelerate_ips(accelerate_ip_address: Optional[str] = None,
138
138
  """
139
139
  This data source provides the Global Accelerator (GA) Basic Accelerate IPs of the current Alibaba Cloud user.
140
140
 
141
- > **NOTE:** Available in v1.194.0+.
141
+ > **NOTE:** Available since v1.194.0.
142
142
 
143
143
  ## Example Usage
144
144
 
@@ -190,7 +190,7 @@ def get_basic_accelerate_ips_output(accelerate_ip_address: Optional[pulumi.Input
190
190
  """
191
191
  This data source provides the Global Accelerator (GA) Basic Accelerate IPs of the current Alibaba Cloud user.
192
192
 
193
- > **NOTE:** Available in v1.194.0+.
193
+ > **NOTE:** Available since v1.194.0.
194
194
 
195
195
  ## Example Usage
196
196
 
@@ -151,7 +151,7 @@ def get_basic_accelerators(accelerator_id: Optional[str] = None,
151
151
  """
152
152
  This data source provides the Global Accelerator (GA) Basic Accelerators of the current Alibaba Cloud user.
153
153
 
154
- > **NOTE:** Available in v1.194.0+.
154
+ > **NOTE:** Available since v1.194.0.
155
155
 
156
156
  ## Example Usage
157
157
 
@@ -207,7 +207,7 @@ def get_basic_accelerators_output(accelerator_id: Optional[pulumi.Input[Optional
207
207
  """
208
208
  This data source provides the Global Accelerator (GA) Basic Accelerators of the current Alibaba Cloud user.
209
209
 
210
- > **NOTE:** Available in v1.194.0+.
210
+ > **NOTE:** Available since v1.194.0.
211
211
 
212
212
  ## Example Usage
213
213
 
@@ -170,7 +170,7 @@ def get_basic_endpoints(endpoint_group_id: Optional[str] = None,
170
170
  """
171
171
  This data source provides the Global Accelerator (GA) Basic Endpoints of the current Alibaba Cloud user.
172
172
 
173
- > **NOTE:** Available in v1.194.0+.
173
+ > **NOTE:** Available since v1.194.0.
174
174
 
175
175
  ## Example Usage
176
176
 
@@ -234,7 +234,7 @@ def get_basic_endpoints_output(endpoint_group_id: Optional[pulumi.Input[str]] =
234
234
  """
235
235
  This data source provides the Global Accelerator (GA) Basic Endpoints of the current Alibaba Cloud user.
236
236
 
237
- > **NOTE:** Available in v1.194.0+.
237
+ > **NOTE:** Available since v1.194.0.
238
238
 
239
239
  ## Example Usage
240
240
 
@@ -184,7 +184,7 @@ def get_custom_routing_endpoint_group_destinations(accelerator_id: Optional[str]
184
184
  """
185
185
  This data source provides the Global Accelerator (GA) Custom Routing Endpoint Group Destinations of the current Alibaba Cloud user.
186
186
 
187
- > **NOTE:** Available in 1.197.0+
187
+ > **NOTE:** Available since v1.197.0.
188
188
 
189
189
  ## Example Usage
190
190
 
@@ -250,7 +250,7 @@ def get_custom_routing_endpoint_group_destinations_output(accelerator_id: Option
250
250
  """
251
251
  This data source provides the Global Accelerator (GA) Custom Routing Endpoint Group Destinations of the current Alibaba Cloud user.
252
252
 
253
- > **NOTE:** Available in 1.197.0+
253
+ > **NOTE:** Available since v1.197.0.
254
254
 
255
255
  ## Example Usage
256
256
 
@@ -180,7 +180,7 @@ def get_custom_routing_endpoint_groups(accelerator_id: Optional[str] = None,
180
180
  """
181
181
  This data source provides the Global Accelerator (GA) Custom Routing Endpoint Groups of the current Alibaba Cloud user.
182
182
 
183
- > **NOTE:** Available in 1.197.0+
183
+ > **NOTE:** Available since v1.197.0.
184
184
 
185
185
  ## Example Usage
186
186
 
@@ -246,7 +246,7 @@ def get_custom_routing_endpoint_groups_output(accelerator_id: Optional[pulumi.In
246
246
  """
247
247
  This data source provides the Global Accelerator (GA) Custom Routing Endpoint Groups of the current Alibaba Cloud user.
248
248
 
249
- > **NOTE:** Available in 1.197.0+
249
+ > **NOTE:** Available since v1.197.0.
250
250
 
251
251
  ## Example Usage
252
252
 
@@ -171,7 +171,7 @@ def get_custom_routing_endpoint_traffic_policies(accelerator_id: Optional[str] =
171
171
  """
172
172
  This data source provides the Global Accelerator (GA) Custom Routing Endpoint Traffic Policies of the current Alibaba Cloud user.
173
173
 
174
- > **NOTE:** Available in 1.197.0+
174
+ > **NOTE:** Available since v1.197.0.
175
175
 
176
176
  ## Example Usage
177
177
 
@@ -233,7 +233,7 @@ def get_custom_routing_endpoint_traffic_policies_output(accelerator_id: Optional
233
233
  """
234
234
  This data source provides the Global Accelerator (GA) Custom Routing Endpoint Traffic Policies of the current Alibaba Cloud user.
235
235
 
236
- > **NOTE:** Available in 1.197.0+
236
+ > **NOTE:** Available since v1.197.0.
237
237
 
238
238
  ## Example Usage
239
239
 
@@ -145,7 +145,7 @@ def get_custom_routing_endpoints(accelerator_id: Optional[str] = None,
145
145
  """
146
146
  This data source provides the Global Accelerator (GA) Custom Routing Endpoints of the current Alibaba Cloud user.
147
147
 
148
- > **NOTE:** Available in 1.197.0+
148
+ > **NOTE:** Available since v1.197.0.
149
149
 
150
150
  ## Example Usage
151
151
 
@@ -199,7 +199,7 @@ def get_custom_routing_endpoints_output(accelerator_id: Optional[pulumi.Input[st
199
199
  """
200
200
  This data source provides the Global Accelerator (GA) Custom Routing Endpoints of the current Alibaba Cloud user.
201
201
 
202
- > **NOTE:** Available in 1.197.0+
202
+ > **NOTE:** Available since v1.197.0.
203
203
 
204
204
  ## Example Usage
205
205
 
@@ -148,7 +148,7 @@ def get_custom_routing_port_mappings(accelerator_id: Optional[str] = None,
148
148
  """
149
149
  This data source provides the Global Accelerator (GA) Custom Routing Port Mappings of the current Alibaba Cloud user.
150
150
 
151
- > **NOTE:** Available in 1.197.0+
151
+ > **NOTE:** Available since v1.197.0.
152
152
 
153
153
  ## Example Usage
154
154
 
@@ -201,7 +201,7 @@ def get_custom_routing_port_mappings_output(accelerator_id: Optional[pulumi.Inpu
201
201
  """
202
202
  This data source provides the Global Accelerator (GA) Custom Routing Port Mappings of the current Alibaba Cloud user.
203
203
 
204
- > **NOTE:** Available in 1.197.0+
204
+ > **NOTE:** Available since v1.197.0.
205
205
 
206
206
  ## Example Usage
207
207
 
@@ -145,7 +145,7 @@ def get_domains(accelerator_id: Optional[str] = None,
145
145
  """
146
146
  This data source provides Ga Domain available to the user.[What is Domain](https://www.alibabacloud.com/help/en/global-accelerator/latest/createdomain)
147
147
 
148
- > **NOTE:** Available in 1.197.0+
148
+ > **NOTE:** Available since v1.197.0.
149
149
 
150
150
  ## Example Usage
151
151
 
@@ -205,7 +205,7 @@ def get_domains_output(accelerator_id: Optional[pulumi.Input[Optional[str]]] = N
205
205
  """
206
206
  This data source provides Ga Domain available to the user.[What is Domain](https://www.alibabacloud.com/help/en/global-accelerator/latest/createdomain)
207
207
 
208
- > **NOTE:** Available in 1.197.0+
208
+ > **NOTE:** Available since v1.197.0.
209
209
 
210
210
  ## Example Usage
211
211
 
@@ -58,6 +58,9 @@ class GetForwardingRulesResult:
58
58
  @property
59
59
  @pulumi.getter(name="forwardingRules")
60
60
  def forwarding_rules(self) -> Sequence['outputs.GetForwardingRulesForwardingRuleResult']:
61
+ """
62
+ A list of Ga Forwarding Rules. Each element contains the following attributes:
63
+ """
61
64
  return pulumi.get(self, "forwarding_rules")
62
65
 
63
66
  @property
@@ -76,6 +79,9 @@ class GetForwardingRulesResult:
76
79
  @property
77
80
  @pulumi.getter(name="listenerId")
78
81
  def listener_id(self) -> str:
82
+ """
83
+ The ID of the listener.
84
+ """
79
85
  return pulumi.get(self, "listener_id")
80
86
 
81
87
  @property
@@ -113,7 +119,7 @@ def get_forwarding_rules(accelerator_id: Optional[str] = None,
113
119
  """
114
120
  This data source provides the Global Accelerator (GA) Forwarding Rules of the current Alibaba Cloud user.
115
121
 
116
- > **NOTE:** Available in v1.120.0+.
122
+ > **NOTE:** Available since v1.120.0.
117
123
 
118
124
  ## Example Usage
119
125
 
@@ -162,7 +168,7 @@ def get_forwarding_rules_output(accelerator_id: Optional[pulumi.Input[str]] = No
162
168
  """
163
169
  This data source provides the Global Accelerator (GA) Forwarding Rules of the current Alibaba Cloud user.
164
170
 
165
- > **NOTE:** Available in v1.120.0+.
171
+ > **NOTE:** Available since v1.120.0.
166
172
 
167
173
  ## Example Usage
168
174
 
@@ -73,11 +73,17 @@ class GetIpSetsResult:
73
73
  @property
74
74
  @pulumi.getter
75
75
  def sets(self) -> Sequence['outputs.GetIpSetsSetResult']:
76
+ """
77
+ A list of Ga Ip Sets. Each element contains the following attributes:
78
+ """
76
79
  return pulumi.get(self, "sets")
77
80
 
78
81
  @property
79
82
  @pulumi.getter
80
83
  def status(self) -> Optional[str]:
84
+ """
85
+ The status of the acceleration region.
86
+ """
81
87
  return pulumi.get(self, "status")
82
88
 
83
89
 
@@ -103,7 +109,7 @@ def get_ip_sets(accelerator_id: Optional[str] = None,
103
109
  """
104
110
  This data source provides the Global Accelerator (GA) Ip Sets of the current Alibaba Cloud user.
105
111
 
106
- > **NOTE:** Available in v1.113.0+.
112
+ > **NOTE:** Available since v1.113.0.
107
113
 
108
114
  ## Example Usage
109
115
 
@@ -147,7 +153,7 @@ def get_ip_sets_output(accelerator_id: Optional[pulumi.Input[str]] = None,
147
153
  """
148
154
  This data source provides the Global Accelerator (GA) Ip Sets of the current Alibaba Cloud user.
149
155
 
150
- > **NOTE:** Available in v1.113.0+.
156
+ > **NOTE:** Available since v1.113.0.
151
157
 
152
158
  ## Example Usage
153
159
 
@@ -74,6 +74,9 @@ class GetListenersResult:
74
74
  @property
75
75
  @pulumi.getter
76
76
  def listeners(self) -> Sequence['outputs.GetListenersListenerResult']:
77
+ """
78
+ A list of Ga Listeners. Each element contains the following attributes:
79
+ """
77
80
  return pulumi.get(self, "listeners")
78
81
 
79
82
  @property
@@ -84,6 +87,9 @@ class GetListenersResult:
84
87
  @property
85
88
  @pulumi.getter
86
89
  def names(self) -> Sequence[str]:
90
+ """
91
+ A list of Listener names.
92
+ """
87
93
  return pulumi.get(self, "names")
88
94
 
89
95
  @property
@@ -94,6 +100,9 @@ class GetListenersResult:
94
100
  @property
95
101
  @pulumi.getter
96
102
  def status(self) -> Optional[str]:
103
+ """
104
+ The status of the listener.
105
+ """
97
106
  return pulumi.get(self, "status")
98
107
 
99
108
 
@@ -122,7 +131,7 @@ def get_listeners(accelerator_id: Optional[str] = None,
122
131
  """
123
132
  This data source provides the Global Accelerator (GA) Listeners of the current Alibaba Cloud user.
124
133
 
125
- > **NOTE:** Available in v1.111.0+.
134
+ > **NOTE:** Available since v1.111.0.
126
135
 
127
136
  ## Example Usage
128
137
 
@@ -172,7 +181,7 @@ def get_listeners_output(accelerator_id: Optional[pulumi.Input[str]] = None,
172
181
  """
173
182
  This data source provides the Global Accelerator (GA) Listeners of the current Alibaba Cloud user.
174
183
 
175
- > **NOTE:** Available in v1.111.0+.
184
+ > **NOTE:** Available since v1.111.0.
176
185
 
177
186
  ## Example Usage
178
187
 
@@ -1055,7 +1055,7 @@ class GetAclsAclResult(dict):
1055
1055
  :param str acl_name: The name of the acl.
1056
1056
  :param str address_ip_version: The address ip version.
1057
1057
  :param str id: The ID of the Acl. Its value is same as `acl_id`.
1058
- :param str status: The status of the resource.
1058
+ :param str status: The status of the resource. Valid values: `active`, `configuring`, `deleting`, `init`.
1059
1059
  """
1060
1060
  pulumi.set(__self__, "acl_entries", acl_entries)
1061
1061
  pulumi.set(__self__, "acl_id", acl_id)
@@ -1108,7 +1108,7 @@ class GetAclsAclResult(dict):
1108
1108
  @pulumi.getter
1109
1109
  def status(self) -> str:
1110
1110
  """
1111
- The status of the resource.
1111
+ The status of the resource. Valid values: `active`, `configuring`, `deleting`, `init`.
1112
1112
  """
1113
1113
  return pulumi.get(self, "status")
1114
1114
 
@@ -1230,8 +1230,8 @@ class GetBandwidthPackagesPackageResult(dict):
1230
1230
  :param str expired_time: Bandwidth package expiration time.
1231
1231
  :param str id: The ID of the Bandwidth Package.
1232
1232
  :param str payment_type: The payment type of the bandwidth.
1233
- :param str status: The status of the bandwidth plan.
1234
- :param str type: The type of the bandwidth packet. China station only supports return to basic.
1233
+ :param str status: The status of the bandwidth plan. Valid values: `active`, `binded`, `binding`, `finacialLocked`, `init`, `unbinding`, `updating`.
1234
+ :param str type: The type of the bandwidth plan. Valid values: `Basic`, `CrossDomain`.
1235
1235
  """
1236
1236
  pulumi.set(__self__, "bandwidth", bandwidth)
1237
1237
  pulumi.set(__self__, "bandwidth_package_id", bandwidth_package_id)
@@ -1330,7 +1330,7 @@ class GetBandwidthPackagesPackageResult(dict):
1330
1330
  @pulumi.getter
1331
1331
  def status(self) -> str:
1332
1332
  """
1333
- The status of the bandwidth plan.
1333
+ The status of the bandwidth plan. Valid values: `active`, `binded`, `binding`, `finacialLocked`, `init`, `unbinding`, `updating`.
1334
1334
  """
1335
1335
  return pulumi.get(self, "status")
1336
1336
 
@@ -1338,7 +1338,7 @@ class GetBandwidthPackagesPackageResult(dict):
1338
1338
  @pulumi.getter
1339
1339
  def type(self) -> str:
1340
1340
  """
1341
- The type of the bandwidth packet. China station only supports return to basic.
1341
+ The type of the bandwidth plan. Valid values: `Basic`, `CrossDomain`.
1342
1342
  """
1343
1343
  return pulumi.get(self, "type")
1344
1344
 
@@ -2884,17 +2884,7 @@ class GetForwardingRulesForwardingRuleResult(dict):
2884
2884
  :param str listener_id: The ID of the listener.
2885
2885
  :param int priority: Forwarding policy priority.
2886
2886
  :param Sequence['GetForwardingRulesForwardingRuleRuleActionArgs'] rule_actions: The IP protocol used by the GA instance.
2887
- `order` - Forwarding priority.
2888
- `rule_action_type` - Forward action type.
2889
- `forward_group_config` - Forwarding configuration.
2890
- `server_group_tuples` - Terminal node group configuration.
2891
- `endpoint_group_id` - Terminal node group ID.
2892
2887
  :param Sequence['GetForwardingRulesForwardingRuleRuleConditionArgs'] rule_conditions: Forward action.
2893
- `rule_condition_type` - Forwarding condition type.
2894
- `path_config` - Path configuration information.
2895
- `values` - The length of the path is 1-128 characters.
2896
- `host_config` - Domain name configuration information.
2897
- `values` - The domain name is 3-128 characters long.
2898
2888
  """
2899
2889
  pulumi.set(__self__, "forwarding_rule_id", forwarding_rule_id)
2900
2890
  pulumi.set(__self__, "forwarding_rule_name", forwarding_rule_name)
@@ -2955,11 +2945,6 @@ class GetForwardingRulesForwardingRuleResult(dict):
2955
2945
  def rule_actions(self) -> Sequence['outputs.GetForwardingRulesForwardingRuleRuleActionResult']:
2956
2946
  """
2957
2947
  The IP protocol used by the GA instance.
2958
- `order` - Forwarding priority.
2959
- `rule_action_type` - Forward action type.
2960
- `forward_group_config` - Forwarding configuration.
2961
- `server_group_tuples` - Terminal node group configuration.
2962
- `endpoint_group_id` - Terminal node group ID.
2963
2948
  """
2964
2949
  return pulumi.get(self, "rule_actions")
2965
2950
 
@@ -2968,11 +2953,6 @@ class GetForwardingRulesForwardingRuleResult(dict):
2968
2953
  def rule_conditions(self) -> Sequence['outputs.GetForwardingRulesForwardingRuleRuleConditionResult']:
2969
2954
  """
2970
2955
  Forward action.
2971
- `rule_condition_type` - Forwarding condition type.
2972
- `path_config` - Path configuration information.
2973
- `values` - The length of the path is 1-128 characters.
2974
- `host_config` - Domain name configuration information.
2975
- `values` - The domain name is 3-128 characters long.
2976
2956
  """
2977
2957
  return pulumi.get(self, "rule_conditions")
2978
2958
 
@@ -2983,6 +2963,11 @@ class GetForwardingRulesForwardingRuleRuleActionResult(dict):
2983
2963
  forward_group_configs: Sequence['outputs.GetForwardingRulesForwardingRuleRuleActionForwardGroupConfigResult'],
2984
2964
  order: int,
2985
2965
  rule_action_type: str):
2966
+ """
2967
+ :param Sequence['GetForwardingRulesForwardingRuleRuleActionForwardGroupConfigArgs'] forward_group_configs: Forwarding configuration.
2968
+ :param int order: Forwarding priority.
2969
+ :param str rule_action_type: Forward action type.
2970
+ """
2986
2971
  pulumi.set(__self__, "forward_group_configs", forward_group_configs)
2987
2972
  pulumi.set(__self__, "order", order)
2988
2973
  pulumi.set(__self__, "rule_action_type", rule_action_type)
@@ -2990,16 +2975,25 @@ class GetForwardingRulesForwardingRuleRuleActionResult(dict):
2990
2975
  @property
2991
2976
  @pulumi.getter(name="forwardGroupConfigs")
2992
2977
  def forward_group_configs(self) -> Sequence['outputs.GetForwardingRulesForwardingRuleRuleActionForwardGroupConfigResult']:
2978
+ """
2979
+ Forwarding configuration.
2980
+ """
2993
2981
  return pulumi.get(self, "forward_group_configs")
2994
2982
 
2995
2983
  @property
2996
2984
  @pulumi.getter
2997
2985
  def order(self) -> int:
2986
+ """
2987
+ Forwarding priority.
2988
+ """
2998
2989
  return pulumi.get(self, "order")
2999
2990
 
3000
2991
  @property
3001
2992
  @pulumi.getter(name="ruleActionType")
3002
2993
  def rule_action_type(self) -> str:
2994
+ """
2995
+ Forward action type.
2996
+ """
3003
2997
  return pulumi.get(self, "rule_action_type")
3004
2998
 
3005
2999
 
@@ -3007,11 +3001,17 @@ class GetForwardingRulesForwardingRuleRuleActionResult(dict):
3007
3001
  class GetForwardingRulesForwardingRuleRuleActionForwardGroupConfigResult(dict):
3008
3002
  def __init__(__self__, *,
3009
3003
  server_group_tuples: Sequence['outputs.GetForwardingRulesForwardingRuleRuleActionForwardGroupConfigServerGroupTupleResult']):
3004
+ """
3005
+ :param Sequence['GetForwardingRulesForwardingRuleRuleActionForwardGroupConfigServerGroupTupleArgs'] server_group_tuples: Terminal node group configuration.
3006
+ """
3010
3007
  pulumi.set(__self__, "server_group_tuples", server_group_tuples)
3011
3008
 
3012
3009
  @property
3013
3010
  @pulumi.getter(name="serverGroupTuples")
3014
3011
  def server_group_tuples(self) -> Sequence['outputs.GetForwardingRulesForwardingRuleRuleActionForwardGroupConfigServerGroupTupleResult']:
3012
+ """
3013
+ Terminal node group configuration.
3014
+ """
3015
3015
  return pulumi.get(self, "server_group_tuples")
3016
3016
 
3017
3017
 
@@ -3019,11 +3019,17 @@ class GetForwardingRulesForwardingRuleRuleActionForwardGroupConfigResult(dict):
3019
3019
  class GetForwardingRulesForwardingRuleRuleActionForwardGroupConfigServerGroupTupleResult(dict):
3020
3020
  def __init__(__self__, *,
3021
3021
  endpoint_group_id: str):
3022
+ """
3023
+ :param str endpoint_group_id: Terminal node group ID.
3024
+ """
3022
3025
  pulumi.set(__self__, "endpoint_group_id", endpoint_group_id)
3023
3026
 
3024
3027
  @property
3025
3028
  @pulumi.getter(name="endpointGroupId")
3026
3029
  def endpoint_group_id(self) -> str:
3030
+ """
3031
+ Terminal node group ID.
3032
+ """
3027
3033
  return pulumi.get(self, "endpoint_group_id")
3028
3034
 
3029
3035
 
@@ -3033,6 +3039,11 @@ class GetForwardingRulesForwardingRuleRuleConditionResult(dict):
3033
3039
  host_configs: Sequence['outputs.GetForwardingRulesForwardingRuleRuleConditionHostConfigResult'],
3034
3040
  path_configs: Sequence['outputs.GetForwardingRulesForwardingRuleRuleConditionPathConfigResult'],
3035
3041
  rule_condition_type: str):
3042
+ """
3043
+ :param Sequence['GetForwardingRulesForwardingRuleRuleConditionHostConfigArgs'] host_configs: Domain name configuration information.
3044
+ :param Sequence['GetForwardingRulesForwardingRuleRuleConditionPathConfigArgs'] path_configs: Path configuration information.
3045
+ :param str rule_condition_type: Forwarding condition type.
3046
+ """
3036
3047
  pulumi.set(__self__, "host_configs", host_configs)
3037
3048
  pulumi.set(__self__, "path_configs", path_configs)
3038
3049
  pulumi.set(__self__, "rule_condition_type", rule_condition_type)
@@ -3040,16 +3051,25 @@ class GetForwardingRulesForwardingRuleRuleConditionResult(dict):
3040
3051
  @property
3041
3052
  @pulumi.getter(name="hostConfigs")
3042
3053
  def host_configs(self) -> Sequence['outputs.GetForwardingRulesForwardingRuleRuleConditionHostConfigResult']:
3054
+ """
3055
+ Domain name configuration information.
3056
+ """
3043
3057
  return pulumi.get(self, "host_configs")
3044
3058
 
3045
3059
  @property
3046
3060
  @pulumi.getter(name="pathConfigs")
3047
3061
  def path_configs(self) -> Sequence['outputs.GetForwardingRulesForwardingRuleRuleConditionPathConfigResult']:
3062
+ """
3063
+ Path configuration information.
3064
+ """
3048
3065
  return pulumi.get(self, "path_configs")
3049
3066
 
3050
3067
  @property
3051
3068
  @pulumi.getter(name="ruleConditionType")
3052
3069
  def rule_condition_type(self) -> str:
3070
+ """
3071
+ Forwarding condition type.
3072
+ """
3053
3073
  return pulumi.get(self, "rule_condition_type")
3054
3074
 
3055
3075
 
@@ -3057,11 +3077,17 @@ class GetForwardingRulesForwardingRuleRuleConditionResult(dict):
3057
3077
  class GetForwardingRulesForwardingRuleRuleConditionHostConfigResult(dict):
3058
3078
  def __init__(__self__, *,
3059
3079
  values: Sequence[str]):
3080
+ """
3081
+ :param Sequence[str] values: The domain name is 3-128 characters long.
3082
+ """
3060
3083
  pulumi.set(__self__, "values", values)
3061
3084
 
3062
3085
  @property
3063
3086
  @pulumi.getter
3064
3087
  def values(self) -> Sequence[str]:
3088
+ """
3089
+ The domain name is 3-128 characters long.
3090
+ """
3065
3091
  return pulumi.get(self, "values")
3066
3092
 
3067
3093
 
@@ -3069,11 +3095,17 @@ class GetForwardingRulesForwardingRuleRuleConditionHostConfigResult(dict):
3069
3095
  class GetForwardingRulesForwardingRuleRuleConditionPathConfigResult(dict):
3070
3096
  def __init__(__self__, *,
3071
3097
  values: Sequence[str]):
3098
+ """
3099
+ :param Sequence[str] values: The domain name is 3-128 characters long.
3100
+ """
3072
3101
  pulumi.set(__self__, "values", values)
3073
3102
 
3074
3103
  @property
3075
3104
  @pulumi.getter
3076
3105
  def values(self) -> Sequence[str]:
3106
+ """
3107
+ The domain name is 3-128 characters long.
3108
+ """
3077
3109
  return pulumi.get(self, "values")
3078
3110
 
3079
3111
 
@@ -3094,7 +3126,7 @@ class GetIpSetsSetResult(dict):
3094
3126
  :param Sequence[str] ip_address_lists: The list of accelerated IP addresses in the acceleration region.
3095
3127
  :param str ip_set_id: Accelerated area ID.
3096
3128
  :param str ip_version: The IP protocol used by the GA instance.
3097
- :param str status: The status of the acceleration region.
3129
+ :param str status: The status of the acceleration region. Valid values: `active`, `deleting`, `init`, `updating`.
3098
3130
  """
3099
3131
  pulumi.set(__self__, "accelerate_region_id", accelerate_region_id)
3100
3132
  pulumi.set(__self__, "bandwidth", bandwidth)
@@ -3156,7 +3188,7 @@ class GetIpSetsSetResult(dict):
3156
3188
  @pulumi.getter
3157
3189
  def status(self) -> str:
3158
3190
  """
3159
- The status of the acceleration region.
3191
+ The status of the acceleration region. Valid values: `active`, `deleting`, `init`, `updating`.
3160
3192
  """
3161
3193
  return pulumi.get(self, "status")
3162
3194
 
@@ -3182,7 +3214,7 @@ class GetListenersListenerResult(dict):
3182
3214
  :param str name: The name of the listener. The length of the name is 2-128 characters. It starts with uppercase and lowercase letters or Chinese characters. It can contain numbers and underscores and dashes.
3183
3215
  :param Sequence['GetListenersListenerPortRangeArgs'] port_ranges: The portRanges of the listener.
3184
3216
  :param str protocol: Type of network transport protocol monitored.
3185
- :param str status: The status of the listener.
3217
+ :param str status: The status of the listener. Valid values: `active`, `configuring`, `creating`.
3186
3218
  """
3187
3219
  pulumi.set(__self__, "certificates", certificates)
3188
3220
  pulumi.set(__self__, "client_affinity", client_affinity)
@@ -3262,7 +3294,7 @@ class GetListenersListenerResult(dict):
3262
3294
  @pulumi.getter
3263
3295
  def status(self) -> str:
3264
3296
  """
3265
- The status of the listener.
3297
+ The status of the listener. Valid values: `active`, `configuring`, `creating`.
3266
3298
  """
3267
3299
  return pulumi.get(self, "status")
3268
3300
 
@@ -3273,7 +3305,7 @@ class GetListenersListenerCertificateResult(dict):
3273
3305
  id: str,
3274
3306
  type: str):
3275
3307
  """
3276
- :param str id: The id of the certificate.
3308
+ :param str id: The ID of the Listener.
3277
3309
  :param str type: The type of the certificate.
3278
3310
  """
3279
3311
  pulumi.set(__self__, "id", id)
@@ -3283,7 +3315,7 @@ class GetListenersListenerCertificateResult(dict):
3283
3315
  @pulumi.getter
3284
3316
  def id(self) -> str:
3285
3317
  """
3286
- The id of the certificate.
3318
+ The ID of the Listener.
3287
3319
  """
3288
3320
  return pulumi.get(self, "id")
3289
3321
 
@@ -83,7 +83,7 @@ def get_msc_sub_contact_verification_message(contact_id: Optional[str] = None,
83
83
  type: Optional[int] = None,
84
84
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMscSubContactVerificationMessageResult:
85
85
  """
86
- > **NOTE:** Available in v1.156.0+.
86
+ > **NOTE:** Available since v1.156.0.
87
87
 
88
88
  ## Example Usage
89
89
 
@@ -121,7 +121,7 @@ def get_msc_sub_contact_verification_message_output(contact_id: Optional[pulumi.
121
121
  type: Optional[pulumi.Input[int]] = None,
122
122
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetMscSubContactVerificationMessageResult]:
123
123
  """
124
- > **NOTE:** Available in v1.156.0+.
124
+ > **NOTE:** Available since v1.156.0.
125
125
 
126
126
  ## Example Usage
127
127
 
@@ -50,6 +50,9 @@ class GetMscSubContactsResult:
50
50
  @property
51
51
  @pulumi.getter
52
52
  def contacts(self) -> Sequence['outputs.GetMscSubContactsContactResult']:
53
+ """
54
+ A list of Msc Sub Contacts. Each element contains the following attributes:
55
+ """
53
56
  return pulumi.get(self, "contacts")
54
57
 
55
58
  @property
@@ -73,6 +76,9 @@ class GetMscSubContactsResult:
73
76
  @property
74
77
  @pulumi.getter
75
78
  def names(self) -> Sequence[str]:
79
+ """
80
+ A list of Contact names.
81
+ """
76
82
  return pulumi.get(self, "names")
77
83
 
78
84
  @property
@@ -102,7 +108,7 @@ def get_msc_sub_contacts(ids: Optional[Sequence[str]] = None,
102
108
  """
103
109
  This data source provides the Message Center Contacts of the current Alibaba Cloud user.
104
110
 
105
- > **NOTE:** Available in v1.132.0+.
111
+ > **NOTE:** Available since v1.132.0.
106
112
 
107
113
  ## Example Usage
108
114
 
@@ -144,7 +150,7 @@ def get_msc_sub_contacts_output(ids: Optional[pulumi.Input[Optional[Sequence[str
144
150
  """
145
151
  This data source provides the Message Center Contacts of the current Alibaba Cloud user.
146
152
 
147
- > **NOTE:** Available in v1.132.0+.
153
+ > **NOTE:** Available since v1.132.0.
148
154
 
149
155
  ## Example Usage
150
156