pulumi-alicloud 3.88.0a1761582647__py3-none-any.whl → 3.88.0a1761969289__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 (66) hide show
  1. pulumi_alicloud/__init__.py +59 -0
  2. pulumi_alicloud/cfg/_inputs.py +27 -24
  3. pulumi_alicloud/cfg/aggregator.py +142 -53
  4. pulumi_alicloud/cfg/outputs.py +18 -15
  5. pulumi_alicloud/cloudfirewall/__init__.py +1 -0
  6. pulumi_alicloud/cloudfirewall/get_tls_inspect_ca_certificates.py +214 -0
  7. pulumi_alicloud/cloudfirewall/outputs.py +30 -0
  8. pulumi_alicloud/cms/_inputs.py +870 -10
  9. pulumi_alicloud/cms/get_site_monitors.py +2 -2
  10. pulumi_alicloud/cms/outputs.py +606 -6
  11. pulumi_alicloud/cms/site_monitor.py +360 -89
  12. pulumi_alicloud/cr/registry_enterprise_instance.py +63 -0
  13. pulumi_alicloud/dts/instance.py +14 -14
  14. pulumi_alicloud/eci/container_group.py +47 -0
  15. pulumi_alicloud/ecs/security_group_rule.py +7 -7
  16. pulumi_alicloud/ens/load_balancer.py +8 -4
  17. pulumi_alicloud/esa/__init__.py +1 -0
  18. pulumi_alicloud/esa/_inputs.py +611 -0
  19. pulumi_alicloud/esa/cache_rule.py +47 -0
  20. pulumi_alicloud/esa/certificate.py +21 -54
  21. pulumi_alicloud/esa/compression_rule.py +47 -0
  22. pulumi_alicloud/esa/load_balancer.py +999 -0
  23. pulumi_alicloud/esa/outputs.py +469 -0
  24. pulumi_alicloud/eventbridge/event_source.py +57 -57
  25. pulumi_alicloud/ga/_inputs.py +56 -16
  26. pulumi_alicloud/ga/outputs.py +39 -11
  27. pulumi_alicloud/lindorm/instance_v2.py +358 -70
  28. pulumi_alicloud/oss/_inputs.py +53 -0
  29. pulumi_alicloud/oss/bucket_logging.py +80 -29
  30. pulumi_alicloud/oss/bucket_replication.py +55 -8
  31. pulumi_alicloud/oss/outputs.py +31 -0
  32. pulumi_alicloud/polardb/__init__.py +2 -0
  33. pulumi_alicloud/polardb/cluster.py +14 -14
  34. pulumi_alicloud/polardb/zonal_account.py +449 -0
  35. pulumi_alicloud/polardb/zonal_db_cluster.py +2 -2
  36. pulumi_alicloud/polardb/zonal_endpoint.py +865 -0
  37. pulumi_alicloud/pulumi-plugin.json +1 -1
  38. pulumi_alicloud/ram/policy.py +2 -2
  39. pulumi_alicloud/resourcemanager/__init__.py +2 -0
  40. pulumi_alicloud/resourcemanager/_inputs.py +745 -0
  41. pulumi_alicloud/resourcemanager/delivery_channel.py +449 -0
  42. pulumi_alicloud/resourcemanager/multi_account_delivery_channel.py +470 -0
  43. pulumi_alicloud/resourcemanager/outputs.py +643 -0
  44. pulumi_alicloud/sae/_inputs.py +60 -0
  45. pulumi_alicloud/sae/application.py +1 -1
  46. pulumi_alicloud/sae/outputs.py +42 -0
  47. pulumi_alicloud/sls/__init__.py +1 -0
  48. pulumi_alicloud/sls/get_indexs.py +304 -0
  49. pulumi_alicloud/sls/outputs.py +148 -0
  50. pulumi_alicloud/star_rocks_instance.py +8 -2
  51. pulumi_alicloud/starrocks/__init__.py +12 -0
  52. pulumi_alicloud/starrocks/_inputs.py +656 -0
  53. pulumi_alicloud/starrocks/instance.py +1427 -0
  54. pulumi_alicloud/starrocks/node_group.py +1298 -0
  55. pulumi_alicloud/starrocks/outputs.py +508 -0
  56. pulumi_alicloud/vpc/_inputs.py +84 -0
  57. pulumi_alicloud/vpc/gateway_endpoint.py +8 -8
  58. pulumi_alicloud/vpc/network_acl_entries.py +16 -20
  59. pulumi_alicloud/vpc/outputs.py +48 -0
  60. pulumi_alicloud/wafv3/_inputs.py +396 -0
  61. pulumi_alicloud/wafv3/defense_rule.py +40 -110
  62. pulumi_alicloud/wafv3/outputs.py +303 -0
  63. {pulumi_alicloud-3.88.0a1761582647.dist-info → pulumi_alicloud-3.88.0a1761969289.dist-info}/METADATA +1 -1
  64. {pulumi_alicloud-3.88.0a1761582647.dist-info → pulumi_alicloud-3.88.0a1761969289.dist-info}/RECORD +66 -54
  65. {pulumi_alicloud-3.88.0a1761582647.dist-info → pulumi_alicloud-3.88.0a1761969289.dist-info}/WHEEL +0 -0
  66. {pulumi_alicloud-3.88.0a1761582647.dist-info → pulumi_alicloud-3.88.0a1761969289.dist-info}/top_level.txt +0 -0
@@ -287,6 +287,8 @@ if typing.TYPE_CHECKING:
287
287
  sms = __sms
288
288
  import pulumi_alicloud.sslcertificatesservice as __sslcertificatesservice
289
289
  sslcertificatesservice = __sslcertificatesservice
290
+ import pulumi_alicloud.starrocks as __starrocks
291
+ starrocks = __starrocks
290
292
  import pulumi_alicloud.tag as __tag
291
293
  tag = __tag
292
294
  import pulumi_alicloud.threatdetection as __threatdetection
@@ -439,6 +441,7 @@ else:
439
441
  sls = _utilities.lazy_import('pulumi_alicloud.sls')
440
442
  sms = _utilities.lazy_import('pulumi_alicloud.sms')
441
443
  sslcertificatesservice = _utilities.lazy_import('pulumi_alicloud.sslcertificatesservice')
444
+ starrocks = _utilities.lazy_import('pulumi_alicloud.starrocks')
442
445
  tag = _utilities.lazy_import('pulumi_alicloud.tag')
443
446
  threatdetection = _utilities.lazy_import('pulumi_alicloud.threatdetection')
444
447
  tsdb = _utilities.lazy_import('pulumi_alicloud.tsdb')
@@ -4309,6 +4312,14 @@ _utilities.register(
4309
4312
  "alicloud:esa/list:List": "List"
4310
4313
  }
4311
4314
  },
4315
+ {
4316
+ "pkg": "alicloud",
4317
+ "mod": "esa/loadBalancer",
4318
+ "fqn": "pulumi_alicloud.esa",
4319
+ "classes": {
4320
+ "alicloud:esa/loadBalancer:LoadBalancer": "LoadBalancer"
4321
+ }
4322
+ },
4312
4323
  {
4313
4324
  "pkg": "alicloud",
4314
4325
  "mod": "esa/networkOptimization",
@@ -6837,6 +6848,14 @@ _utilities.register(
6837
6848
  "alicloud:polardb/primaryEndpoint:PrimaryEndpoint": "PrimaryEndpoint"
6838
6849
  }
6839
6850
  },
6851
+ {
6852
+ "pkg": "alicloud",
6853
+ "mod": "polardb/zonalAccount",
6854
+ "fqn": "pulumi_alicloud.polardb",
6855
+ "classes": {
6856
+ "alicloud:polardb/zonalAccount:ZonalAccount": "ZonalAccount"
6857
+ }
6858
+ },
6840
6859
  {
6841
6860
  "pkg": "alicloud",
6842
6861
  "mod": "polardb/zonalDbCluster",
@@ -6845,6 +6864,14 @@ _utilities.register(
6845
6864
  "alicloud:polardb/zonalDbCluster:ZonalDbCluster": "ZonalDbCluster"
6846
6865
  }
6847
6866
  },
6867
+ {
6868
+ "pkg": "alicloud",
6869
+ "mod": "polardb/zonalEndpoint",
6870
+ "fqn": "pulumi_alicloud.polardb",
6871
+ "classes": {
6872
+ "alicloud:polardb/zonalEndpoint:ZonalEndpoint": "ZonalEndpoint"
6873
+ }
6874
+ },
6848
6875
  {
6849
6876
  "pkg": "alicloud",
6850
6877
  "mod": "privatelink/vpcEndpoint",
@@ -7413,6 +7440,14 @@ _utilities.register(
7413
7440
  "alicloud:resourcemanager/delegatedAdministrator:DelegatedAdministrator": "DelegatedAdministrator"
7414
7441
  }
7415
7442
  },
7443
+ {
7444
+ "pkg": "alicloud",
7445
+ "mod": "resourcemanager/deliveryChannel",
7446
+ "fqn": "pulumi_alicloud.resourcemanager",
7447
+ "classes": {
7448
+ "alicloud:resourcemanager/deliveryChannel:DeliveryChannel": "DeliveryChannel"
7449
+ }
7450
+ },
7416
7451
  {
7417
7452
  "pkg": "alicloud",
7418
7453
  "mod": "resourcemanager/folder",
@@ -7437,6 +7472,14 @@ _utilities.register(
7437
7472
  "alicloud:resourcemanager/messageContact:MessageContact": "MessageContact"
7438
7473
  }
7439
7474
  },
7475
+ {
7476
+ "pkg": "alicloud",
7477
+ "mod": "resourcemanager/multiAccountDeliveryChannel",
7478
+ "fqn": "pulumi_alicloud.resourcemanager",
7479
+ "classes": {
7480
+ "alicloud:resourcemanager/multiAccountDeliveryChannel:MultiAccountDeliveryChannel": "MultiAccountDeliveryChannel"
7481
+ }
7482
+ },
7440
7483
  {
7441
7484
  "pkg": "alicloud",
7442
7485
  "mod": "resourcemanager/policy",
@@ -8229,6 +8272,22 @@ _utilities.register(
8229
8272
  "alicloud:sslcertificatesservice/pcaCertificate:PcaCertificate": "PcaCertificate"
8230
8273
  }
8231
8274
  },
8275
+ {
8276
+ "pkg": "alicloud",
8277
+ "mod": "starrocks/instance",
8278
+ "fqn": "pulumi_alicloud.starrocks",
8279
+ "classes": {
8280
+ "alicloud:starrocks/instance:Instance": "Instance"
8281
+ }
8282
+ },
8283
+ {
8284
+ "pkg": "alicloud",
8285
+ "mod": "starrocks/nodeGroup",
8286
+ "fqn": "pulumi_alicloud.starrocks",
8287
+ "classes": {
8288
+ "alicloud:starrocks/nodeGroup:NodeGroup": "NodeGroup"
8289
+ }
8290
+ },
8232
8291
  {
8233
8292
  "pkg": "alicloud",
8234
8293
  "mod": "tag/associatedRule",
@@ -172,17 +172,17 @@ class AggregateCompliancePackConfigRuleIdArgs:
172
172
 
173
173
  if not MYPY:
174
174
  class AggregatorAggregatorAccountArgsDict(TypedDict):
175
- account_id: pulumi.Input[_builtins.str]
175
+ account_id: NotRequired[pulumi.Input[_builtins.str]]
176
176
  """
177
- Aggregator account Uid.
177
+ The member ID.
178
178
  """
179
- account_name: pulumi.Input[_builtins.str]
179
+ account_name: NotRequired[pulumi.Input[_builtins.str]]
180
180
  """
181
- Aggregator account name.
181
+ The member name.
182
182
  """
183
- account_type: pulumi.Input[_builtins.str]
183
+ account_type: NotRequired[pulumi.Input[_builtins.str]]
184
184
  """
185
- Aggregator account source type. Valid values: `ResourceDirectory`.
185
+ The affiliation of the member. Valid values: `ResourceDirectory`.
186
186
  """
187
187
  elif False:
188
188
  AggregatorAggregatorAccountArgsDict: TypeAlias = Mapping[str, Any]
@@ -190,52 +190,55 @@ elif False:
190
190
  @pulumi.input_type
191
191
  class AggregatorAggregatorAccountArgs:
192
192
  def __init__(__self__, *,
193
- account_id: pulumi.Input[_builtins.str],
194
- account_name: pulumi.Input[_builtins.str],
195
- account_type: pulumi.Input[_builtins.str]):
193
+ account_id: Optional[pulumi.Input[_builtins.str]] = None,
194
+ account_name: Optional[pulumi.Input[_builtins.str]] = None,
195
+ account_type: Optional[pulumi.Input[_builtins.str]] = None):
196
196
  """
197
- :param pulumi.Input[_builtins.str] account_id: Aggregator account Uid.
198
- :param pulumi.Input[_builtins.str] account_name: Aggregator account name.
199
- :param pulumi.Input[_builtins.str] account_type: Aggregator account source type. Valid values: `ResourceDirectory`.
197
+ :param pulumi.Input[_builtins.str] account_id: The member ID.
198
+ :param pulumi.Input[_builtins.str] account_name: The member name.
199
+ :param pulumi.Input[_builtins.str] account_type: The affiliation of the member. Valid values: `ResourceDirectory`.
200
200
  """
201
- pulumi.set(__self__, "account_id", account_id)
202
- pulumi.set(__self__, "account_name", account_name)
203
- pulumi.set(__self__, "account_type", account_type)
201
+ if account_id is not None:
202
+ pulumi.set(__self__, "account_id", account_id)
203
+ if account_name is not None:
204
+ pulumi.set(__self__, "account_name", account_name)
205
+ if account_type is not None:
206
+ pulumi.set(__self__, "account_type", account_type)
204
207
 
205
208
  @_builtins.property
206
209
  @pulumi.getter(name="accountId")
207
- def account_id(self) -> pulumi.Input[_builtins.str]:
210
+ def account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
208
211
  """
209
- Aggregator account Uid.
212
+ The member ID.
210
213
  """
211
214
  return pulumi.get(self, "account_id")
212
215
 
213
216
  @account_id.setter
214
- def account_id(self, value: pulumi.Input[_builtins.str]):
217
+ def account_id(self, value: Optional[pulumi.Input[_builtins.str]]):
215
218
  pulumi.set(self, "account_id", value)
216
219
 
217
220
  @_builtins.property
218
221
  @pulumi.getter(name="accountName")
219
- def account_name(self) -> pulumi.Input[_builtins.str]:
222
+ def account_name(self) -> Optional[pulumi.Input[_builtins.str]]:
220
223
  """
221
- Aggregator account name.
224
+ The member name.
222
225
  """
223
226
  return pulumi.get(self, "account_name")
224
227
 
225
228
  @account_name.setter
226
- def account_name(self, value: pulumi.Input[_builtins.str]):
229
+ def account_name(self, value: Optional[pulumi.Input[_builtins.str]]):
227
230
  pulumi.set(self, "account_name", value)
228
231
 
229
232
  @_builtins.property
230
233
  @pulumi.getter(name="accountType")
231
- def account_type(self) -> pulumi.Input[_builtins.str]:
234
+ def account_type(self) -> Optional[pulumi.Input[_builtins.str]]:
232
235
  """
233
- Aggregator account source type. Valid values: `ResourceDirectory`.
236
+ The affiliation of the member. Valid values: `ResourceDirectory`.
234
237
  """
235
238
  return pulumi.get(self, "account_type")
236
239
 
237
240
  @account_type.setter
238
- def account_type(self, value: pulumi.Input[_builtins.str]):
241
+ def account_type(self, value: Optional[pulumi.Input[_builtins.str]]):
239
242
  pulumi.set(self, "account_type", value)
240
243
 
241
244
 
@@ -24,15 +24,19 @@ class AggregatorArgs:
24
24
  aggregator_name: pulumi.Input[_builtins.str],
25
25
  description: pulumi.Input[_builtins.str],
26
26
  aggregator_accounts: Optional[pulumi.Input[Sequence[pulumi.Input['AggregatorAggregatorAccountArgs']]]] = None,
27
- aggregator_type: Optional[pulumi.Input[_builtins.str]] = None):
27
+ aggregator_type: Optional[pulumi.Input[_builtins.str]] = None,
28
+ folder_id: Optional[pulumi.Input[_builtins.str]] = None):
28
29
  """
29
30
  The set of arguments for constructing a Aggregator resource.
30
- :param pulumi.Input[_builtins.str] aggregator_name: The name of aggregator.
31
- :param pulumi.Input[_builtins.str] description: The description of aggregator.
32
- :param pulumi.Input[Sequence[pulumi.Input['AggregatorAggregatorAccountArgs']]] aggregator_accounts: The information of account in aggregator. If the aggregator_type is RD, it is optional and means add all members in the resource directory to the account group. See `aggregator_accounts` below. **NOTE:** the field `aggregator_accounts` is not required from version 1.148.0.
33
- :param pulumi.Input[_builtins.str] aggregator_type: The type of aggregator. Valid values: `CUSTOM`, `RD`. The Default value: `CUSTOM`.
34
- * `CUSTOM` - The custom account group.
35
- * `RD` - The global account group.
31
+ :param pulumi.Input[_builtins.str] aggregator_name: The name of the account group.
32
+ :param pulumi.Input[_builtins.str] description: The description of the account group.
33
+ :param pulumi.Input[Sequence[pulumi.Input['AggregatorAggregatorAccountArgs']]] aggregator_accounts: The member accounts of the account group. See `aggregator_accounts` below.
34
+ > **NOTE:** If `aggregator_type` is set to `CUSTOM`, `aggregator_accounts` is required.
35
+ :param pulumi.Input[_builtins.str] aggregator_type: The type of the account group. Default value: `CUSTOM`. Valid values:
36
+ - `RD`: Global account group.
37
+ - `FOLDER`: Folder account group.
38
+ - `CUSTOM`: Custom account group.
39
+ :param pulumi.Input[_builtins.str] folder_id: The ID of the attached folder. You can specify multiple folder IDs. Separate the IDs with commas (,). **NOTE:** If `aggregator_type` is set to `FOLDER`, `folder_id` is required.
36
40
  """
37
41
  pulumi.set(__self__, "aggregator_name", aggregator_name)
38
42
  pulumi.set(__self__, "description", description)
@@ -40,12 +44,14 @@ class AggregatorArgs:
40
44
  pulumi.set(__self__, "aggregator_accounts", aggregator_accounts)
41
45
  if aggregator_type is not None:
42
46
  pulumi.set(__self__, "aggregator_type", aggregator_type)
47
+ if folder_id is not None:
48
+ pulumi.set(__self__, "folder_id", folder_id)
43
49
 
44
50
  @_builtins.property
45
51
  @pulumi.getter(name="aggregatorName")
46
52
  def aggregator_name(self) -> pulumi.Input[_builtins.str]:
47
53
  """
48
- The name of aggregator.
54
+ The name of the account group.
49
55
  """
50
56
  return pulumi.get(self, "aggregator_name")
51
57
 
@@ -57,7 +63,7 @@ class AggregatorArgs:
57
63
  @pulumi.getter
58
64
  def description(self) -> pulumi.Input[_builtins.str]:
59
65
  """
60
- The description of aggregator.
66
+ The description of the account group.
61
67
  """
62
68
  return pulumi.get(self, "description")
63
69
 
@@ -69,7 +75,8 @@ class AggregatorArgs:
69
75
  @pulumi.getter(name="aggregatorAccounts")
70
76
  def aggregator_accounts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AggregatorAggregatorAccountArgs']]]]:
71
77
  """
72
- The information of account in aggregator. If the aggregator_type is RD, it is optional and means add all members in the resource directory to the account group. See `aggregator_accounts` below. **NOTE:** the field `aggregator_accounts` is not required from version 1.148.0.
78
+ The member accounts of the account group. See `aggregator_accounts` below.
79
+ > **NOTE:** If `aggregator_type` is set to `CUSTOM`, `aggregator_accounts` is required.
73
80
  """
74
81
  return pulumi.get(self, "aggregator_accounts")
75
82
 
@@ -81,9 +88,10 @@ class AggregatorArgs:
81
88
  @pulumi.getter(name="aggregatorType")
82
89
  def aggregator_type(self) -> Optional[pulumi.Input[_builtins.str]]:
83
90
  """
84
- The type of aggregator. Valid values: `CUSTOM`, `RD`. The Default value: `CUSTOM`.
85
- * `CUSTOM` - The custom account group.
86
- * `RD` - The global account group.
91
+ The type of the account group. Default value: `CUSTOM`. Valid values:
92
+ - `RD`: Global account group.
93
+ - `FOLDER`: Folder account group.
94
+ - `CUSTOM`: Custom account group.
87
95
  """
88
96
  return pulumi.get(self, "aggregator_type")
89
97
 
@@ -91,6 +99,18 @@ class AggregatorArgs:
91
99
  def aggregator_type(self, value: Optional[pulumi.Input[_builtins.str]]):
92
100
  pulumi.set(self, "aggregator_type", value)
93
101
 
102
+ @_builtins.property
103
+ @pulumi.getter(name="folderId")
104
+ def folder_id(self) -> Optional[pulumi.Input[_builtins.str]]:
105
+ """
106
+ The ID of the attached folder. You can specify multiple folder IDs. Separate the IDs with commas (,). **NOTE:** If `aggregator_type` is set to `FOLDER`, `folder_id` is required.
107
+ """
108
+ return pulumi.get(self, "folder_id")
109
+
110
+ @folder_id.setter
111
+ def folder_id(self, value: Optional[pulumi.Input[_builtins.str]]):
112
+ pulumi.set(self, "folder_id", value)
113
+
94
114
 
95
115
  @pulumi.input_type
96
116
  class _AggregatorState:
@@ -98,17 +118,23 @@ class _AggregatorState:
98
118
  aggregator_accounts: Optional[pulumi.Input[Sequence[pulumi.Input['AggregatorAggregatorAccountArgs']]]] = None,
99
119
  aggregator_name: Optional[pulumi.Input[_builtins.str]] = None,
100
120
  aggregator_type: Optional[pulumi.Input[_builtins.str]] = None,
121
+ create_time: Optional[pulumi.Input[_builtins.int]] = None,
101
122
  description: Optional[pulumi.Input[_builtins.str]] = None,
123
+ folder_id: Optional[pulumi.Input[_builtins.str]] = None,
102
124
  status: Optional[pulumi.Input[_builtins.str]] = None):
103
125
  """
104
126
  Input properties used for looking up and filtering Aggregator resources.
105
- :param pulumi.Input[Sequence[pulumi.Input['AggregatorAggregatorAccountArgs']]] aggregator_accounts: The information of account in aggregator. If the aggregator_type is RD, it is optional and means add all members in the resource directory to the account group. See `aggregator_accounts` below. **NOTE:** the field `aggregator_accounts` is not required from version 1.148.0.
106
- :param pulumi.Input[_builtins.str] aggregator_name: The name of aggregator.
107
- :param pulumi.Input[_builtins.str] aggregator_type: The type of aggregator. Valid values: `CUSTOM`, `RD`. The Default value: `CUSTOM`.
108
- * `CUSTOM` - The custom account group.
109
- * `RD` - The global account group.
110
- :param pulumi.Input[_builtins.str] description: The description of aggregator.
111
- :param pulumi.Input[_builtins.str] status: The status of the resource. Valid values: `0`: creating `1`: normal `2`: deleting.
127
+ :param pulumi.Input[Sequence[pulumi.Input['AggregatorAggregatorAccountArgs']]] aggregator_accounts: The member accounts of the account group. See `aggregator_accounts` below.
128
+ > **NOTE:** If `aggregator_type` is set to `CUSTOM`, `aggregator_accounts` is required.
129
+ :param pulumi.Input[_builtins.str] aggregator_name: The name of the account group.
130
+ :param pulumi.Input[_builtins.str] aggregator_type: The type of the account group. Default value: `CUSTOM`. Valid values:
131
+ - `RD`: Global account group.
132
+ - `FOLDER`: Folder account group.
133
+ - `CUSTOM`: Custom account group.
134
+ :param pulumi.Input[_builtins.int] create_time: (Available since v1.262.0) The timestamp when the account group was created.
135
+ :param pulumi.Input[_builtins.str] description: The description of the account group.
136
+ :param pulumi.Input[_builtins.str] folder_id: The ID of the attached folder. You can specify multiple folder IDs. Separate the IDs with commas (,). **NOTE:** If `aggregator_type` is set to `FOLDER`, `folder_id` is required.
137
+ :param pulumi.Input[_builtins.str] status: The status of the account group.
112
138
  """
113
139
  if aggregator_accounts is not None:
114
140
  pulumi.set(__self__, "aggregator_accounts", aggregator_accounts)
@@ -116,8 +142,12 @@ class _AggregatorState:
116
142
  pulumi.set(__self__, "aggregator_name", aggregator_name)
117
143
  if aggregator_type is not None:
118
144
  pulumi.set(__self__, "aggregator_type", aggregator_type)
145
+ if create_time is not None:
146
+ pulumi.set(__self__, "create_time", create_time)
119
147
  if description is not None:
120
148
  pulumi.set(__self__, "description", description)
149
+ if folder_id is not None:
150
+ pulumi.set(__self__, "folder_id", folder_id)
121
151
  if status is not None:
122
152
  pulumi.set(__self__, "status", status)
123
153
 
@@ -125,7 +155,8 @@ class _AggregatorState:
125
155
  @pulumi.getter(name="aggregatorAccounts")
126
156
  def aggregator_accounts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AggregatorAggregatorAccountArgs']]]]:
127
157
  """
128
- The information of account in aggregator. If the aggregator_type is RD, it is optional and means add all members in the resource directory to the account group. See `aggregator_accounts` below. **NOTE:** the field `aggregator_accounts` is not required from version 1.148.0.
158
+ The member accounts of the account group. See `aggregator_accounts` below.
159
+ > **NOTE:** If `aggregator_type` is set to `CUSTOM`, `aggregator_accounts` is required.
129
160
  """
130
161
  return pulumi.get(self, "aggregator_accounts")
131
162
 
@@ -137,7 +168,7 @@ class _AggregatorState:
137
168
  @pulumi.getter(name="aggregatorName")
138
169
  def aggregator_name(self) -> Optional[pulumi.Input[_builtins.str]]:
139
170
  """
140
- The name of aggregator.
171
+ The name of the account group.
141
172
  """
142
173
  return pulumi.get(self, "aggregator_name")
143
174
 
@@ -149,9 +180,10 @@ class _AggregatorState:
149
180
  @pulumi.getter(name="aggregatorType")
150
181
  def aggregator_type(self) -> Optional[pulumi.Input[_builtins.str]]:
151
182
  """
152
- The type of aggregator. Valid values: `CUSTOM`, `RD`. The Default value: `CUSTOM`.
153
- * `CUSTOM` - The custom account group.
154
- * `RD` - The global account group.
183
+ The type of the account group. Default value: `CUSTOM`. Valid values:
184
+ - `RD`: Global account group.
185
+ - `FOLDER`: Folder account group.
186
+ - `CUSTOM`: Custom account group.
155
187
  """
156
188
  return pulumi.get(self, "aggregator_type")
157
189
 
@@ -159,11 +191,23 @@ class _AggregatorState:
159
191
  def aggregator_type(self, value: Optional[pulumi.Input[_builtins.str]]):
160
192
  pulumi.set(self, "aggregator_type", value)
161
193
 
194
+ @_builtins.property
195
+ @pulumi.getter(name="createTime")
196
+ def create_time(self) -> Optional[pulumi.Input[_builtins.int]]:
197
+ """
198
+ (Available since v1.262.0) The timestamp when the account group was created.
199
+ """
200
+ return pulumi.get(self, "create_time")
201
+
202
+ @create_time.setter
203
+ def create_time(self, value: Optional[pulumi.Input[_builtins.int]]):
204
+ pulumi.set(self, "create_time", value)
205
+
162
206
  @_builtins.property
163
207
  @pulumi.getter
164
208
  def description(self) -> Optional[pulumi.Input[_builtins.str]]:
165
209
  """
166
- The description of aggregator.
210
+ The description of the account group.
167
211
  """
168
212
  return pulumi.get(self, "description")
169
213
 
@@ -171,11 +215,23 @@ class _AggregatorState:
171
215
  def description(self, value: Optional[pulumi.Input[_builtins.str]]):
172
216
  pulumi.set(self, "description", value)
173
217
 
218
+ @_builtins.property
219
+ @pulumi.getter(name="folderId")
220
+ def folder_id(self) -> Optional[pulumi.Input[_builtins.str]]:
221
+ """
222
+ The ID of the attached folder. You can specify multiple folder IDs. Separate the IDs with commas (,). **NOTE:** If `aggregator_type` is set to `FOLDER`, `folder_id` is required.
223
+ """
224
+ return pulumi.get(self, "folder_id")
225
+
226
+ @folder_id.setter
227
+ def folder_id(self, value: Optional[pulumi.Input[_builtins.str]]):
228
+ pulumi.set(self, "folder_id", value)
229
+
174
230
  @_builtins.property
175
231
  @pulumi.getter
176
232
  def status(self) -> Optional[pulumi.Input[_builtins.str]]:
177
233
  """
178
- The status of the resource. Valid values: `0`: creating `1`: normal `2`: deleting.
234
+ The status of the account group.
179
235
  """
180
236
  return pulumi.get(self, "status")
181
237
 
@@ -194,11 +250,12 @@ class Aggregator(pulumi.CustomResource):
194
250
  aggregator_name: Optional[pulumi.Input[_builtins.str]] = None,
195
251
  aggregator_type: Optional[pulumi.Input[_builtins.str]] = None,
196
252
  description: Optional[pulumi.Input[_builtins.str]] = None,
253
+ folder_id: Optional[pulumi.Input[_builtins.str]] = None,
197
254
  __props__=None):
198
255
  """
199
- Provides a Cloud Config Aggregator resource.
256
+ Provides a Cloud Config (Config) Aggregator resource.
200
257
 
201
- For information about Cloud Config Aggregate Config Rule and how to use it, see [What is Aggregator](https://www.alibabacloud.com/help/en/cloud-config/latest/api-config-2020-09-07-createaggregator).
258
+ For information about Cloud Config (Config) Aggregator and how to use it, see [What is Aggregator](https://www.alibabacloud.com/help/en/cloud-config/latest/api-config-2020-09-07-createaggregator).
202
259
 
203
260
  > **NOTE:** Available since v1.124.0.
204
261
 
@@ -229,7 +286,7 @@ class Aggregator(pulumi.CustomResource):
229
286
 
230
287
  ## Import
231
288
 
232
- Cloud Config Aggregator can be imported using the id, e.g.
289
+ Cloud Config (Config) Aggregator can be imported using the id, e.g.
233
290
 
234
291
  ```sh
235
292
  $ pulumi import alicloud:cfg/aggregator:Aggregator example <id>
@@ -237,12 +294,15 @@ class Aggregator(pulumi.CustomResource):
237
294
 
238
295
  :param str resource_name: The name of the resource.
239
296
  :param pulumi.ResourceOptions opts: Options for the resource.
240
- :param pulumi.Input[Sequence[pulumi.Input[Union['AggregatorAggregatorAccountArgs', 'AggregatorAggregatorAccountArgsDict']]]] aggregator_accounts: The information of account in aggregator. If the aggregator_type is RD, it is optional and means add all members in the resource directory to the account group. See `aggregator_accounts` below. **NOTE:** the field `aggregator_accounts` is not required from version 1.148.0.
241
- :param pulumi.Input[_builtins.str] aggregator_name: The name of aggregator.
242
- :param pulumi.Input[_builtins.str] aggregator_type: The type of aggregator. Valid values: `CUSTOM`, `RD`. The Default value: `CUSTOM`.
243
- * `CUSTOM` - The custom account group.
244
- * `RD` - The global account group.
245
- :param pulumi.Input[_builtins.str] description: The description of aggregator.
297
+ :param pulumi.Input[Sequence[pulumi.Input[Union['AggregatorAggregatorAccountArgs', 'AggregatorAggregatorAccountArgsDict']]]] aggregator_accounts: The member accounts of the account group. See `aggregator_accounts` below.
298
+ > **NOTE:** If `aggregator_type` is set to `CUSTOM`, `aggregator_accounts` is required.
299
+ :param pulumi.Input[_builtins.str] aggregator_name: The name of the account group.
300
+ :param pulumi.Input[_builtins.str] aggregator_type: The type of the account group. Default value: `CUSTOM`. Valid values:
301
+ - `RD`: Global account group.
302
+ - `FOLDER`: Folder account group.
303
+ - `CUSTOM`: Custom account group.
304
+ :param pulumi.Input[_builtins.str] description: The description of the account group.
305
+ :param pulumi.Input[_builtins.str] folder_id: The ID of the attached folder. You can specify multiple folder IDs. Separate the IDs with commas (,). **NOTE:** If `aggregator_type` is set to `FOLDER`, `folder_id` is required.
246
306
  """
247
307
  ...
248
308
  @overload
@@ -251,9 +311,9 @@ class Aggregator(pulumi.CustomResource):
251
311
  args: AggregatorArgs,
252
312
  opts: Optional[pulumi.ResourceOptions] = None):
253
313
  """
254
- Provides a Cloud Config Aggregator resource.
314
+ Provides a Cloud Config (Config) Aggregator resource.
255
315
 
256
- For information about Cloud Config Aggregate Config Rule and how to use it, see [What is Aggregator](https://www.alibabacloud.com/help/en/cloud-config/latest/api-config-2020-09-07-createaggregator).
316
+ For information about Cloud Config (Config) Aggregator and how to use it, see [What is Aggregator](https://www.alibabacloud.com/help/en/cloud-config/latest/api-config-2020-09-07-createaggregator).
257
317
 
258
318
  > **NOTE:** Available since v1.124.0.
259
319
 
@@ -284,7 +344,7 @@ class Aggregator(pulumi.CustomResource):
284
344
 
285
345
  ## Import
286
346
 
287
- Cloud Config Aggregator can be imported using the id, e.g.
347
+ Cloud Config (Config) Aggregator can be imported using the id, e.g.
288
348
 
289
349
  ```sh
290
350
  $ pulumi import alicloud:cfg/aggregator:Aggregator example <id>
@@ -309,6 +369,7 @@ class Aggregator(pulumi.CustomResource):
309
369
  aggregator_name: Optional[pulumi.Input[_builtins.str]] = None,
310
370
  aggregator_type: Optional[pulumi.Input[_builtins.str]] = None,
311
371
  description: Optional[pulumi.Input[_builtins.str]] = None,
372
+ folder_id: Optional[pulumi.Input[_builtins.str]] = None,
312
373
  __props__=None):
313
374
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
314
375
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -326,6 +387,8 @@ class Aggregator(pulumi.CustomResource):
326
387
  if description is None and not opts.urn:
327
388
  raise TypeError("Missing required property 'description'")
328
389
  __props__.__dict__["description"] = description
390
+ __props__.__dict__["folder_id"] = folder_id
391
+ __props__.__dict__["create_time"] = None
329
392
  __props__.__dict__["status"] = None
330
393
  super(Aggregator, __self__).__init__(
331
394
  'alicloud:cfg/aggregator:Aggregator',
@@ -340,7 +403,9 @@ class Aggregator(pulumi.CustomResource):
340
403
  aggregator_accounts: Optional[pulumi.Input[Sequence[pulumi.Input[Union['AggregatorAggregatorAccountArgs', 'AggregatorAggregatorAccountArgsDict']]]]] = None,
341
404
  aggregator_name: Optional[pulumi.Input[_builtins.str]] = None,
342
405
  aggregator_type: Optional[pulumi.Input[_builtins.str]] = None,
406
+ create_time: Optional[pulumi.Input[_builtins.int]] = None,
343
407
  description: Optional[pulumi.Input[_builtins.str]] = None,
408
+ folder_id: Optional[pulumi.Input[_builtins.str]] = None,
344
409
  status: Optional[pulumi.Input[_builtins.str]] = None) -> 'Aggregator':
345
410
  """
346
411
  Get an existing Aggregator resource's state with the given name, id, and optional extra
@@ -349,13 +414,17 @@ class Aggregator(pulumi.CustomResource):
349
414
  :param str resource_name: The unique name of the resulting resource.
350
415
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
351
416
  :param pulumi.ResourceOptions opts: Options for the resource.
352
- :param pulumi.Input[Sequence[pulumi.Input[Union['AggregatorAggregatorAccountArgs', 'AggregatorAggregatorAccountArgsDict']]]] aggregator_accounts: The information of account in aggregator. If the aggregator_type is RD, it is optional and means add all members in the resource directory to the account group. See `aggregator_accounts` below. **NOTE:** the field `aggregator_accounts` is not required from version 1.148.0.
353
- :param pulumi.Input[_builtins.str] aggregator_name: The name of aggregator.
354
- :param pulumi.Input[_builtins.str] aggregator_type: The type of aggregator. Valid values: `CUSTOM`, `RD`. The Default value: `CUSTOM`.
355
- * `CUSTOM` - The custom account group.
356
- * `RD` - The global account group.
357
- :param pulumi.Input[_builtins.str] description: The description of aggregator.
358
- :param pulumi.Input[_builtins.str] status: The status of the resource. Valid values: `0`: creating `1`: normal `2`: deleting.
417
+ :param pulumi.Input[Sequence[pulumi.Input[Union['AggregatorAggregatorAccountArgs', 'AggregatorAggregatorAccountArgsDict']]]] aggregator_accounts: The member accounts of the account group. See `aggregator_accounts` below.
418
+ > **NOTE:** If `aggregator_type` is set to `CUSTOM`, `aggregator_accounts` is required.
419
+ :param pulumi.Input[_builtins.str] aggregator_name: The name of the account group.
420
+ :param pulumi.Input[_builtins.str] aggregator_type: The type of the account group. Default value: `CUSTOM`. Valid values:
421
+ - `RD`: Global account group.
422
+ - `FOLDER`: Folder account group.
423
+ - `CUSTOM`: Custom account group.
424
+ :param pulumi.Input[_builtins.int] create_time: (Available since v1.262.0) The timestamp when the account group was created.
425
+ :param pulumi.Input[_builtins.str] description: The description of the account group.
426
+ :param pulumi.Input[_builtins.str] folder_id: The ID of the attached folder. You can specify multiple folder IDs. Separate the IDs with commas (,). **NOTE:** If `aggregator_type` is set to `FOLDER`, `folder_id` is required.
427
+ :param pulumi.Input[_builtins.str] status: The status of the account group.
359
428
  """
360
429
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
361
430
 
@@ -364,7 +433,9 @@ class Aggregator(pulumi.CustomResource):
364
433
  __props__.__dict__["aggregator_accounts"] = aggregator_accounts
365
434
  __props__.__dict__["aggregator_name"] = aggregator_name
366
435
  __props__.__dict__["aggregator_type"] = aggregator_type
436
+ __props__.__dict__["create_time"] = create_time
367
437
  __props__.__dict__["description"] = description
438
+ __props__.__dict__["folder_id"] = folder_id
368
439
  __props__.__dict__["status"] = status
369
440
  return Aggregator(resource_name, opts=opts, __props__=__props__)
370
441
 
@@ -372,7 +443,8 @@ class Aggregator(pulumi.CustomResource):
372
443
  @pulumi.getter(name="aggregatorAccounts")
373
444
  def aggregator_accounts(self) -> pulumi.Output[Sequence['outputs.AggregatorAggregatorAccount']]:
374
445
  """
375
- The information of account in aggregator. If the aggregator_type is RD, it is optional and means add all members in the resource directory to the account group. See `aggregator_accounts` below. **NOTE:** the field `aggregator_accounts` is not required from version 1.148.0.
446
+ The member accounts of the account group. See `aggregator_accounts` below.
447
+ > **NOTE:** If `aggregator_type` is set to `CUSTOM`, `aggregator_accounts` is required.
376
448
  """
377
449
  return pulumi.get(self, "aggregator_accounts")
378
450
 
@@ -380,7 +452,7 @@ class Aggregator(pulumi.CustomResource):
380
452
  @pulumi.getter(name="aggregatorName")
381
453
  def aggregator_name(self) -> pulumi.Output[_builtins.str]:
382
454
  """
383
- The name of aggregator.
455
+ The name of the account group.
384
456
  """
385
457
  return pulumi.get(self, "aggregator_name")
386
458
 
@@ -388,25 +460,42 @@ class Aggregator(pulumi.CustomResource):
388
460
  @pulumi.getter(name="aggregatorType")
389
461
  def aggregator_type(self) -> pulumi.Output[_builtins.str]:
390
462
  """
391
- The type of aggregator. Valid values: `CUSTOM`, `RD`. The Default value: `CUSTOM`.
392
- * `CUSTOM` - The custom account group.
393
- * `RD` - The global account group.
463
+ The type of the account group. Default value: `CUSTOM`. Valid values:
464
+ - `RD`: Global account group.
465
+ - `FOLDER`: Folder account group.
466
+ - `CUSTOM`: Custom account group.
394
467
  """
395
468
  return pulumi.get(self, "aggregator_type")
396
469
 
470
+ @_builtins.property
471
+ @pulumi.getter(name="createTime")
472
+ def create_time(self) -> pulumi.Output[_builtins.int]:
473
+ """
474
+ (Available since v1.262.0) The timestamp when the account group was created.
475
+ """
476
+ return pulumi.get(self, "create_time")
477
+
397
478
  @_builtins.property
398
479
  @pulumi.getter
399
480
  def description(self) -> pulumi.Output[_builtins.str]:
400
481
  """
401
- The description of aggregator.
482
+ The description of the account group.
402
483
  """
403
484
  return pulumi.get(self, "description")
404
485
 
486
+ @_builtins.property
487
+ @pulumi.getter(name="folderId")
488
+ def folder_id(self) -> pulumi.Output[Optional[_builtins.str]]:
489
+ """
490
+ The ID of the attached folder. You can specify multiple folder IDs. Separate the IDs with commas (,). **NOTE:** If `aggregator_type` is set to `FOLDER`, `folder_id` is required.
491
+ """
492
+ return pulumi.get(self, "folder_id")
493
+
405
494
  @_builtins.property
406
495
  @pulumi.getter
407
496
  def status(self) -> pulumi.Output[_builtins.str]:
408
497
  """
409
- The status of the resource. Valid values: `0`: creating `1`: normal `2`: deleting.
498
+ The status of the account group.
410
499
  """
411
500
  return pulumi.get(self, "status")
412
501