pulumi-alicloud 3.87.0a1760678219__py3-none-any.whl → 3.87.0a1760759066__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-alicloud might be problematic. Click here for more details.
- pulumi_alicloud/__init__.py +24 -0
- pulumi_alicloud/adb/resource_group.py +463 -3
- pulumi_alicloud/cloudsso/__init__.py +1 -0
- pulumi_alicloud/cloudsso/get_user_provisioning_events.py +226 -0
- pulumi_alicloud/cloudsso/outputs.py +228 -0
- pulumi_alicloud/cs/managed_kubernetes.py +6 -2
- pulumi_alicloud/ddos/domain_resource.py +89 -0
- pulumi_alicloud/ecs/elasticity_assurance.py +279 -20
- pulumi_alicloud/eflo/node.py +153 -15
- pulumi_alicloud/esa/__init__.py +1 -0
- pulumi_alicloud/esa/_inputs.py +2152 -0
- pulumi_alicloud/esa/outputs.py +1599 -0
- pulumi_alicloud/esa/waf_rule.py +510 -0
- pulumi_alicloud/ess/__init__.py +1 -0
- pulumi_alicloud/ess/_inputs.py +256 -0
- pulumi_alicloud/ess/instance_refresh.py +760 -0
- pulumi_alicloud/ess/outputs.py +203 -0
- pulumi_alicloud/expressconnect/traffic_qos.py +137 -31
- pulumi_alicloud/expressconnect/traffic_qos_queue.py +91 -66
- pulumi_alicloud/expressconnect/traffic_qos_rule.py +307 -261
- pulumi_alicloud/expressconnect/vbr_pconn_association.py +105 -59
- pulumi_alicloud/kvstore/account.py +14 -14
- pulumi_alicloud/log/_inputs.py +29 -9
- pulumi_alicloud/log/etl.py +56 -9
- pulumi_alicloud/log/outputs.py +18 -6
- pulumi_alicloud/polardb/__init__.py +1 -0
- pulumi_alicloud/polardb/zonal_db_cluster.py +1255 -0
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/resourcemanager/_inputs.py +54 -0
- pulumi_alicloud/resourcemanager/outputs.py +51 -0
- pulumi_alicloud/resourcemanager/resource_share.py +341 -11
- pulumi_alicloud/vpc/bgp_group.py +250 -53
- pulumi_alicloud/vpc/common_bandwith_package_attachment.py +30 -14
- pulumi_alicloud/vpc/get_enhanced_nat_available_zones.py +3 -3
- pulumi_alicloud/vpc/vbr_ha.py +127 -46
- {pulumi_alicloud-3.87.0a1760678219.dist-info → pulumi_alicloud-3.87.0a1760759066.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.87.0a1760678219.dist-info → pulumi_alicloud-3.87.0a1760759066.dist-info}/RECORD +39 -35
- {pulumi_alicloud-3.87.0a1760678219.dist-info → pulumi_alicloud-3.87.0a1760759066.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.87.0a1760678219.dist-info → pulumi_alicloud-3.87.0a1760759066.dist-info}/top_level.txt +0 -0
|
@@ -33,16 +33,22 @@ class VbrPconnAssociationArgs:
|
|
|
33
33
|
The set of arguments for constructing a VbrPconnAssociation resource.
|
|
34
34
|
:param pulumi.Input[_builtins.str] physical_connection_id: The ID of the leased line instance.
|
|
35
35
|
:param pulumi.Input[_builtins.str] vbr_id: The ID of the VBR instance.
|
|
36
|
-
:param pulumi.Input[_builtins.int] vlan_id: VLAN ID of the VBR. Valid values: **0 to 2999**.
|
|
36
|
+
:param pulumi.Input[_builtins.int] vlan_id: VLAN ID of the VBR. Valid values: **0 to 2999**.
|
|
37
|
+
|
|
38
|
+
> **NOTE:** only the owner of the physical connection can specify this parameter. The VLAN ID of two VBRs under the same physical connection cannot be the same.
|
|
37
39
|
:param pulumi.Input[_builtins.bool] enable_ipv6: Whether IPv6 is enabled. Value:
|
|
38
|
-
- **true**: on.
|
|
39
|
-
- **false** (default): Off.
|
|
40
40
|
:param pulumi.Input[_builtins.str] local_gateway_ip: The Alibaba cloud IP address of the VBR instance.
|
|
41
41
|
:param pulumi.Input[_builtins.str] local_ipv6_gateway_ip: The IPv6 address on the Alibaba Cloud side of the VBR instance.
|
|
42
|
-
:param pulumi.Input[_builtins.str] peer_gateway_ip: The client IP address of the VBR instance.
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
:param pulumi.Input[_builtins.str]
|
|
42
|
+
:param pulumi.Input[_builtins.str] peer_gateway_ip: The client IP address of the VBR instance.
|
|
43
|
+
- This attribute only allows the VBR owner to specify or modify.
|
|
44
|
+
- Required when creating a VBR instance for the physical connection owner.
|
|
45
|
+
:param pulumi.Input[_builtins.str] peer_ipv6_gateway_ip: The IPv6 address of the client side of the VBR instance.
|
|
46
|
+
- This attribute only allows the VBR owner to specify or modify.
|
|
47
|
+
- Required when creating a VBR instance for the physical connection owner.
|
|
48
|
+
:param pulumi.Input[_builtins.str] peering_ipv6_subnet_mask: The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
49
|
+
Two IPv6 addresses must be in the same subnet.
|
|
50
|
+
:param pulumi.Input[_builtins.str] peering_subnet_mask: The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
51
|
+
The two IP addresses must be in the same subnet.
|
|
46
52
|
"""
|
|
47
53
|
pulumi.set(__self__, "physical_connection_id", physical_connection_id)
|
|
48
54
|
pulumi.set(__self__, "vbr_id", vbr_id)
|
|
@@ -90,7 +96,9 @@ class VbrPconnAssociationArgs:
|
|
|
90
96
|
@pulumi.getter(name="vlanId")
|
|
91
97
|
def vlan_id(self) -> pulumi.Input[_builtins.int]:
|
|
92
98
|
"""
|
|
93
|
-
VLAN ID of the VBR. Valid values: **0 to 2999**.
|
|
99
|
+
VLAN ID of the VBR. Valid values: **0 to 2999**.
|
|
100
|
+
|
|
101
|
+
> **NOTE:** only the owner of the physical connection can specify this parameter. The VLAN ID of two VBRs under the same physical connection cannot be the same.
|
|
94
102
|
"""
|
|
95
103
|
return pulumi.get(self, "vlan_id")
|
|
96
104
|
|
|
@@ -103,8 +111,6 @@ class VbrPconnAssociationArgs:
|
|
|
103
111
|
def enable_ipv6(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
104
112
|
"""
|
|
105
113
|
Whether IPv6 is enabled. Value:
|
|
106
|
-
- **true**: on.
|
|
107
|
-
- **false** (default): Off.
|
|
108
114
|
"""
|
|
109
115
|
return pulumi.get(self, "enable_ipv6")
|
|
110
116
|
|
|
@@ -140,7 +146,9 @@ class VbrPconnAssociationArgs:
|
|
|
140
146
|
@pulumi.getter(name="peerGatewayIp")
|
|
141
147
|
def peer_gateway_ip(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
142
148
|
"""
|
|
143
|
-
The client IP address of the VBR instance.
|
|
149
|
+
The client IP address of the VBR instance.
|
|
150
|
+
- This attribute only allows the VBR owner to specify or modify.
|
|
151
|
+
- Required when creating a VBR instance for the physical connection owner.
|
|
144
152
|
"""
|
|
145
153
|
return pulumi.get(self, "peer_gateway_ip")
|
|
146
154
|
|
|
@@ -152,7 +160,9 @@ class VbrPconnAssociationArgs:
|
|
|
152
160
|
@pulumi.getter(name="peerIpv6GatewayIp")
|
|
153
161
|
def peer_ipv6_gateway_ip(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
154
162
|
"""
|
|
155
|
-
The IPv6 address of the client side of the VBR instance.
|
|
163
|
+
The IPv6 address of the client side of the VBR instance.
|
|
164
|
+
- This attribute only allows the VBR owner to specify or modify.
|
|
165
|
+
- Required when creating a VBR instance for the physical connection owner.
|
|
156
166
|
"""
|
|
157
167
|
return pulumi.get(self, "peer_ipv6_gateway_ip")
|
|
158
168
|
|
|
@@ -164,7 +174,8 @@ class VbrPconnAssociationArgs:
|
|
|
164
174
|
@pulumi.getter(name="peeringIpv6SubnetMask")
|
|
165
175
|
def peering_ipv6_subnet_mask(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
166
176
|
"""
|
|
167
|
-
The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
177
|
+
The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
178
|
+
Two IPv6 addresses must be in the same subnet.
|
|
168
179
|
"""
|
|
169
180
|
return pulumi.get(self, "peering_ipv6_subnet_mask")
|
|
170
181
|
|
|
@@ -176,7 +187,8 @@ class VbrPconnAssociationArgs:
|
|
|
176
187
|
@pulumi.getter(name="peeringSubnetMask")
|
|
177
188
|
def peering_subnet_mask(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
178
189
|
"""
|
|
179
|
-
The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
190
|
+
The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
191
|
+
The two IP addresses must be in the same subnet.
|
|
180
192
|
"""
|
|
181
193
|
return pulumi.get(self, "peering_subnet_mask")
|
|
182
194
|
|
|
@@ -202,20 +214,26 @@ class _VbrPconnAssociationState:
|
|
|
202
214
|
vlan_id: Optional[pulumi.Input[_builtins.int]] = None):
|
|
203
215
|
"""
|
|
204
216
|
Input properties used for looking up and filtering VbrPconnAssociation resources.
|
|
205
|
-
:param pulumi.Input[_builtins.str] circuit_code: The circuit code provided by the operator for the physical connection.
|
|
217
|
+
:param pulumi.Input[_builtins.str] circuit_code: (Optional, ForceNew, Computed) The circuit code provided by the operator for the physical connection.
|
|
206
218
|
:param pulumi.Input[_builtins.bool] enable_ipv6: Whether IPv6 is enabled. Value:
|
|
207
|
-
- **true**: on.
|
|
208
|
-
- **false** (default): Off.
|
|
209
219
|
:param pulumi.Input[_builtins.str] local_gateway_ip: The Alibaba cloud IP address of the VBR instance.
|
|
210
220
|
:param pulumi.Input[_builtins.str] local_ipv6_gateway_ip: The IPv6 address on the Alibaba Cloud side of the VBR instance.
|
|
211
|
-
:param pulumi.Input[_builtins.str] peer_gateway_ip: The client IP address of the VBR instance.
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
:param pulumi.Input[_builtins.str]
|
|
221
|
+
:param pulumi.Input[_builtins.str] peer_gateway_ip: The client IP address of the VBR instance.
|
|
222
|
+
- This attribute only allows the VBR owner to specify or modify.
|
|
223
|
+
- Required when creating a VBR instance for the physical connection owner.
|
|
224
|
+
:param pulumi.Input[_builtins.str] peer_ipv6_gateway_ip: The IPv6 address of the client side of the VBR instance.
|
|
225
|
+
- This attribute only allows the VBR owner to specify or modify.
|
|
226
|
+
- Required when creating a VBR instance for the physical connection owner.
|
|
227
|
+
:param pulumi.Input[_builtins.str] peering_ipv6_subnet_mask: The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
228
|
+
Two IPv6 addresses must be in the same subnet.
|
|
229
|
+
:param pulumi.Input[_builtins.str] peering_subnet_mask: The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
230
|
+
The two IP addresses must be in the same subnet.
|
|
215
231
|
:param pulumi.Input[_builtins.str] physical_connection_id: The ID of the leased line instance.
|
|
216
|
-
:param pulumi.Input[_builtins.str] status: The status of the resource
|
|
232
|
+
:param pulumi.Input[_builtins.str] status: The status of the resource
|
|
217
233
|
:param pulumi.Input[_builtins.str] vbr_id: The ID of the VBR instance.
|
|
218
|
-
:param pulumi.Input[_builtins.int] vlan_id: VLAN ID of the VBR. Valid values: **0 to 2999**.
|
|
234
|
+
:param pulumi.Input[_builtins.int] vlan_id: VLAN ID of the VBR. Valid values: **0 to 2999**.
|
|
235
|
+
|
|
236
|
+
> **NOTE:** only the owner of the physical connection can specify this parameter. The VLAN ID of two VBRs under the same physical connection cannot be the same.
|
|
219
237
|
"""
|
|
220
238
|
if circuit_code is not None:
|
|
221
239
|
pulumi.set(__self__, "circuit_code", circuit_code)
|
|
@@ -246,7 +264,7 @@ class _VbrPconnAssociationState:
|
|
|
246
264
|
@pulumi.getter(name="circuitCode")
|
|
247
265
|
def circuit_code(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
248
266
|
"""
|
|
249
|
-
The circuit code provided by the operator for the physical connection.
|
|
267
|
+
(Optional, ForceNew, Computed) The circuit code provided by the operator for the physical connection.
|
|
250
268
|
"""
|
|
251
269
|
return pulumi.get(self, "circuit_code")
|
|
252
270
|
|
|
@@ -259,8 +277,6 @@ class _VbrPconnAssociationState:
|
|
|
259
277
|
def enable_ipv6(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
260
278
|
"""
|
|
261
279
|
Whether IPv6 is enabled. Value:
|
|
262
|
-
- **true**: on.
|
|
263
|
-
- **false** (default): Off.
|
|
264
280
|
"""
|
|
265
281
|
return pulumi.get(self, "enable_ipv6")
|
|
266
282
|
|
|
@@ -296,7 +312,9 @@ class _VbrPconnAssociationState:
|
|
|
296
312
|
@pulumi.getter(name="peerGatewayIp")
|
|
297
313
|
def peer_gateway_ip(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
298
314
|
"""
|
|
299
|
-
The client IP address of the VBR instance.
|
|
315
|
+
The client IP address of the VBR instance.
|
|
316
|
+
- This attribute only allows the VBR owner to specify or modify.
|
|
317
|
+
- Required when creating a VBR instance for the physical connection owner.
|
|
300
318
|
"""
|
|
301
319
|
return pulumi.get(self, "peer_gateway_ip")
|
|
302
320
|
|
|
@@ -308,7 +326,9 @@ class _VbrPconnAssociationState:
|
|
|
308
326
|
@pulumi.getter(name="peerIpv6GatewayIp")
|
|
309
327
|
def peer_ipv6_gateway_ip(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
310
328
|
"""
|
|
311
|
-
The IPv6 address of the client side of the VBR instance.
|
|
329
|
+
The IPv6 address of the client side of the VBR instance.
|
|
330
|
+
- This attribute only allows the VBR owner to specify or modify.
|
|
331
|
+
- Required when creating a VBR instance for the physical connection owner.
|
|
312
332
|
"""
|
|
313
333
|
return pulumi.get(self, "peer_ipv6_gateway_ip")
|
|
314
334
|
|
|
@@ -320,7 +340,8 @@ class _VbrPconnAssociationState:
|
|
|
320
340
|
@pulumi.getter(name="peeringIpv6SubnetMask")
|
|
321
341
|
def peering_ipv6_subnet_mask(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
322
342
|
"""
|
|
323
|
-
The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
343
|
+
The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
344
|
+
Two IPv6 addresses must be in the same subnet.
|
|
324
345
|
"""
|
|
325
346
|
return pulumi.get(self, "peering_ipv6_subnet_mask")
|
|
326
347
|
|
|
@@ -332,7 +353,8 @@ class _VbrPconnAssociationState:
|
|
|
332
353
|
@pulumi.getter(name="peeringSubnetMask")
|
|
333
354
|
def peering_subnet_mask(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
334
355
|
"""
|
|
335
|
-
The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
356
|
+
The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
357
|
+
The two IP addresses must be in the same subnet.
|
|
336
358
|
"""
|
|
337
359
|
return pulumi.get(self, "peering_subnet_mask")
|
|
338
360
|
|
|
@@ -356,7 +378,7 @@ class _VbrPconnAssociationState:
|
|
|
356
378
|
@pulumi.getter
|
|
357
379
|
def status(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
358
380
|
"""
|
|
359
|
-
The status of the resource
|
|
381
|
+
The status of the resource
|
|
360
382
|
"""
|
|
361
383
|
return pulumi.get(self, "status")
|
|
362
384
|
|
|
@@ -380,7 +402,9 @@ class _VbrPconnAssociationState:
|
|
|
380
402
|
@pulumi.getter(name="vlanId")
|
|
381
403
|
def vlan_id(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
382
404
|
"""
|
|
383
|
-
VLAN ID of the VBR. Valid values: **0 to 2999**.
|
|
405
|
+
VLAN ID of the VBR. Valid values: **0 to 2999**.
|
|
406
|
+
|
|
407
|
+
> **NOTE:** only the owner of the physical connection can specify this parameter. The VLAN ID of two VBRs under the same physical connection cannot be the same.
|
|
384
408
|
"""
|
|
385
409
|
return pulumi.get(self, "vlan_id")
|
|
386
410
|
|
|
@@ -409,6 +433,8 @@ class VbrPconnAssociation(pulumi.CustomResource):
|
|
|
409
433
|
"""
|
|
410
434
|
Provides a Express Connect Vbr Pconn Association resource.
|
|
411
435
|
|
|
436
|
+
VBR multi-pconn Association.
|
|
437
|
+
|
|
412
438
|
For information about Express Connect Vbr Pconn Association and how to use it, see [What is Vbr Pconn Association](https://www.alibabacloud.com/help/en/express-connect/latest/associatephysicalconnectiontovirtualborderrouter#doc-api-Vpc-AssociatePhysicalConnectionToVirtualBorderRouter).
|
|
413
439
|
|
|
414
440
|
> **NOTE:** Available since v1.196.0.
|
|
@@ -458,23 +484,29 @@ class VbrPconnAssociation(pulumi.CustomResource):
|
|
|
458
484
|
Express Connect Vbr Pconn Association can be imported using the id, e.g.
|
|
459
485
|
|
|
460
486
|
```sh
|
|
461
|
-
$ pulumi import alicloud:expressconnect/vbrPconnAssociation:VbrPconnAssociation example <
|
|
487
|
+
$ pulumi import alicloud:expressconnect/vbrPconnAssociation:VbrPconnAssociation example <vbr_id>:<physical_connection_id>
|
|
462
488
|
```
|
|
463
489
|
|
|
464
490
|
:param str resource_name: The name of the resource.
|
|
465
491
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
466
492
|
:param pulumi.Input[_builtins.bool] enable_ipv6: Whether IPv6 is enabled. Value:
|
|
467
|
-
- **true**: on.
|
|
468
|
-
- **false** (default): Off.
|
|
469
493
|
:param pulumi.Input[_builtins.str] local_gateway_ip: The Alibaba cloud IP address of the VBR instance.
|
|
470
494
|
:param pulumi.Input[_builtins.str] local_ipv6_gateway_ip: The IPv6 address on the Alibaba Cloud side of the VBR instance.
|
|
471
|
-
:param pulumi.Input[_builtins.str] peer_gateway_ip: The client IP address of the VBR instance.
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
:param pulumi.Input[_builtins.str]
|
|
495
|
+
:param pulumi.Input[_builtins.str] peer_gateway_ip: The client IP address of the VBR instance.
|
|
496
|
+
- This attribute only allows the VBR owner to specify or modify.
|
|
497
|
+
- Required when creating a VBR instance for the physical connection owner.
|
|
498
|
+
:param pulumi.Input[_builtins.str] peer_ipv6_gateway_ip: The IPv6 address of the client side of the VBR instance.
|
|
499
|
+
- This attribute only allows the VBR owner to specify or modify.
|
|
500
|
+
- Required when creating a VBR instance for the physical connection owner.
|
|
501
|
+
:param pulumi.Input[_builtins.str] peering_ipv6_subnet_mask: The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
502
|
+
Two IPv6 addresses must be in the same subnet.
|
|
503
|
+
:param pulumi.Input[_builtins.str] peering_subnet_mask: The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
504
|
+
The two IP addresses must be in the same subnet.
|
|
475
505
|
:param pulumi.Input[_builtins.str] physical_connection_id: The ID of the leased line instance.
|
|
476
506
|
:param pulumi.Input[_builtins.str] vbr_id: The ID of the VBR instance.
|
|
477
|
-
:param pulumi.Input[_builtins.int] vlan_id: VLAN ID of the VBR. Valid values: **0 to 2999**.
|
|
507
|
+
:param pulumi.Input[_builtins.int] vlan_id: VLAN ID of the VBR. Valid values: **0 to 2999**.
|
|
508
|
+
|
|
509
|
+
> **NOTE:** only the owner of the physical connection can specify this parameter. The VLAN ID of two VBRs under the same physical connection cannot be the same.
|
|
478
510
|
"""
|
|
479
511
|
...
|
|
480
512
|
@overload
|
|
@@ -485,6 +517,8 @@ class VbrPconnAssociation(pulumi.CustomResource):
|
|
|
485
517
|
"""
|
|
486
518
|
Provides a Express Connect Vbr Pconn Association resource.
|
|
487
519
|
|
|
520
|
+
VBR multi-pconn Association.
|
|
521
|
+
|
|
488
522
|
For information about Express Connect Vbr Pconn Association and how to use it, see [What is Vbr Pconn Association](https://www.alibabacloud.com/help/en/express-connect/latest/associatephysicalconnectiontovirtualborderrouter#doc-api-Vpc-AssociatePhysicalConnectionToVirtualBorderRouter).
|
|
489
523
|
|
|
490
524
|
> **NOTE:** Available since v1.196.0.
|
|
@@ -534,7 +568,7 @@ class VbrPconnAssociation(pulumi.CustomResource):
|
|
|
534
568
|
Express Connect Vbr Pconn Association can be imported using the id, e.g.
|
|
535
569
|
|
|
536
570
|
```sh
|
|
537
|
-
$ pulumi import alicloud:expressconnect/vbrPconnAssociation:VbrPconnAssociation example <
|
|
571
|
+
$ pulumi import alicloud:expressconnect/vbrPconnAssociation:VbrPconnAssociation example <vbr_id>:<physical_connection_id>
|
|
538
572
|
```
|
|
539
573
|
|
|
540
574
|
:param str resource_name: The name of the resource.
|
|
@@ -618,20 +652,26 @@ class VbrPconnAssociation(pulumi.CustomResource):
|
|
|
618
652
|
:param str resource_name: The unique name of the resulting resource.
|
|
619
653
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
620
654
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
621
|
-
:param pulumi.Input[_builtins.str] circuit_code: The circuit code provided by the operator for the physical connection.
|
|
655
|
+
:param pulumi.Input[_builtins.str] circuit_code: (Optional, ForceNew, Computed) The circuit code provided by the operator for the physical connection.
|
|
622
656
|
:param pulumi.Input[_builtins.bool] enable_ipv6: Whether IPv6 is enabled. Value:
|
|
623
|
-
- **true**: on.
|
|
624
|
-
- **false** (default): Off.
|
|
625
657
|
:param pulumi.Input[_builtins.str] local_gateway_ip: The Alibaba cloud IP address of the VBR instance.
|
|
626
658
|
:param pulumi.Input[_builtins.str] local_ipv6_gateway_ip: The IPv6 address on the Alibaba Cloud side of the VBR instance.
|
|
627
|
-
:param pulumi.Input[_builtins.str] peer_gateway_ip: The client IP address of the VBR instance.
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
:param pulumi.Input[_builtins.str]
|
|
659
|
+
:param pulumi.Input[_builtins.str] peer_gateway_ip: The client IP address of the VBR instance.
|
|
660
|
+
- This attribute only allows the VBR owner to specify or modify.
|
|
661
|
+
- Required when creating a VBR instance for the physical connection owner.
|
|
662
|
+
:param pulumi.Input[_builtins.str] peer_ipv6_gateway_ip: The IPv6 address of the client side of the VBR instance.
|
|
663
|
+
- This attribute only allows the VBR owner to specify or modify.
|
|
664
|
+
- Required when creating a VBR instance for the physical connection owner.
|
|
665
|
+
:param pulumi.Input[_builtins.str] peering_ipv6_subnet_mask: The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
666
|
+
Two IPv6 addresses must be in the same subnet.
|
|
667
|
+
:param pulumi.Input[_builtins.str] peering_subnet_mask: The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
668
|
+
The two IP addresses must be in the same subnet.
|
|
631
669
|
:param pulumi.Input[_builtins.str] physical_connection_id: The ID of the leased line instance.
|
|
632
|
-
:param pulumi.Input[_builtins.str] status: The status of the resource
|
|
670
|
+
:param pulumi.Input[_builtins.str] status: The status of the resource
|
|
633
671
|
:param pulumi.Input[_builtins.str] vbr_id: The ID of the VBR instance.
|
|
634
|
-
:param pulumi.Input[_builtins.int] vlan_id: VLAN ID of the VBR. Valid values: **0 to 2999**.
|
|
672
|
+
:param pulumi.Input[_builtins.int] vlan_id: VLAN ID of the VBR. Valid values: **0 to 2999**.
|
|
673
|
+
|
|
674
|
+
> **NOTE:** only the owner of the physical connection can specify this parameter. The VLAN ID of two VBRs under the same physical connection cannot be the same.
|
|
635
675
|
"""
|
|
636
676
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
637
677
|
|
|
@@ -655,7 +695,7 @@ class VbrPconnAssociation(pulumi.CustomResource):
|
|
|
655
695
|
@pulumi.getter(name="circuitCode")
|
|
656
696
|
def circuit_code(self) -> pulumi.Output[_builtins.str]:
|
|
657
697
|
"""
|
|
658
|
-
The circuit code provided by the operator for the physical connection.
|
|
698
|
+
(Optional, ForceNew, Computed) The circuit code provided by the operator for the physical connection.
|
|
659
699
|
"""
|
|
660
700
|
return pulumi.get(self, "circuit_code")
|
|
661
701
|
|
|
@@ -664,8 +704,6 @@ class VbrPconnAssociation(pulumi.CustomResource):
|
|
|
664
704
|
def enable_ipv6(self) -> pulumi.Output[_builtins.bool]:
|
|
665
705
|
"""
|
|
666
706
|
Whether IPv6 is enabled. Value:
|
|
667
|
-
- **true**: on.
|
|
668
|
-
- **false** (default): Off.
|
|
669
707
|
"""
|
|
670
708
|
return pulumi.get(self, "enable_ipv6")
|
|
671
709
|
|
|
@@ -689,7 +727,9 @@ class VbrPconnAssociation(pulumi.CustomResource):
|
|
|
689
727
|
@pulumi.getter(name="peerGatewayIp")
|
|
690
728
|
def peer_gateway_ip(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
691
729
|
"""
|
|
692
|
-
The client IP address of the VBR instance.
|
|
730
|
+
The client IP address of the VBR instance.
|
|
731
|
+
- This attribute only allows the VBR owner to specify or modify.
|
|
732
|
+
- Required when creating a VBR instance for the physical connection owner.
|
|
693
733
|
"""
|
|
694
734
|
return pulumi.get(self, "peer_gateway_ip")
|
|
695
735
|
|
|
@@ -697,7 +737,9 @@ class VbrPconnAssociation(pulumi.CustomResource):
|
|
|
697
737
|
@pulumi.getter(name="peerIpv6GatewayIp")
|
|
698
738
|
def peer_ipv6_gateway_ip(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
699
739
|
"""
|
|
700
|
-
The IPv6 address of the client side of the VBR instance.
|
|
740
|
+
The IPv6 address of the client side of the VBR instance.
|
|
741
|
+
- This attribute only allows the VBR owner to specify or modify.
|
|
742
|
+
- Required when creating a VBR instance for the physical connection owner.
|
|
701
743
|
"""
|
|
702
744
|
return pulumi.get(self, "peer_ipv6_gateway_ip")
|
|
703
745
|
|
|
@@ -705,7 +747,8 @@ class VbrPconnAssociation(pulumi.CustomResource):
|
|
|
705
747
|
@pulumi.getter(name="peeringIpv6SubnetMask")
|
|
706
748
|
def peering_ipv6_subnet_mask(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
707
749
|
"""
|
|
708
|
-
The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
750
|
+
The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
751
|
+
Two IPv6 addresses must be in the same subnet.
|
|
709
752
|
"""
|
|
710
753
|
return pulumi.get(self, "peering_ipv6_subnet_mask")
|
|
711
754
|
|
|
@@ -713,7 +756,8 @@ class VbrPconnAssociation(pulumi.CustomResource):
|
|
|
713
756
|
@pulumi.getter(name="peeringSubnetMask")
|
|
714
757
|
def peering_subnet_mask(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
715
758
|
"""
|
|
716
|
-
The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
759
|
+
The subnet mask of the Alibaba Cloud side and the client side of the VBR instance.
|
|
760
|
+
The two IP addresses must be in the same subnet.
|
|
717
761
|
"""
|
|
718
762
|
return pulumi.get(self, "peering_subnet_mask")
|
|
719
763
|
|
|
@@ -729,7 +773,7 @@ class VbrPconnAssociation(pulumi.CustomResource):
|
|
|
729
773
|
@pulumi.getter
|
|
730
774
|
def status(self) -> pulumi.Output[_builtins.str]:
|
|
731
775
|
"""
|
|
732
|
-
The status of the resource
|
|
776
|
+
The status of the resource
|
|
733
777
|
"""
|
|
734
778
|
return pulumi.get(self, "status")
|
|
735
779
|
|
|
@@ -745,7 +789,9 @@ class VbrPconnAssociation(pulumi.CustomResource):
|
|
|
745
789
|
@pulumi.getter(name="vlanId")
|
|
746
790
|
def vlan_id(self) -> pulumi.Output[_builtins.int]:
|
|
747
791
|
"""
|
|
748
|
-
VLAN ID of the VBR. Valid values: **0 to 2999**.
|
|
792
|
+
VLAN ID of the VBR. Valid values: **0 to 2999**.
|
|
793
|
+
|
|
794
|
+
> **NOTE:** only the owner of the physical connection can specify this parameter. The VLAN ID of two VBRs under the same physical connection cannot be the same.
|
|
749
795
|
"""
|
|
750
796
|
return pulumi.get(self, "vlan_id")
|
|
751
797
|
|
|
@@ -30,9 +30,9 @@ class AccountArgs:
|
|
|
30
30
|
"""
|
|
31
31
|
The set of arguments for constructing a Account resource.
|
|
32
32
|
:param pulumi.Input[_builtins.str] account_name: The name of the account. The name must meet the following requirements:
|
|
33
|
-
* The name can contain lowercase letters, digits, and
|
|
33
|
+
* The name must start with a lowercase letter and can contain lowercase letters, digits, and underscores (_).
|
|
34
34
|
* The name can be up to 100 characters in length.
|
|
35
|
-
* The name cannot be one of the reserved words in the [Reserved words for Redis account names](https://www.alibabacloud.com/help/en/redis/user-guide/create-and-manage-database-accounts) section.
|
|
35
|
+
* The name cannot be one of the reserved words listed in the [Reserved words for Redis account names](https://www.alibabacloud.com/help/en/redis/user-guide/create-and-manage-database-accounts) section.
|
|
36
36
|
:param pulumi.Input[_builtins.str] instance_id: The Id of instance in which account belongs (The engine version of instance must be 4.0 or 4.0+).
|
|
37
37
|
:param pulumi.Input[_builtins.str] account_password: The password of the account. The password must be 8 to 32 characters in length. It must contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include `!@ # $ % ^ & * ( ) _ + - =`. You have to specify one of `account_password` and `kms_encrypted_password` fields.
|
|
38
38
|
:param pulumi.Input[_builtins.str] account_privilege: The privilege of account access database. Default value: `RoleReadWrite`
|
|
@@ -65,9 +65,9 @@ class AccountArgs:
|
|
|
65
65
|
def account_name(self) -> pulumi.Input[_builtins.str]:
|
|
66
66
|
"""
|
|
67
67
|
The name of the account. The name must meet the following requirements:
|
|
68
|
-
* The name can contain lowercase letters, digits, and
|
|
68
|
+
* The name must start with a lowercase letter and can contain lowercase letters, digits, and underscores (_).
|
|
69
69
|
* The name can be up to 100 characters in length.
|
|
70
|
-
* The name cannot be one of the reserved words in the [Reserved words for Redis account names](https://www.alibabacloud.com/help/en/redis/user-guide/create-and-manage-database-accounts) section.
|
|
70
|
+
* The name cannot be one of the reserved words listed in the [Reserved words for Redis account names](https://www.alibabacloud.com/help/en/redis/user-guide/create-and-manage-database-accounts) section.
|
|
71
71
|
"""
|
|
72
72
|
return pulumi.get(self, "account_name")
|
|
73
73
|
|
|
@@ -179,9 +179,9 @@ class _AccountState:
|
|
|
179
179
|
"""
|
|
180
180
|
Input properties used for looking up and filtering Account resources.
|
|
181
181
|
:param pulumi.Input[_builtins.str] account_name: The name of the account. The name must meet the following requirements:
|
|
182
|
-
* The name can contain lowercase letters, digits, and
|
|
182
|
+
* The name must start with a lowercase letter and can contain lowercase letters, digits, and underscores (_).
|
|
183
183
|
* The name can be up to 100 characters in length.
|
|
184
|
-
* The name cannot be one of the reserved words in the [Reserved words for Redis account names](https://www.alibabacloud.com/help/en/redis/user-guide/create-and-manage-database-accounts) section.
|
|
184
|
+
* The name cannot be one of the reserved words listed in the [Reserved words for Redis account names](https://www.alibabacloud.com/help/en/redis/user-guide/create-and-manage-database-accounts) section.
|
|
185
185
|
:param pulumi.Input[_builtins.str] account_password: The password of the account. The password must be 8 to 32 characters in length. It must contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include `!@ # $ % ^ & * ( ) _ + - =`. You have to specify one of `account_password` and `kms_encrypted_password` fields.
|
|
186
186
|
:param pulumi.Input[_builtins.str] account_privilege: The privilege of account access database. Default value: `RoleReadWrite`
|
|
187
187
|
- `RoleReadOnly`: This value is only for Redis and Memcache
|
|
@@ -219,9 +219,9 @@ class _AccountState:
|
|
|
219
219
|
def account_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
220
220
|
"""
|
|
221
221
|
The name of the account. The name must meet the following requirements:
|
|
222
|
-
* The name can contain lowercase letters, digits, and
|
|
222
|
+
* The name must start with a lowercase letter and can contain lowercase letters, digits, and underscores (_).
|
|
223
223
|
* The name can be up to 100 characters in length.
|
|
224
|
-
* The name cannot be one of the reserved words in the [Reserved words for Redis account names](https://www.alibabacloud.com/help/en/redis/user-guide/create-and-manage-database-accounts) section.
|
|
224
|
+
* The name cannot be one of the reserved words listed in the [Reserved words for Redis account names](https://www.alibabacloud.com/help/en/redis/user-guide/create-and-manage-database-accounts) section.
|
|
225
225
|
"""
|
|
226
226
|
return pulumi.get(self, "account_name")
|
|
227
227
|
|
|
@@ -408,9 +408,9 @@ class Account(pulumi.CustomResource):
|
|
|
408
408
|
:param str resource_name: The name of the resource.
|
|
409
409
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
410
410
|
:param pulumi.Input[_builtins.str] account_name: The name of the account. The name must meet the following requirements:
|
|
411
|
-
* The name can contain lowercase letters, digits, and
|
|
411
|
+
* The name must start with a lowercase letter and can contain lowercase letters, digits, and underscores (_).
|
|
412
412
|
* The name can be up to 100 characters in length.
|
|
413
|
-
* The name cannot be one of the reserved words in the [Reserved words for Redis account names](https://www.alibabacloud.com/help/en/redis/user-guide/create-and-manage-database-accounts) section.
|
|
413
|
+
* The name cannot be one of the reserved words listed in the [Reserved words for Redis account names](https://www.alibabacloud.com/help/en/redis/user-guide/create-and-manage-database-accounts) section.
|
|
414
414
|
:param pulumi.Input[_builtins.str] account_password: The password of the account. The password must be 8 to 32 characters in length. It must contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include `!@ # $ % ^ & * ( ) _ + - =`. You have to specify one of `account_password` and `kms_encrypted_password` fields.
|
|
415
415
|
:param pulumi.Input[_builtins.str] account_privilege: The privilege of account access database. Default value: `RoleReadWrite`
|
|
416
416
|
- `RoleReadOnly`: This value is only for Redis and Memcache
|
|
@@ -563,9 +563,9 @@ class Account(pulumi.CustomResource):
|
|
|
563
563
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
564
564
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
565
565
|
:param pulumi.Input[_builtins.str] account_name: The name of the account. The name must meet the following requirements:
|
|
566
|
-
* The name can contain lowercase letters, digits, and
|
|
566
|
+
* The name must start with a lowercase letter and can contain lowercase letters, digits, and underscores (_).
|
|
567
567
|
* The name can be up to 100 characters in length.
|
|
568
|
-
* The name cannot be one of the reserved words in the [Reserved words for Redis account names](https://www.alibabacloud.com/help/en/redis/user-guide/create-and-manage-database-accounts) section.
|
|
568
|
+
* The name cannot be one of the reserved words listed in the [Reserved words for Redis account names](https://www.alibabacloud.com/help/en/redis/user-guide/create-and-manage-database-accounts) section.
|
|
569
569
|
:param pulumi.Input[_builtins.str] account_password: The password of the account. The password must be 8 to 32 characters in length. It must contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include `!@ # $ % ^ & * ( ) _ + - =`. You have to specify one of `account_password` and `kms_encrypted_password` fields.
|
|
570
570
|
:param pulumi.Input[_builtins.str] account_privilege: The privilege of account access database. Default value: `RoleReadWrite`
|
|
571
571
|
- `RoleReadOnly`: This value is only for Redis and Memcache
|
|
@@ -599,9 +599,9 @@ class Account(pulumi.CustomResource):
|
|
|
599
599
|
def account_name(self) -> pulumi.Output[_builtins.str]:
|
|
600
600
|
"""
|
|
601
601
|
The name of the account. The name must meet the following requirements:
|
|
602
|
-
* The name can contain lowercase letters, digits, and
|
|
602
|
+
* The name must start with a lowercase letter and can contain lowercase letters, digits, and underscores (_).
|
|
603
603
|
* The name can be up to 100 characters in length.
|
|
604
|
-
* The name cannot be one of the reserved words in the [Reserved words for Redis account names](https://www.alibabacloud.com/help/en/redis/user-guide/create-and-manage-database-accounts) section.
|
|
604
|
+
* The name cannot be one of the reserved words listed in the [Reserved words for Redis account names](https://www.alibabacloud.com/help/en/redis/user-guide/create-and-manage-database-accounts) section.
|
|
605
605
|
"""
|
|
606
606
|
return pulumi.get(self, "account_name")
|
|
607
607
|
|
pulumi_alicloud/log/_inputs.py
CHANGED
|
@@ -1047,6 +1047,12 @@ if not MYPY:
|
|
|
1047
1047
|
"""
|
|
1048
1048
|
Delivery target logstore access key secret.
|
|
1049
1049
|
"""
|
|
1050
|
+
datasets: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
1051
|
+
"""
|
|
1052
|
+
LogETL datasets.
|
|
1053
|
+
|
|
1054
|
+
> **Note:** `from_time` and `to_time` no modification allowed after successful creation.
|
|
1055
|
+
"""
|
|
1050
1056
|
kms_encrypted_access_key_id: NotRequired[pulumi.Input[_builtins.str]]
|
|
1051
1057
|
"""
|
|
1052
1058
|
An KMS encrypts access key id used to a log etl job. If the `access_key_id` is filled in, this field will be ignored.
|
|
@@ -1057,13 +1063,11 @@ if not MYPY:
|
|
|
1057
1063
|
"""
|
|
1058
1064
|
role_arn: NotRequired[pulumi.Input[_builtins.str]]
|
|
1059
1065
|
"""
|
|
1060
|
-
Sts role info under delivery target logstore. `role_arn` and `(access_key_id, access_key_secret)` fill in at most one. If you do not fill in both, then you must fill in `(kms_encrypted_access_key_id, kms_encrypted_access_key_secret
|
|
1066
|
+
Sts role info under delivery target logstore. `role_arn` and `(access_key_id, access_key_secret)` fill in at most one. If you do not fill in both, then you must fill in `(kms_encrypted_access_key_id, kms_encrypted_access_key_secret)` to use KMS to get the key pair.
|
|
1061
1067
|
"""
|
|
1062
1068
|
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
1063
1069
|
"""
|
|
1064
1070
|
ETL sinks type, the default value is AliyunLOG.
|
|
1065
|
-
|
|
1066
|
-
> **Note:** `from_time` and `to_time` no modification allowed after successful creation.
|
|
1067
1071
|
"""
|
|
1068
1072
|
elif False:
|
|
1069
1073
|
EtlEtlSinkArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -1077,6 +1081,7 @@ class EtlEtlSinkArgs:
|
|
|
1077
1081
|
project: pulumi.Input[_builtins.str],
|
|
1078
1082
|
access_key_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1079
1083
|
access_key_secret: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1084
|
+
datasets: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
1080
1085
|
kms_encrypted_access_key_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1081
1086
|
kms_encrypted_access_key_secret: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1082
1087
|
role_arn: Optional[pulumi.Input[_builtins.str]] = None,
|
|
@@ -1088,12 +1093,13 @@ class EtlEtlSinkArgs:
|
|
|
1088
1093
|
:param pulumi.Input[_builtins.str] project: The project where the target logstore is delivered.
|
|
1089
1094
|
:param pulumi.Input[_builtins.str] access_key_id: Delivery target logstore access key id.
|
|
1090
1095
|
:param pulumi.Input[_builtins.str] access_key_secret: Delivery target logstore access key secret.
|
|
1096
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] datasets: LogETL datasets.
|
|
1097
|
+
|
|
1098
|
+
> **Note:** `from_time` and `to_time` no modification allowed after successful creation.
|
|
1091
1099
|
:param pulumi.Input[_builtins.str] kms_encrypted_access_key_id: An KMS encrypts access key id used to a log etl job. If the `access_key_id` is filled in, this field will be ignored.
|
|
1092
1100
|
:param pulumi.Input[_builtins.str] kms_encrypted_access_key_secret: An KMS encrypts access key secret used to a log etl job. If the `access_key_secret` is filled in, this field will be ignored.
|
|
1093
|
-
:param pulumi.Input[_builtins.str] role_arn: Sts role info under delivery target logstore. `role_arn` and `(access_key_id, access_key_secret)` fill in at most one. If you do not fill in both, then you must fill in `(kms_encrypted_access_key_id, kms_encrypted_access_key_secret
|
|
1101
|
+
:param pulumi.Input[_builtins.str] role_arn: Sts role info under delivery target logstore. `role_arn` and `(access_key_id, access_key_secret)` fill in at most one. If you do not fill in both, then you must fill in `(kms_encrypted_access_key_id, kms_encrypted_access_key_secret)` to use KMS to get the key pair.
|
|
1094
1102
|
:param pulumi.Input[_builtins.str] type: ETL sinks type, the default value is AliyunLOG.
|
|
1095
|
-
|
|
1096
|
-
> **Note:** `from_time` and `to_time` no modification allowed after successful creation.
|
|
1097
1103
|
"""
|
|
1098
1104
|
pulumi.set(__self__, "endpoint", endpoint)
|
|
1099
1105
|
pulumi.set(__self__, "logstore", logstore)
|
|
@@ -1103,6 +1109,8 @@ class EtlEtlSinkArgs:
|
|
|
1103
1109
|
pulumi.set(__self__, "access_key_id", access_key_id)
|
|
1104
1110
|
if access_key_secret is not None:
|
|
1105
1111
|
pulumi.set(__self__, "access_key_secret", access_key_secret)
|
|
1112
|
+
if datasets is not None:
|
|
1113
|
+
pulumi.set(__self__, "datasets", datasets)
|
|
1106
1114
|
if kms_encrypted_access_key_id is not None:
|
|
1107
1115
|
pulumi.set(__self__, "kms_encrypted_access_key_id", kms_encrypted_access_key_id)
|
|
1108
1116
|
if kms_encrypted_access_key_secret is not None:
|
|
@@ -1184,6 +1192,20 @@ class EtlEtlSinkArgs:
|
|
|
1184
1192
|
def access_key_secret(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1185
1193
|
pulumi.set(self, "access_key_secret", value)
|
|
1186
1194
|
|
|
1195
|
+
@_builtins.property
|
|
1196
|
+
@pulumi.getter
|
|
1197
|
+
def datasets(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
1198
|
+
"""
|
|
1199
|
+
LogETL datasets.
|
|
1200
|
+
|
|
1201
|
+
> **Note:** `from_time` and `to_time` no modification allowed after successful creation.
|
|
1202
|
+
"""
|
|
1203
|
+
return pulumi.get(self, "datasets")
|
|
1204
|
+
|
|
1205
|
+
@datasets.setter
|
|
1206
|
+
def datasets(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
1207
|
+
pulumi.set(self, "datasets", value)
|
|
1208
|
+
|
|
1187
1209
|
@_builtins.property
|
|
1188
1210
|
@pulumi.getter(name="kmsEncryptedAccessKeyId")
|
|
1189
1211
|
def kms_encrypted_access_key_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
@@ -1212,7 +1234,7 @@ class EtlEtlSinkArgs:
|
|
|
1212
1234
|
@pulumi.getter(name="roleArn")
|
|
1213
1235
|
def role_arn(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1214
1236
|
"""
|
|
1215
|
-
Sts role info under delivery target logstore. `role_arn` and `(access_key_id, access_key_secret)` fill in at most one. If you do not fill in both, then you must fill in `(kms_encrypted_access_key_id, kms_encrypted_access_key_secret
|
|
1237
|
+
Sts role info under delivery target logstore. `role_arn` and `(access_key_id, access_key_secret)` fill in at most one. If you do not fill in both, then you must fill in `(kms_encrypted_access_key_id, kms_encrypted_access_key_secret)` to use KMS to get the key pair.
|
|
1216
1238
|
"""
|
|
1217
1239
|
return pulumi.get(self, "role_arn")
|
|
1218
1240
|
|
|
@@ -1225,8 +1247,6 @@ class EtlEtlSinkArgs:
|
|
|
1225
1247
|
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1226
1248
|
"""
|
|
1227
1249
|
ETL sinks type, the default value is AliyunLOG.
|
|
1228
|
-
|
|
1229
|
-
> **Note:** `from_time` and `to_time` no modification allowed after successful creation.
|
|
1230
1250
|
"""
|
|
1231
1251
|
return pulumi.get(self, "type")
|
|
1232
1252
|
|