pulumi-alicloud 3.71.0a1735584773__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 (129) hide show
  1. pulumi_alicloud/__init__.py +75 -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/get_ecs_disks.py +103 -14
  47. pulumi_alicloud/ecs/outputs.py +90 -36
  48. pulumi_alicloud/esa/__init__.py +3 -0
  49. pulumi_alicloud/esa/_inputs.py +456 -0
  50. pulumi_alicloud/esa/outputs.py +321 -0
  51. pulumi_alicloud/esa/record.py +798 -0
  52. pulumi_alicloud/ess/get_scaling_configurations.py +116 -10
  53. pulumi_alicloud/ess/notification.py +50 -3
  54. pulumi_alicloud/ess/outputs.py +104 -8
  55. pulumi_alicloud/ess/scheduled_task.py +7 -7
  56. pulumi_alicloud/fc/v3_trigger.py +1 -1
  57. pulumi_alicloud/ga/get_accelerator_spare_ip_attachments.py +11 -2
  58. pulumi_alicloud/ga/get_acls.py +14 -2
  59. pulumi_alicloud/ga/get_additional_certificates.py +11 -2
  60. pulumi_alicloud/ga/get_bandwidth_packages.py +14 -2
  61. pulumi_alicloud/ga/get_basic_accelerate_ip_endpoint_relations.py +2 -2
  62. pulumi_alicloud/ga/get_basic_accelerate_ips.py +2 -2
  63. pulumi_alicloud/ga/get_basic_accelerators.py +2 -2
  64. pulumi_alicloud/ga/get_basic_endpoints.py +2 -2
  65. pulumi_alicloud/ga/get_custom_routing_endpoint_group_destinations.py +2 -2
  66. pulumi_alicloud/ga/get_custom_routing_endpoint_groups.py +2 -2
  67. pulumi_alicloud/ga/get_custom_routing_endpoint_traffic_policies.py +2 -2
  68. pulumi_alicloud/ga/get_custom_routing_endpoints.py +2 -2
  69. pulumi_alicloud/ga/get_custom_routing_port_mappings.py +2 -2
  70. pulumi_alicloud/ga/get_domains.py +2 -2
  71. pulumi_alicloud/ga/get_forwarding_rules.py +8 -2
  72. pulumi_alicloud/ga/get_ip_sets.py +8 -2
  73. pulumi_alicloud/ga/get_listeners.py +11 -2
  74. pulumi_alicloud/ga/outputs.py +64 -32
  75. pulumi_alicloud/get_msc_sub_contact_verification_message.py +2 -2
  76. pulumi_alicloud/get_msc_sub_contacts.py +8 -2
  77. pulumi_alicloud/get_msc_sub_subscriptions.py +5 -2
  78. pulumi_alicloud/get_msc_sub_webhooks.py +8 -2
  79. pulumi_alicloud/kms/key.py +108 -28
  80. pulumi_alicloud/kvstore/get_instances.py +14 -3
  81. pulumi_alicloud/kvstore/outputs.py +48 -4
  82. pulumi_alicloud/marketplace/order.py +2 -2
  83. pulumi_alicloud/mongodb/__init__.py +1 -0
  84. pulumi_alicloud/mongodb/private_srv_network_address.py +283 -0
  85. pulumi_alicloud/oss/__init__.py +2 -0
  86. pulumi_alicloud/oss/_inputs.py +68 -0
  87. pulumi_alicloud/oss/access_point.py +463 -0
  88. pulumi_alicloud/oss/bucket_worm.py +327 -0
  89. pulumi_alicloud/oss/outputs.py +74 -0
  90. pulumi_alicloud/privatelink/get_service.py +2 -2
  91. pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +14 -2
  92. pulumi_alicloud/privatelink/get_vpc_endpoint_service_resources.py +8 -2
  93. pulumi_alicloud/privatelink/get_vpc_endpoint_service_users.py +11 -2
  94. pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +11 -2
  95. pulumi_alicloud/privatelink/get_vpc_endpoints.py +23 -2
  96. pulumi_alicloud/privatelink/outputs.py +6 -6
  97. pulumi_alicloud/provider.py +20 -0
  98. pulumi_alicloud/pulumi-plugin.json +1 -1
  99. pulumi_alicloud/ram/get_policies.py +66 -8
  100. pulumi_alicloud/rds/instance.py +211 -14
  101. pulumi_alicloud/resourcemanager/control_policy_attachment.py +28 -28
  102. pulumi_alicloud/resourcemanager/shared_resource.py +7 -0
  103. pulumi_alicloud/schedulerx/__init__.py +3 -0
  104. pulumi_alicloud/schedulerx/_inputs.py +542 -0
  105. pulumi_alicloud/schedulerx/app_group.py +952 -0
  106. pulumi_alicloud/schedulerx/job.py +1454 -0
  107. pulumi_alicloud/schedulerx/namespace.py +64 -51
  108. pulumi_alicloud/schedulerx/outputs.py +425 -0
  109. pulumi_alicloud/sddp/get_configs.py +5 -2
  110. pulumi_alicloud/sddp/get_data_limits.py +11 -2
  111. pulumi_alicloud/sddp/get_instances.py +5 -2
  112. pulumi_alicloud/sddp/get_rules.py +29 -2
  113. pulumi_alicloud/sddp/outputs.py +14 -14
  114. pulumi_alicloud/vpc/get_peer_connections.py +17 -2
  115. pulumi_alicloud/vpc/network.py +293 -40
  116. pulumi_alicloud/vpc/outputs.py +2 -2
  117. pulumi_alicloud/vpc/peer_connection.py +239 -132
  118. pulumi_alicloud/vpc/peer_connection_accepter.py +85 -6
  119. pulumi_alicloud/waf/domain.py +2 -2
  120. pulumi_alicloud/waf/get_certificates.py +14 -2
  121. pulumi_alicloud/waf/get_domains.py +6 -4
  122. pulumi_alicloud/waf/get_instances.py +2 -2
  123. pulumi_alicloud/waf/instance.py +0 -64
  124. pulumi_alicloud/waf/outputs.py +2 -4
  125. pulumi_alicloud/wafv3/get_instances.py +10 -4
  126. {pulumi_alicloud-3.71.0a1735584773.dist-info → pulumi_alicloud-3.72.0.dist-info}/METADATA +1 -1
  127. {pulumi_alicloud-3.71.0a1735584773.dist-info → pulumi_alicloud-3.72.0.dist-info}/RECORD +129 -114
  128. {pulumi_alicloud-3.71.0a1735584773.dist-info → pulumi_alicloud-3.72.0.dist-info}/WHEEL +1 -1
  129. {pulumi_alicloud-3.71.0a1735584773.dist-info → pulumi_alicloud-3.72.0.dist-info}/top_level.txt +0 -0
@@ -59,11 +59,17 @@ class GetAclsResult:
59
59
  @property
60
60
  @pulumi.getter(name="aclName")
61
61
  def acl_name(self) -> Optional[str]:
62
+ """
63
+ The name of the acl.
64
+ """
62
65
  return pulumi.get(self, "acl_name")
63
66
 
64
67
  @property
65
68
  @pulumi.getter
66
69
  def acls(self) -> Sequence['outputs.GetAclsAclResult']:
70
+ """
71
+ A list of Ga Acls. Each element contains the following attributes:
72
+ """
67
73
  return pulumi.get(self, "acls")
68
74
 
69
75
  @property
@@ -92,6 +98,9 @@ class GetAclsResult:
92
98
  @property
93
99
  @pulumi.getter
94
100
  def names(self) -> Sequence[str]:
101
+ """
102
+ A list of Acl names.
103
+ """
95
104
  return pulumi.get(self, "names")
96
105
 
97
106
  @property
@@ -102,6 +111,9 @@ class GetAclsResult:
102
111
  @property
103
112
  @pulumi.getter
104
113
  def status(self) -> Optional[str]:
114
+ """
115
+ The status of the resource.
116
+ """
105
117
  return pulumi.get(self, "status")
106
118
 
107
119
 
@@ -132,7 +144,7 @@ def get_acls(acl_name: Optional[str] = None,
132
144
  """
133
145
  This data source provides the Ga Acls of the current Alibaba Cloud user.
134
146
 
135
- > **NOTE:** Available in v1.150.0+.
147
+ > **NOTE:** Available since v1.150.0.
136
148
 
137
149
  ## Example Usage
138
150
 
@@ -186,7 +198,7 @@ def get_acls_output(acl_name: Optional[pulumi.Input[Optional[str]]] = None,
186
198
  """
187
199
  This data source provides the Ga Acls of the current Alibaba Cloud user.
188
200
 
189
- > **NOTE:** Available in v1.150.0+.
201
+ > **NOTE:** Available since v1.150.0.
190
202
 
191
203
  ## Example Usage
192
204
 
@@ -50,11 +50,17 @@ class GetAdditionalCertificatesResult:
50
50
  @property
51
51
  @pulumi.getter(name="acceleratorId")
52
52
  def accelerator_id(self) -> str:
53
+ """
54
+ The ID of the GA instance.
55
+ """
53
56
  return pulumi.get(self, "accelerator_id")
54
57
 
55
58
  @property
56
59
  @pulumi.getter
57
60
  def certificates(self) -> Sequence['outputs.GetAdditionalCertificatesCertificateResult']:
61
+ """
62
+ A list of Ga Additional Certificates. Each element contains the following attributes:
63
+ """
58
64
  return pulumi.get(self, "certificates")
59
65
 
60
66
  @property
@@ -73,6 +79,9 @@ class GetAdditionalCertificatesResult:
73
79
  @property
74
80
  @pulumi.getter(name="listenerId")
75
81
  def listener_id(self) -> str:
82
+ """
83
+ The ID of the listener. Only HTTPS listeners support this parameter.
84
+ """
76
85
  return pulumi.get(self, "listener_id")
77
86
 
78
87
  @property
@@ -103,7 +112,7 @@ def get_additional_certificates(accelerator_id: Optional[str] = None,
103
112
  """
104
113
  This data source provides the Ga Additional Certificates of the current Alibaba Cloud user.
105
114
 
106
- > **NOTE:** Available in v1.150.0+.
115
+ > **NOTE:** Available since v1.150.0.
107
116
 
108
117
  ## Example Usage
109
118
 
@@ -151,7 +160,7 @@ def get_additional_certificates_output(accelerator_id: Optional[pulumi.Input[str
151
160
  """
152
161
  This data source provides the Ga Additional Certificates of the current Alibaba Cloud user.
153
162
 
154
- > **NOTE:** Available in v1.150.0+.
163
+ > **NOTE:** Available since v1.150.0.
155
164
 
156
165
  ## Example Usage
157
166
 
@@ -82,6 +82,9 @@ class GetBandwidthPackagesResult:
82
82
  @property
83
83
  @pulumi.getter
84
84
  def names(self) -> Sequence[str]:
85
+ """
86
+ A list of Bandwidth Package names.
87
+ """
85
88
  return pulumi.get(self, "names")
86
89
 
87
90
  @property
@@ -92,16 +95,25 @@ class GetBandwidthPackagesResult:
92
95
  @property
93
96
  @pulumi.getter
94
97
  def packages(self) -> Sequence['outputs.GetBandwidthPackagesPackageResult']:
98
+ """
99
+ A list of Ga Bandwidth Packages. Each element contains the following attributes:
100
+ """
95
101
  return pulumi.get(self, "packages")
96
102
 
97
103
  @property
98
104
  @pulumi.getter
99
105
  def status(self) -> Optional[str]:
106
+ """
107
+ The status of the bandwidth plan.
108
+ """
100
109
  return pulumi.get(self, "status")
101
110
 
102
111
  @property
103
112
  @pulumi.getter
104
113
  def type(self) -> Optional[str]:
114
+ """
115
+ The type of the bandwidth packet. China station only supports return to basic.
116
+ """
105
117
  return pulumi.get(self, "type")
106
118
 
107
119
 
@@ -132,7 +144,7 @@ def get_bandwidth_packages(enable_details: Optional[bool] = None,
132
144
  """
133
145
  This data source provides the Global Accelerator (GA) Bandwidth Packages of the current Alibaba Cloud user.
134
146
 
135
- > **NOTE:** Available in v1.112.0+.
147
+ > **NOTE:** Available since v1.112.0.
136
148
 
137
149
  ## Example Usage
138
150
 
@@ -185,7 +197,7 @@ def get_bandwidth_packages_output(enable_details: Optional[pulumi.Input[Optional
185
197
  """
186
198
  This data source provides the Global Accelerator (GA) Bandwidth Packages of the current Alibaba Cloud user.
187
199
 
188
- > **NOTE:** Available in v1.112.0+.
200
+ > **NOTE:** Available since v1.112.0.
189
201
 
190
202
  ## Example Usage
191
203
 
@@ -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