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
@@ -170,7 +170,7 @@ def get_aggregate_config_rules(aggregate_config_rule_name: Optional[str] = None,
170
170
  """
171
171
  This data source provides the Config Aggregate Config Rules of the current Alibaba Cloud user.
172
172
 
173
- > **NOTE:** Available in v1.124.0+.
173
+ > **NOTE:** Available since v1.124.0.
174
174
 
175
175
  ## Example Usage
176
176
 
@@ -193,7 +193,7 @@ def get_aggregate_config_rules(aggregate_config_rule_name: Optional[str] = None,
193
193
  :param Sequence[str] ids: A list of Aggregate Config Rule IDs.
194
194
  :param str name_regex: A regex string to filter results by Aggregate Config Rule name.
195
195
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
196
- :param int risk_level: Optional, ForceNew) The Risk Level. Valid values `1`: critical, `2`: warning, `3`: info.
196
+ :param int risk_level: The Risk Level. Valid values `1`: critical, `2`: warning, `3`: info.
197
197
  :param str status: The state of the config rule, valid values: `ACTIVE`, `DELETING`, `EVALUATING` and `INACTIVE`.
198
198
  """
199
199
  __args__ = dict()
@@ -232,7 +232,7 @@ def get_aggregate_config_rules_output(aggregate_config_rule_name: Optional[pulum
232
232
  """
233
233
  This data source provides the Config Aggregate Config Rules of the current Alibaba Cloud user.
234
234
 
235
- > **NOTE:** Available in v1.124.0+.
235
+ > **NOTE:** Available since v1.124.0.
236
236
 
237
237
  ## Example Usage
238
238
 
@@ -255,7 +255,7 @@ def get_aggregate_config_rules_output(aggregate_config_rule_name: Optional[pulum
255
255
  :param Sequence[str] ids: A list of Aggregate Config Rule IDs.
256
256
  :param str name_regex: A regex string to filter results by Aggregate Config Rule name.
257
257
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
258
- :param int risk_level: Optional, ForceNew) The Risk Level. Valid values `1`: critical, `2`: warning, `3`: info.
258
+ :param int risk_level: The Risk Level. Valid values `1`: critical, `2`: warning, `3`: info.
259
259
  :param str status: The state of the config rule, valid values: `ACTIVE`, `DELETING`, `EVALUATING` and `INACTIVE`.
260
260
  """
261
261
  __args__ = dict()
@@ -56,11 +56,17 @@ class GetAggregateDeliveriesResult:
56
56
  @property
57
57
  @pulumi.getter(name="aggregatorId")
58
58
  def aggregator_id(self) -> str:
59
+ """
60
+ The ID of the Aggregator.
61
+ """
59
62
  return pulumi.get(self, "aggregator_id")
60
63
 
61
64
  @property
62
65
  @pulumi.getter
63
66
  def deliveries(self) -> Sequence['outputs.GetAggregateDeliveriesDeliveryResult']:
67
+ """
68
+ A list of Config Aggregate Deliveries. Each element contains the following attributes:
69
+ """
64
70
  return pulumi.get(self, "deliveries")
65
71
 
66
72
  @property
@@ -84,6 +90,9 @@ class GetAggregateDeliveriesResult:
84
90
  @property
85
91
  @pulumi.getter
86
92
  def names(self) -> Sequence[str]:
93
+ """
94
+ A list of Aggregate Delivery names.
95
+ """
87
96
  return pulumi.get(self, "names")
88
97
 
89
98
  @property
@@ -94,6 +103,9 @@ class GetAggregateDeliveriesResult:
94
103
  @property
95
104
  @pulumi.getter
96
105
  def status(self) -> Optional[int]:
106
+ """
107
+ The status of the delivery method. Valid values: `0`: The delivery method is disabled. `1`: The delivery destination is enabled.
108
+ """
97
109
  return pulumi.get(self, "status")
98
110
 
99
111
 
@@ -122,7 +134,7 @@ def get_aggregate_deliveries(aggregator_id: Optional[str] = None,
122
134
  """
123
135
  This data source provides the Config Aggregate Deliveries of the current Alibaba Cloud user.
124
136
 
125
- > **NOTE:** Available in v1.172.0+.
137
+ > **NOTE:** Available since v1.172.0.
126
138
 
127
139
  ## Example Usage
128
140
 
@@ -143,6 +155,7 @@ def get_aggregate_deliveries(aggregator_id: Optional[str] = None,
143
155
 
144
156
  :param str aggregator_id: The ID of the Aggregator.
145
157
  :param Sequence[str] ids: A list of Aggregate Delivery IDs.
158
+ :param str name_regex: A regex string to filter results by Aggregate Delivery name.
146
159
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
147
160
  :param int status: The status of the delivery method. Valid values: `0`: The delivery method is disabled. `1`: The delivery destination is enabled.
148
161
  """
@@ -173,7 +186,7 @@ def get_aggregate_deliveries_output(aggregator_id: Optional[pulumi.Input[str]] =
173
186
  """
174
187
  This data source provides the Config Aggregate Deliveries of the current Alibaba Cloud user.
175
188
 
176
- > **NOTE:** Available in v1.172.0+.
189
+ > **NOTE:** Available since v1.172.0.
177
190
 
178
191
  ## Example Usage
179
192
 
@@ -194,6 +207,7 @@ def get_aggregate_deliveries_output(aggregator_id: Optional[pulumi.Input[str]] =
194
207
 
195
208
  :param str aggregator_id: The ID of the Aggregator.
196
209
  :param Sequence[str] ids: A list of Aggregate Delivery IDs.
210
+ :param str name_regex: A regex string to filter results by Aggregate Delivery name.
197
211
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
198
212
  :param int status: The status of the delivery method. Valid values: `0`: The delivery method is disabled. `1`: The delivery destination is enabled.
199
213
  """
@@ -131,7 +131,7 @@ def get_aggregators(enable_details: Optional[bool] = None,
131
131
  """
132
132
  This data source provides the Config Aggregators of the current Alibaba Cloud user.
133
133
 
134
- > **NOTE:** Available in v1.124.0+.
134
+ > **NOTE:** Available since v1.124.0.
135
135
 
136
136
  ## Example Usage
137
137
 
@@ -180,7 +180,7 @@ def get_aggregators_output(enable_details: Optional[pulumi.Input[Optional[bool]]
180
180
  """
181
181
  This data source provides the Config Aggregators of the current Alibaba Cloud user.
182
182
 
183
- > **NOTE:** Available in v1.124.0+.
183
+ > **NOTE:** Available since v1.124.0.
184
184
 
185
185
  ## Example Usage
186
186
 
@@ -131,7 +131,7 @@ def get_compliance_packs(enable_details: Optional[bool] = None,
131
131
  """
132
132
  This data source provides the Config Compliance Packs of the current Alibaba Cloud user.
133
133
 
134
- > **NOTE:** Available in v1.124.0+.
134
+ > **NOTE:** Available since v1.124.0.
135
135
 
136
136
  ## Example Usage
137
137
 
@@ -180,7 +180,7 @@ def get_compliance_packs_output(enable_details: Optional[pulumi.Input[Optional[b
180
180
  """
181
181
  This data source provides the Config Compliance Packs of the current Alibaba Cloud user.
182
182
 
183
- > **NOTE:** Available in v1.124.0+.
183
+ > **NOTE:** Available since v1.124.0.
184
184
 
185
185
  ## Example Usage
186
186
 
@@ -76,9 +76,7 @@ def get_configuration_recorders(output_file: Optional[str] = None,
76
76
  """
77
77
  This data source provides the Config Configuration Recorders of the current Alibaba Cloud user.
78
78
 
79
- > **NOTE:** Available in 1.99.0+.
80
-
81
- > **NOTE:** The Cloud Config region only support `cn-shanghai` and `ap-southeast-1`.
79
+ > **NOTE:** Available since v1.99.0.
82
80
 
83
81
  ## Example Usage
84
82
 
@@ -107,9 +105,7 @@ def get_configuration_recorders_output(output_file: Optional[pulumi.Input[Option
107
105
  """
108
106
  This data source provides the Config Configuration Recorders of the current Alibaba Cloud user.
109
107
 
110
- > **NOTE:** Available in 1.99.0+.
111
-
112
- > **NOTE:** The Cloud Config region only support `cn-shanghai` and `ap-southeast-1`.
108
+ > **NOTE:** Available since v1.99.0.
113
109
 
114
110
  ## Example Usage
115
111
 
@@ -53,6 +53,9 @@ class GetDeliveriesResult:
53
53
  @property
54
54
  @pulumi.getter
55
55
  def deliveries(self) -> Sequence['outputs.GetDeliveriesDeliveryResult']:
56
+ """
57
+ A list of Config Deliveries. Each element contains the following attributes:
58
+ """
56
59
  return pulumi.get(self, "deliveries")
57
60
 
58
61
  @property
@@ -76,6 +79,9 @@ class GetDeliveriesResult:
76
79
  @property
77
80
  @pulumi.getter
78
81
  def names(self) -> Sequence[str]:
82
+ """
83
+ A list of Config Delivery names.
84
+ """
79
85
  return pulumi.get(self, "names")
80
86
 
81
87
  @property
@@ -86,6 +92,9 @@ class GetDeliveriesResult:
86
92
  @property
87
93
  @pulumi.getter
88
94
  def status(self) -> Optional[int]:
95
+ """
96
+ The status of the delivery method. Valid values: `0`: The delivery method is disabled. `1`: The delivery destination is enabled.
97
+ """
89
98
  return pulumi.get(self, "status")
90
99
 
91
100
 
@@ -112,7 +121,7 @@ def get_deliveries(ids: Optional[Sequence[str]] = None,
112
121
  """
113
122
  This data source provides the Config Deliveries of the current Alibaba Cloud user.
114
123
 
115
- > **NOTE:** Available in v1.171.0+.
124
+ > **NOTE:** Available since v1.171.0.
116
125
 
117
126
  ## Example Usage
118
127
 
@@ -156,7 +165,7 @@ def get_deliveries_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]] =
156
165
  """
157
166
  This data source provides the Config Deliveries of the current Alibaba Cloud user.
158
167
 
159
- > **NOTE:** Available in v1.171.0+.
168
+ > **NOTE:** Available since v1.171.0.
160
169
 
161
170
  ## Example Usage
162
171
 
@@ -129,8 +129,6 @@ def get_delivery_channels(ids: Optional[Sequence[str]] = None,
129
129
 
130
130
  > **NOTE:** Available in 1.99.0+.
131
131
 
132
- > **NOTE:** The Cloud Config region only support `cn-shanghai` and `ap-southeast-1`.
133
-
134
132
  ## Example Usage
135
133
 
136
134
  ```python
@@ -177,8 +175,6 @@ def get_delivery_channels_output(ids: Optional[pulumi.Input[Optional[Sequence[st
177
175
 
178
176
  > **NOTE:** Available in 1.99.0+.
179
177
 
180
- > **NOTE:** The Cloud Config region only support `cn-shanghai` and `ap-southeast-1`.
181
-
182
178
  ## Example Usage
183
179
 
184
180
  ```python
@@ -138,7 +138,7 @@ class GetRulesResult:
138
138
  @pulumi.getter
139
139
  def status(self) -> Optional[str]:
140
140
  """
141
- (Available in 1.124.1+) The status of config rule.
141
+ (Available since v1.124.1) The status of config rule.
142
142
  """
143
143
  return pulumi.get(self, "status")
144
144
 
@@ -174,9 +174,7 @@ def get_rules(config_rule_state: Optional[str] = None,
174
174
  """
175
175
  This data source provides the Config Rules of the current Alibaba Cloud user.
176
176
 
177
- > **NOTE:** Available in 1.99.0+.
178
-
179
- > **NOTE:** The Cloud Config region only support `cn-shanghai` and `ap-southeast-1`.
177
+ > **NOTE:** Available since v1.99.0.
180
178
 
181
179
  ## Example Usage
182
180
 
@@ -235,9 +233,7 @@ def get_rules_output(config_rule_state: Optional[pulumi.Input[Optional[str]]] =
235
233
  """
236
234
  This data source provides the Config Rules of the current Alibaba Cloud user.
237
235
 
238
- > **NOTE:** Available in 1.99.0+.
239
-
240
- > **NOTE:** The Cloud Config region only support `cn-shanghai` and `ap-southeast-1`.
236
+ > **NOTE:** Available since v1.99.0.
241
237
 
242
238
  ## Example Usage
243
239
 
@@ -652,7 +652,8 @@ class GetAggregateConfigRulesRuleResult(dict):
652
652
  :param str modified_timestamp: The timestamp when the rule was last modified.
653
653
  :param str region_ids_scope: The scope of resource region ids.
654
654
  :param str resource_group_ids_scope: The scope of resource group ids.
655
- :param int risk_level: Optional, ForceNew) The Risk Level. Valid values `1`: critical, `2`: warning, `3`: info.
655
+ :param Sequence[str] resource_types_scopes: The types of resources evaluated by the rule.
656
+ :param int risk_level: The Risk Level. Valid values `1`: critical, `2`: warning, `3`: info.
656
657
  :param str source_identifier: The identifier of the managed rule or the arn of the custom function.
657
658
  :param str source_owner: The source owner of the Config Rule.
658
659
  :param str status: The state of the config rule, valid values: `ACTIVE`, `DELETING`, `EVALUATING` and `INACTIVE`.
@@ -823,13 +824,16 @@ class GetAggregateConfigRulesRuleResult(dict):
823
824
  @property
824
825
  @pulumi.getter(name="resourceTypesScopes")
825
826
  def resource_types_scopes(self) -> Sequence[str]:
827
+ """
828
+ The types of resources evaluated by the rule.
829
+ """
826
830
  return pulumi.get(self, "resource_types_scopes")
827
831
 
828
832
  @property
829
833
  @pulumi.getter(name="riskLevel")
830
834
  def risk_level(self) -> int:
831
835
  """
832
- Optional, ForceNew) The Risk Level. Valid values `1`: critical, `2`: warning, `3`: info.
836
+ The Risk Level. Valid values `1`: critical, `2`: warning, `3`: info.
833
837
  """
834
838
  return pulumi.get(self, "risk_level")
835
839
 
@@ -1767,22 +1771,23 @@ class GetRulesRuleResult(dict):
1767
1771
  tag_key_scope: str,
1768
1772
  tag_value_scope: str):
1769
1773
  """
1770
- :param str account_id: The ID of the Alicloud account.
1774
+ :param str account_id: The ID of the Alibaba Cloud account.
1775
+ :param str compliance_pack_id: The compliance package ID.
1771
1776
  :param Sequence['GetRulesRuleComplianceArgs'] compliances: The information about the compliance evaluations based on the rule.
1772
1777
  :param str config_rule_arn: The ARN of the Config Rule.
1773
1778
  :param str config_rule_id: The ID of the Config Rule.
1774
1779
  :param str config_rule_state: Field `config_rule_state` has been deprecated from provider version 1.124.1. New field `status` instead.
1775
- :param str config_rule_trigger_types: (Available in 1.124.1+) A list of trigger types of config rule.
1780
+ :param str config_rule_trigger_types: (Available since v1.124.1) A list of trigger types of config rule.
1776
1781
  :param str description: The description of the Config Rule.
1777
1782
  :param str event_source: Event source of the Config Rule.
1778
- :param str exclude_resource_ids_scope: (Available in 1.124.1+) The scope of exclude of resource ids.
1783
+ :param str exclude_resource_ids_scope: (Available since v1.124.1) The scope of exclude of resource ids.
1779
1784
  :param str id: The ID of the Config Rule.
1780
1785
  :param Mapping[str, str] input_parameters: The input parameters of the Config Rule.
1781
- :param str maximum_execution_frequency: (Available in 1.124.1+) The frequency of maximum execution.
1786
+ :param str maximum_execution_frequency: (Available since v1.124.1) The frequency of maximum execution.
1782
1787
  :param str modified_timestamp: the timestamp of the Config Rule modified.
1783
- :param str region_ids_scope: (Available in 1.124.1+) The scope of region ids.
1784
- :param str resource_group_ids_scope: (Available in 1.124.1+) The scope of resource group ids.
1785
- :param Sequence[str] resource_types_scopes: (Available in 1.124.1+) The scope of resource types.
1788
+ :param str region_ids_scope: (Available since v1.124.1) The scope of region ids.
1789
+ :param str resource_group_ids_scope: (Available since v1.124.1) The scope of resource group ids.
1790
+ :param Sequence[str] resource_types_scopes: (Available since v1.124.1) The scope of resource types.
1786
1791
  :param int risk_level: The risk level of Config Rule. Valid values: `1`: Critical ,`2`: Warning , `3`: Info.
1787
1792
  :param str rule_name: The name of config rule.
1788
1793
  :param Sequence[str] scope_compliance_resource_types: The types of the resources to be evaluated against the rule.
@@ -1791,8 +1796,8 @@ class GetRulesRuleResult(dict):
1791
1796
  :param str source_maximum_execution_frequency: Rule execution cycle.
1792
1797
  :param str source_owner: The source owner of the Config Rule.
1793
1798
  :param str status: The status of the config rule, valid values: `ACTIVE`, `DELETING`, `EVALUATING` and `INACTIVE`.
1794
- :param str tag_key_scope: (Available in 1.124.1+) The scope of tag key.
1795
- :param str tag_value_scope: (Available in 1.124.1+) The scope of tag value.
1799
+ :param str tag_key_scope: (Available since v1.124.1) The scope of tag key.
1800
+ :param str tag_value_scope: (Available since v1.124.1) The scope of tag value.
1796
1801
  """
1797
1802
  pulumi.set(__self__, "account_id", account_id)
1798
1803
  pulumi.set(__self__, "compliance_pack_id", compliance_pack_id)
@@ -1826,13 +1831,16 @@ class GetRulesRuleResult(dict):
1826
1831
  @pulumi.getter(name="accountId")
1827
1832
  def account_id(self) -> str:
1828
1833
  """
1829
- The ID of the Alicloud account.
1834
+ The ID of the Alibaba Cloud account.
1830
1835
  """
1831
1836
  return pulumi.get(self, "account_id")
1832
1837
 
1833
1838
  @property
1834
1839
  @pulumi.getter(name="compliancePackId")
1835
1840
  def compliance_pack_id(self) -> str:
1841
+ """
1842
+ The compliance package ID.
1843
+ """
1836
1844
  return pulumi.get(self, "compliance_pack_id")
1837
1845
 
1838
1846
  @property
@@ -1871,7 +1879,7 @@ class GetRulesRuleResult(dict):
1871
1879
  @pulumi.getter(name="configRuleTriggerTypes")
1872
1880
  def config_rule_trigger_types(self) -> str:
1873
1881
  """
1874
- (Available in 1.124.1+) A list of trigger types of config rule.
1882
+ (Available since v1.124.1) A list of trigger types of config rule.
1875
1883
  """
1876
1884
  return pulumi.get(self, "config_rule_trigger_types")
1877
1885
 
@@ -1895,7 +1903,7 @@ class GetRulesRuleResult(dict):
1895
1903
  @pulumi.getter(name="excludeResourceIdsScope")
1896
1904
  def exclude_resource_ids_scope(self) -> str:
1897
1905
  """
1898
- (Available in 1.124.1+) The scope of exclude of resource ids.
1906
+ (Available since v1.124.1) The scope of exclude of resource ids.
1899
1907
  """
1900
1908
  return pulumi.get(self, "exclude_resource_ids_scope")
1901
1909
 
@@ -1919,7 +1927,7 @@ class GetRulesRuleResult(dict):
1919
1927
  @pulumi.getter(name="maximumExecutionFrequency")
1920
1928
  def maximum_execution_frequency(self) -> str:
1921
1929
  """
1922
- (Available in 1.124.1+) The frequency of maximum execution.
1930
+ (Available since v1.124.1) The frequency of maximum execution.
1923
1931
  """
1924
1932
  return pulumi.get(self, "maximum_execution_frequency")
1925
1933
 
@@ -1935,7 +1943,7 @@ class GetRulesRuleResult(dict):
1935
1943
  @pulumi.getter(name="regionIdsScope")
1936
1944
  def region_ids_scope(self) -> str:
1937
1945
  """
1938
- (Available in 1.124.1+) The scope of region ids.
1946
+ (Available since v1.124.1) The scope of region ids.
1939
1947
  """
1940
1948
  return pulumi.get(self, "region_ids_scope")
1941
1949
 
@@ -1943,7 +1951,7 @@ class GetRulesRuleResult(dict):
1943
1951
  @pulumi.getter(name="resourceGroupIdsScope")
1944
1952
  def resource_group_ids_scope(self) -> str:
1945
1953
  """
1946
- (Available in 1.124.1+) The scope of resource group ids.
1954
+ (Available since v1.124.1) The scope of resource group ids.
1947
1955
  """
1948
1956
  return pulumi.get(self, "resource_group_ids_scope")
1949
1957
 
@@ -1951,7 +1959,7 @@ class GetRulesRuleResult(dict):
1951
1959
  @pulumi.getter(name="resourceTypesScopes")
1952
1960
  def resource_types_scopes(self) -> Sequence[str]:
1953
1961
  """
1954
- (Available in 1.124.1+) The scope of resource types.
1962
+ (Available since v1.124.1) The scope of resource types.
1955
1963
  """
1956
1964
  return pulumi.get(self, "resource_types_scopes")
1957
1965
 
@@ -2023,7 +2031,7 @@ class GetRulesRuleResult(dict):
2023
2031
  @pulumi.getter(name="tagKeyScope")
2024
2032
  def tag_key_scope(self) -> str:
2025
2033
  """
2026
- (Available in 1.124.1+) The scope of tag key.
2034
+ (Available since v1.124.1) The scope of tag key.
2027
2035
  """
2028
2036
  return pulumi.get(self, "tag_key_scope")
2029
2037
 
@@ -2031,7 +2039,7 @@ class GetRulesRuleResult(dict):
2031
2039
  @pulumi.getter(name="tagValueScope")
2032
2040
  def tag_value_scope(self) -> str:
2033
2041
  """
2034
- (Available in 1.124.1+) The scope of tag value.
2042
+ (Available since v1.124.1) The scope of tag value.
2035
2043
  """
2036
2044
  return pulumi.get(self, "tag_value_scope")
2037
2045
 
@@ -119,7 +119,7 @@ def get_instance_members(current_page: Optional[str] = None,
119
119
  """
120
120
  This data source provides Cloud Firewall Instance Member available to the user.[What is Instance Member](https://help.aliyun.com/document_detail/261237.html)
121
121
 
122
- > **NOTE:** Available in 1.194.0+
122
+ > **NOTE:** Available since v1.194.0.
123
123
 
124
124
  ## Example Usage
125
125
 
@@ -161,7 +161,7 @@ def get_instance_members_output(current_page: Optional[pulumi.Input[Optional[str
161
161
  """
162
162
  This data source provides Cloud Firewall Instance Member available to the user.[What is Instance Member](https://help.aliyun.com/document_detail/261237.html)
163
163
 
164
- > **NOTE:** Available in 1.194.0+
164
+ > **NOTE:** Available since v1.194.0.
165
165
 
166
166
  ## Example Usage
167
167
 
@@ -27,7 +27,7 @@ class GetInstancesResult:
27
27
  """
28
28
  A collection of values returned by getInstances.
29
29
  """
30
- def __init__(__self__, id=None, instances=None, output_file=None):
30
+ def __init__(__self__, id=None, instances=None, output_file=None, payment_type=None):
31
31
  if id and not isinstance(id, str):
32
32
  raise TypeError("Expected argument 'id' to be a str")
33
33
  pulumi.set(__self__, "id", id)
@@ -37,6 +37,9 @@ class GetInstancesResult:
37
37
  if output_file and not isinstance(output_file, str):
38
38
  raise TypeError("Expected argument 'output_file' to be a str")
39
39
  pulumi.set(__self__, "output_file", output_file)
40
+ if payment_type and not isinstance(payment_type, str):
41
+ raise TypeError("Expected argument 'payment_type' to be a str")
42
+ pulumi.set(__self__, "payment_type", payment_type)
40
43
 
41
44
  @property
42
45
  @pulumi.getter
@@ -56,6 +59,11 @@ class GetInstancesResult:
56
59
  def output_file(self) -> Optional[str]:
57
60
  return pulumi.get(self, "output_file")
58
61
 
62
+ @property
63
+ @pulumi.getter(name="paymentType")
64
+ def payment_type(self) -> Optional[str]:
65
+ return pulumi.get(self, "payment_type")
66
+
59
67
 
60
68
  class AwaitableGetInstancesResult(GetInstancesResult):
61
69
  # pylint: disable=using-constant-test
@@ -65,15 +73,17 @@ class AwaitableGetInstancesResult(GetInstancesResult):
65
73
  return GetInstancesResult(
66
74
  id=self.id,
67
75
  instances=self.instances,
68
- output_file=self.output_file)
76
+ output_file=self.output_file,
77
+ payment_type=self.payment_type)
69
78
 
70
79
 
71
80
  def get_instances(output_file: Optional[str] = None,
81
+ payment_type: Optional[str] = None,
72
82
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetInstancesResult:
73
83
  """
74
84
  This data source provides the Cloud Firewall Instances of the current Alibaba Cloud user.
75
85
 
76
- > **NOTE:** Available in v1.139.0+.
86
+ > **NOTE:** Available since v1.139.0.
77
87
 
78
88
  ## Example Usage
79
89
 
@@ -89,22 +99,26 @@ def get_instances(output_file: Optional[str] = None,
89
99
 
90
100
 
91
101
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
102
+ :param str payment_type: The payment type of the cloud firewall instance. Valid values: `PayAsYouGo`,`Subscription`.
92
103
  """
93
104
  __args__ = dict()
94
105
  __args__['outputFile'] = output_file
106
+ __args__['paymentType'] = payment_type
95
107
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
96
108
  __ret__ = pulumi.runtime.invoke('alicloud:cloudfirewall/getInstances:getInstances', __args__, opts=opts, typ=GetInstancesResult).value
97
109
 
98
110
  return AwaitableGetInstancesResult(
99
111
  id=pulumi.get(__ret__, 'id'),
100
112
  instances=pulumi.get(__ret__, 'instances'),
101
- output_file=pulumi.get(__ret__, 'output_file'))
113
+ output_file=pulumi.get(__ret__, 'output_file'),
114
+ payment_type=pulumi.get(__ret__, 'payment_type'))
102
115
  def get_instances_output(output_file: Optional[pulumi.Input[Optional[str]]] = None,
116
+ payment_type: Optional[pulumi.Input[Optional[str]]] = None,
103
117
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetInstancesResult]:
104
118
  """
105
119
  This data source provides the Cloud Firewall Instances of the current Alibaba Cloud user.
106
120
 
107
- > **NOTE:** Available in v1.139.0+.
121
+ > **NOTE:** Available since v1.139.0.
108
122
 
109
123
  ## Example Usage
110
124
 
@@ -120,12 +134,15 @@ def get_instances_output(output_file: Optional[pulumi.Input[Optional[str]]] = No
120
134
 
121
135
 
122
136
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
137
+ :param str payment_type: The payment type of the cloud firewall instance. Valid values: `PayAsYouGo`,`Subscription`.
123
138
  """
124
139
  __args__ = dict()
125
140
  __args__['outputFile'] = output_file
141
+ __args__['paymentType'] = payment_type
126
142
  opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
127
143
  __ret__ = pulumi.runtime.invoke_output('alicloud:cloudfirewall/getInstances:getInstances', __args__, opts=opts, typ=GetInstancesResult)
128
144
  return __ret__.apply(lambda __response__: GetInstancesResult(
129
145
  id=pulumi.get(__response__, 'id'),
130
146
  instances=pulumi.get(__response__, 'instances'),
131
- output_file=pulumi.get(__response__, 'output_file')))
147
+ output_file=pulumi.get(__response__, 'output_file'),
148
+ payment_type=pulumi.get(__response__, 'payment_type')))
@@ -197,7 +197,7 @@ def get_vpc_firewall_cens(cen_id: Optional[str] = None,
197
197
  """
198
198
  This data source provides Cloud Firewall Vpc Firewall Cen available to the user.[What is Vpc Firewall Cen](https://www.alibabacloud.com/help/en/cloud-firewall/latest/describevpcfirewallcenlist)
199
199
 
200
- > **NOTE:** Available in 1.194.0+
200
+ > **NOTE:** Available since v1.194.0.
201
201
 
202
202
  ## Example Usage
203
203
 
@@ -268,7 +268,7 @@ def get_vpc_firewall_cens_output(cen_id: Optional[pulumi.Input[Optional[str]]] =
268
268
  """
269
269
  This data source provides Cloud Firewall Vpc Firewall Cen available to the user.[What is Vpc Firewall Cen](https://www.alibabacloud.com/help/en/cloud-firewall/latest/describevpcfirewallcenlist)
270
270
 
271
- > **NOTE:** Available in 1.194.0+
271
+ > **NOTE:** Available since v1.194.0.
272
272
 
273
273
  ## Example Usage
274
274
 
@@ -80,21 +80,33 @@ class GetVpcFirewallControlPoliciesResult:
80
80
  @property
81
81
  @pulumi.getter(name="aclAction")
82
82
  def acl_action(self) -> Optional[str]:
83
+ """
84
+ Access control over VPC firewalls are set in the access traffic via Alibaba cloud firewall way (ACT).
85
+ """
83
86
  return pulumi.get(self, "acl_action")
84
87
 
85
88
  @property
86
89
  @pulumi.getter(name="aclUuid")
87
90
  def acl_uuid(self) -> Optional[str]:
91
+ """
92
+ Access control over VPC firewalls strategy unique identifier.
93
+ """
88
94
  return pulumi.get(self, "acl_uuid")
89
95
 
90
96
  @property
91
97
  @pulumi.getter
92
98
  def description(self) -> Optional[str]:
99
+ """
100
+ Access control over VPC firewalls description of the strategy information.
101
+ """
93
102
  return pulumi.get(self, "description")
94
103
 
95
104
  @property
96
105
  @pulumi.getter
97
106
  def destination(self) -> Optional[str]:
107
+ """
108
+ Access control over VPC firewalls strategy the destination address in.
109
+ """
98
110
  return pulumi.get(self, "destination")
99
111
 
100
112
  @property
@@ -118,6 +130,9 @@ class GetVpcFirewallControlPoliciesResult:
118
130
  @property
119
131
  @pulumi.getter(name="memberUid")
120
132
  def member_uid(self) -> Optional[str]:
133
+ """
134
+ The UID of the member account of the current Alibaba cloud account.
135
+ """
121
136
  return pulumi.get(self, "member_uid")
122
137
 
123
138
  @property
@@ -138,26 +153,41 @@ class GetVpcFirewallControlPoliciesResult:
138
153
  @property
139
154
  @pulumi.getter
140
155
  def policies(self) -> Sequence['outputs.GetVpcFirewallControlPoliciesPolicyResult']:
156
+ """
157
+ A list of Cloud Firewall Vpc Firewall Control Policies. Each element contains the following attributes:
158
+ """
141
159
  return pulumi.get(self, "policies")
142
160
 
143
161
  @property
144
162
  @pulumi.getter
145
163
  def proto(self) -> Optional[str]:
164
+ """
165
+ Access control over VPC firewalls strategy access traffic of the protocol type.
166
+ """
146
167
  return pulumi.get(self, "proto")
147
168
 
148
169
  @property
149
170
  @pulumi.getter
150
171
  def release(self) -> Optional[bool]:
172
+ """
173
+ The enabled status of the access control policy. The policy is enabled by default after it is created. Value:
174
+ """
151
175
  return pulumi.get(self, "release")
152
176
 
153
177
  @property
154
178
  @pulumi.getter
155
179
  def source(self) -> Optional[str]:
180
+ """
181
+ Access control over VPC firewalls strategy in the source address.
182
+ """
156
183
  return pulumi.get(self, "source")
157
184
 
158
185
  @property
159
186
  @pulumi.getter(name="vpcFirewallId")
160
187
  def vpc_firewall_id(self) -> str:
188
+ """
189
+ The ID of the VPC firewall instance.
190
+ """
161
191
  return pulumi.get(self, "vpc_firewall_id")
162
192
 
163
193
 
@@ -203,7 +233,7 @@ def get_vpc_firewall_control_policies(acl_action: Optional[str] = None,
203
233
  """
204
234
  This data source provides the Cloud Firewall Vpc Firewall Control Policies of the current Alibaba Cloud user.
205
235
 
206
- > **NOTE:** Available in v1.194.0+.
236
+ > **NOTE:** Available since v1.194.0.
207
237
 
208
238
  ## Example Usage
209
239
 
@@ -292,7 +322,7 @@ def get_vpc_firewall_control_policies_output(acl_action: Optional[pulumi.Input[O
292
322
  """
293
323
  This data source provides the Cloud Firewall Vpc Firewall Control Policies of the current Alibaba Cloud user.
294
324
 
295
- > **NOTE:** Available in v1.194.0+.
325
+ > **NOTE:** Available since v1.194.0.
296
326
 
297
327
  ## Example Usage
298
328