pulumi-alicloud 3.59.0a1720761596__py3-none-any.whl → 3.59.1__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 +48 -0
- pulumi_alicloud/_utilities.py +3 -4
- pulumi_alicloud/adb/_inputs.py +14 -0
- pulumi_alicloud/adb/outputs.py +14 -0
- pulumi_alicloud/adb/resource_group.py +115 -119
- pulumi_alicloud/alb/_inputs.py +224 -0
- pulumi_alicloud/alb/outputs.py +260 -0
- pulumi_alicloud/arms/_inputs.py +438 -0
- pulumi_alicloud/arms/outputs.py +442 -0
- pulumi_alicloud/bp/_inputs.py +14 -0
- pulumi_alicloud/bp/outputs.py +14 -0
- pulumi_alicloud/cas/outputs.py +4 -0
- pulumi_alicloud/cddc/outputs.py +6 -0
- pulumi_alicloud/cen/get_transit_router_service.py +2 -2
- pulumi_alicloud/cfg/_inputs.py +20 -0
- pulumi_alicloud/cfg/outputs.py +20 -0
- pulumi_alicloud/clickhouse/get_regions.py +2 -2
- pulumi_alicloud/clickhouse/outputs.py +4 -0
- pulumi_alicloud/cloudfirewall/_inputs.py +40 -0
- pulumi_alicloud/cloudfirewall/control_policy_order.py +60 -44
- pulumi_alicloud/cloudfirewall/outputs.py +40 -0
- pulumi_alicloud/cloudmonitor/_inputs.py +18 -0
- pulumi_alicloud/cloudmonitor/outputs.py +18 -0
- pulumi_alicloud/cloudstoragegateway/gateway_cache_disk.py +150 -27
- pulumi_alicloud/cms/_inputs.py +188 -0
- pulumi_alicloud/cms/outputs.py +228 -0
- pulumi_alicloud/compute/_inputs.py +4 -0
- pulumi_alicloud/compute/outputs.py +4 -0
- pulumi_alicloud/cs/_inputs.py +22 -0
- pulumi_alicloud/cs/node_pool.py +7 -7
- pulumi_alicloud/cs/outputs.py +22 -0
- pulumi_alicloud/databasegateway/outputs.py +42 -0
- pulumi_alicloud/dcdn/_inputs.py +555 -27
- pulumi_alicloud/dcdn/domain.py +366 -217
- pulumi_alicloud/dcdn/outputs.py +550 -22
- pulumi_alicloud/ddos/_inputs.py +162 -0
- pulumi_alicloud/ddos/outputs.py +162 -0
- pulumi_alicloud/dfs/file_system.py +52 -19
- pulumi_alicloud/directmail/get_domains.py +31 -24
- pulumi_alicloud/directmail/outputs.py +131 -32
- pulumi_alicloud/ebs/_inputs.py +22 -0
- pulumi_alicloud/ebs/outputs.py +22 -0
- pulumi_alicloud/eci/_inputs.py +100 -0
- pulumi_alicloud/eci/outputs.py +100 -0
- pulumi_alicloud/ecs/_inputs.py +242 -16
- pulumi_alicloud/ecs/ecs_disk.py +7 -0
- pulumi_alicloud/ecs/image.py +607 -121
- pulumi_alicloud/ecs/instance.py +304 -102
- pulumi_alicloud/ecs/outputs.py +348 -17
- pulumi_alicloud/edas/_inputs.py +28 -0
- pulumi_alicloud/edas/outputs.py +28 -0
- pulumi_alicloud/ehpc/_inputs.py +6 -0
- pulumi_alicloud/ehpc/outputs.py +6 -0
- pulumi_alicloud/emr/_inputs.py +134 -0
- pulumi_alicloud/emr/outputs.py +148 -0
- pulumi_alicloud/emrv2/_inputs.py +714 -0
- pulumi_alicloud/emrv2/cluster.py +14 -14
- pulumi_alicloud/emrv2/outputs.py +724 -0
- pulumi_alicloud/ens/__init__.py +2 -0
- pulumi_alicloud/ens/eip_instance_attachment.py +480 -0
- pulumi_alicloud/ens/instance.py +16 -17
- pulumi_alicloud/ens/nat_gateway.py +458 -0
- pulumi_alicloud/ess/_inputs.py +24 -0
- pulumi_alicloud/ess/eci_scaling_configuration.py +94 -0
- pulumi_alicloud/ess/outputs.py +24 -0
- pulumi_alicloud/ess/scaling_group.py +94 -0
- pulumi_alicloud/eventbridge/_inputs.py +156 -0
- pulumi_alicloud/eventbridge/outputs.py +156 -0
- pulumi_alicloud/expressconnect/_inputs.py +12 -0
- pulumi_alicloud/expressconnect/outputs.py +12 -0
- pulumi_alicloud/fc/_inputs.py +32 -0
- pulumi_alicloud/fc/outputs.py +32 -0
- pulumi_alicloud/ga/_inputs.py +24 -0
- pulumi_alicloud/ga/bandwidth_package_attachment.py +34 -34
- pulumi_alicloud/ga/listener.py +122 -0
- pulumi_alicloud/ga/outputs.py +24 -0
- pulumi_alicloud/gpdb/__init__.py +4 -0
- pulumi_alicloud/gpdb/_inputs.py +48 -0
- pulumi_alicloud/gpdb/external_data_service.py +485 -0
- pulumi_alicloud/gpdb/outputs.py +60 -0
- pulumi_alicloud/gpdb/remote_adb_data_source.py +763 -0
- pulumi_alicloud/gpdb/streaming_data_service.py +481 -0
- pulumi_alicloud/gpdb/streaming_data_source.py +645 -0
- pulumi_alicloud/hbr/_inputs.py +68 -0
- pulumi_alicloud/hbr/outputs.py +68 -0
- pulumi_alicloud/imp/_inputs.py +14 -0
- pulumi_alicloud/imp/outputs.py +14 -0
- pulumi_alicloud/log/_inputs.py +14 -0
- pulumi_alicloud/log/outputs.py +14 -0
- pulumi_alicloud/maxcompute/_inputs.py +54 -34
- pulumi_alicloud/maxcompute/outputs.py +54 -34
- pulumi_alicloud/maxcompute/project.py +230 -66
- pulumi_alicloud/mongodb/_inputs.py +14 -0
- pulumi_alicloud/mongodb/outputs.py +14 -0
- pulumi_alicloud/oss/_inputs.py +100 -0
- pulumi_alicloud/oss/outputs.py +100 -0
- pulumi_alicloud/ots/_inputs.py +60 -0
- pulumi_alicloud/ots/outputs.py +60 -0
- pulumi_alicloud/polardb/_inputs.py +10 -0
- pulumi_alicloud/polardb/cluster.py +28 -28
- pulumi_alicloud/polardb/outputs.py +10 -0
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/pvtz/outputs.py +18 -0
- pulumi_alicloud/quotas/_inputs.py +10 -0
- pulumi_alicloud/quotas/outputs.py +10 -0
- pulumi_alicloud/ram/_inputs.py +24 -0
- pulumi_alicloud/ram/outputs.py +24 -0
- pulumi_alicloud/rdc/organization.py +2 -2
- pulumi_alicloud/realtimecompute/_inputs.py +6 -0
- pulumi_alicloud/realtimecompute/outputs.py +6 -0
- pulumi_alicloud/redis/tair_instance.py +161 -67
- pulumi_alicloud/rocketmq/_inputs.py +36 -0
- pulumi_alicloud/rocketmq/outputs.py +36 -0
- pulumi_alicloud/ros/_inputs.py +72 -0
- pulumi_alicloud/ros/outputs.py +72 -0
- pulumi_alicloud/sae/_inputs.py +118 -0
- pulumi_alicloud/sae/outputs.py +118 -0
- pulumi_alicloud/scdn/_inputs.py +56 -0
- pulumi_alicloud/scdn/outputs.py +56 -0
- pulumi_alicloud/servicecatalog/_inputs.py +10 -0
- pulumi_alicloud/servicecatalog/outputs.py +10 -0
- pulumi_alicloud/servicemesh/_inputs.py +150 -0
- pulumi_alicloud/servicemesh/outputs.py +154 -0
- pulumi_alicloud/slb/_inputs.py +8 -8
- pulumi_alicloud/slb/outputs.py +8 -8
- pulumi_alicloud/slb/server_group.py +140 -84
- pulumi_alicloud/sls/_inputs.py +186 -0
- pulumi_alicloud/sls/outputs.py +186 -0
- pulumi_alicloud/threatdetection/_inputs.py +32 -0
- pulumi_alicloud/threatdetection/outputs.py +32 -0
- pulumi_alicloud/vod/_inputs.py +18 -0
- pulumi_alicloud/vod/outputs.py +18 -0
- pulumi_alicloud/vpc/_inputs.py +50 -12
- pulumi_alicloud/vpc/network.py +332 -134
- pulumi_alicloud/vpc/outputs.py +50 -12
- pulumi_alicloud/vpc/public_ip_address_pool.py +118 -10
- pulumi_alicloud/vpn/_inputs.py +10 -0
- pulumi_alicloud/vpn/outputs.py +14 -0
- pulumi_alicloud/wafv3/_inputs.py +10 -0
- pulumi_alicloud/wafv3/outputs.py +10 -0
- {pulumi_alicloud-3.59.0a1720761596.dist-info → pulumi_alicloud-3.59.1.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.59.0a1720761596.dist-info → pulumi_alicloud-3.59.1.dist-info}/RECORD +144 -138
- {pulumi_alicloud-3.59.0a1720761596.dist-info → pulumi_alicloud-3.59.1.dist-info}/WHEEL +1 -1
- {pulumi_alicloud-3.59.0a1720761596.dist-info → pulumi_alicloud-3.59.1.dist-info}/top_level.txt +0 -0
pulumi_alicloud/hbr/_inputs.py
CHANGED
|
@@ -26,12 +26,18 @@ __all__ = [
|
|
|
26
26
|
class OtsBackupPlanOtsDetailArgs:
|
|
27
27
|
def __init__(__self__, *,
|
|
28
28
|
table_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
29
|
+
"""
|
|
30
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] table_names: The names of the destination tables in the Tablestore instance. **Note:** Required while source_type equals `OTS_TABLE`.
|
|
31
|
+
"""
|
|
29
32
|
if table_names is not None:
|
|
30
33
|
pulumi.set(__self__, "table_names", table_names)
|
|
31
34
|
|
|
32
35
|
@property
|
|
33
36
|
@pulumi.getter(name="tableNames")
|
|
34
37
|
def table_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
38
|
+
"""
|
|
39
|
+
The names of the destination tables in the Tablestore instance. **Note:** Required while source_type equals `OTS_TABLE`.
|
|
40
|
+
"""
|
|
35
41
|
return pulumi.get(self, "table_names")
|
|
36
42
|
|
|
37
43
|
@table_names.setter
|
|
@@ -51,6 +57,7 @@ class OtsBackupPlanRuleArgs:
|
|
|
51
57
|
:param pulumi.Input[str] backup_type: Backup type. Valid values: `COMPLETE`.
|
|
52
58
|
:param pulumi.Input[bool] disabled: Whether to disable the backup task. Valid values: `true`, `false`. Default values: `false`.
|
|
53
59
|
:param pulumi.Input[str] retention: Backup retention days, the minimum is 1.
|
|
60
|
+
:param pulumi.Input[str] rule_name: The name of the backup rule.**Note:** Required while source_type equals `OTS_TABLE`. `rule_name` should be unique for the specific user.
|
|
54
61
|
:param pulumi.Input[str] schedule: Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
|
|
55
62
|
- `startTime` Backup start time, UNIX time seconds.
|
|
56
63
|
"""
|
|
@@ -104,6 +111,9 @@ class OtsBackupPlanRuleArgs:
|
|
|
104
111
|
@property
|
|
105
112
|
@pulumi.getter(name="ruleName")
|
|
106
113
|
def rule_name(self) -> Optional[pulumi.Input[str]]:
|
|
114
|
+
"""
|
|
115
|
+
The name of the backup rule.**Note:** Required while source_type equals `OTS_TABLE`. `rule_name` should be unique for the specific user.
|
|
116
|
+
"""
|
|
107
117
|
return pulumi.get(self, "rule_name")
|
|
108
118
|
|
|
109
119
|
@rule_name.setter
|
|
@@ -153,6 +163,11 @@ class PolicyBindingAdvancedOptionsUdmDetailArgs:
|
|
|
153
163
|
destination_kms_key_id: Optional[pulumi.Input[str]] = None,
|
|
154
164
|
disk_id_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
155
165
|
exclude_disk_id_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
166
|
+
"""
|
|
167
|
+
:param pulumi.Input[str] destination_kms_key_id: Custom KMS key ID of encrypted copy.
|
|
168
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] disk_id_lists: The list of backup disks. If it is empty, all disks are backed up.
|
|
169
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] exclude_disk_id_lists: List of cloud disk IDs that are not backed up.
|
|
170
|
+
"""
|
|
156
171
|
if destination_kms_key_id is not None:
|
|
157
172
|
pulumi.set(__self__, "destination_kms_key_id", destination_kms_key_id)
|
|
158
173
|
if disk_id_lists is not None:
|
|
@@ -163,6 +178,9 @@ class PolicyBindingAdvancedOptionsUdmDetailArgs:
|
|
|
163
178
|
@property
|
|
164
179
|
@pulumi.getter(name="destinationKmsKeyId")
|
|
165
180
|
def destination_kms_key_id(self) -> Optional[pulumi.Input[str]]:
|
|
181
|
+
"""
|
|
182
|
+
Custom KMS key ID of encrypted copy.
|
|
183
|
+
"""
|
|
166
184
|
return pulumi.get(self, "destination_kms_key_id")
|
|
167
185
|
|
|
168
186
|
@destination_kms_key_id.setter
|
|
@@ -172,6 +190,9 @@ class PolicyBindingAdvancedOptionsUdmDetailArgs:
|
|
|
172
190
|
@property
|
|
173
191
|
@pulumi.getter(name="diskIdLists")
|
|
174
192
|
def disk_id_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
193
|
+
"""
|
|
194
|
+
The list of backup disks. If it is empty, all disks are backed up.
|
|
195
|
+
"""
|
|
175
196
|
return pulumi.get(self, "disk_id_lists")
|
|
176
197
|
|
|
177
198
|
@disk_id_lists.setter
|
|
@@ -181,6 +202,9 @@ class PolicyBindingAdvancedOptionsUdmDetailArgs:
|
|
|
181
202
|
@property
|
|
182
203
|
@pulumi.getter(name="excludeDiskIdLists")
|
|
183
204
|
def exclude_disk_id_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
205
|
+
"""
|
|
206
|
+
List of cloud disk IDs that are not backed up.
|
|
207
|
+
"""
|
|
184
208
|
return pulumi.get(self, "exclude_disk_id_lists")
|
|
185
209
|
|
|
186
210
|
@exclude_disk_id_lists.setter
|
|
@@ -359,6 +383,10 @@ class PolicyRuleRetentionRuleArgs:
|
|
|
359
383
|
def __init__(__self__, *,
|
|
360
384
|
advanced_retention_type: Optional[pulumi.Input[str]] = None,
|
|
361
385
|
retention: Optional[pulumi.Input[int]] = None):
|
|
386
|
+
"""
|
|
387
|
+
:param pulumi.Input[str] advanced_retention_type: Valid values: **annually**, **MONTHLY**, and **WEEKLY**:- **annually**: the first backup of each year. - **MONTHLY**: The first backup of the month. - **WEEKLY**: The first backup of the week.
|
|
388
|
+
:param pulumi.Input[int] retention: Retention time, in days.
|
|
389
|
+
"""
|
|
362
390
|
if advanced_retention_type is not None:
|
|
363
391
|
pulumi.set(__self__, "advanced_retention_type", advanced_retention_type)
|
|
364
392
|
if retention is not None:
|
|
@@ -367,6 +395,9 @@ class PolicyRuleRetentionRuleArgs:
|
|
|
367
395
|
@property
|
|
368
396
|
@pulumi.getter(name="advancedRetentionType")
|
|
369
397
|
def advanced_retention_type(self) -> Optional[pulumi.Input[str]]:
|
|
398
|
+
"""
|
|
399
|
+
Valid values: **annually**, **MONTHLY**, and **WEEKLY**:- **annually**: the first backup of each year. - **MONTHLY**: The first backup of the month. - **WEEKLY**: The first backup of the week.
|
|
400
|
+
"""
|
|
370
401
|
return pulumi.get(self, "advanced_retention_type")
|
|
371
402
|
|
|
372
403
|
@advanced_retention_type.setter
|
|
@@ -376,6 +407,9 @@ class PolicyRuleRetentionRuleArgs:
|
|
|
376
407
|
@property
|
|
377
408
|
@pulumi.getter
|
|
378
409
|
def retention(self) -> Optional[pulumi.Input[int]]:
|
|
410
|
+
"""
|
|
411
|
+
Retention time, in days.
|
|
412
|
+
"""
|
|
379
413
|
return pulumi.get(self, "retention")
|
|
380
414
|
|
|
381
415
|
@retention.setter
|
|
@@ -387,12 +421,18 @@ class PolicyRuleRetentionRuleArgs:
|
|
|
387
421
|
class RestoreJobOtsDetailArgs:
|
|
388
422
|
def __init__(__self__, *,
|
|
389
423
|
overwrite_existing: Optional[pulumi.Input[bool]] = None):
|
|
424
|
+
"""
|
|
425
|
+
:param pulumi.Input[bool] overwrite_existing: Whether to overwrite the existing table storage recovery task. Valid values: `true`, `false`.
|
|
426
|
+
"""
|
|
390
427
|
if overwrite_existing is not None:
|
|
391
428
|
pulumi.set(__self__, "overwrite_existing", overwrite_existing)
|
|
392
429
|
|
|
393
430
|
@property
|
|
394
431
|
@pulumi.getter(name="overwriteExisting")
|
|
395
432
|
def overwrite_existing(self) -> Optional[pulumi.Input[bool]]:
|
|
433
|
+
"""
|
|
434
|
+
Whether to overwrite the existing table storage recovery task. Valid values: `true`, `false`.
|
|
435
|
+
"""
|
|
396
436
|
return pulumi.get(self, "overwrite_existing")
|
|
397
437
|
|
|
398
438
|
@overwrite_existing.setter
|
|
@@ -571,6 +611,13 @@ class GetBackupJobsFilterArgs:
|
|
|
571
611
|
key: Optional[str] = None,
|
|
572
612
|
operator: Optional[str] = None,
|
|
573
613
|
values: Optional[Sequence[str]] = None):
|
|
614
|
+
"""
|
|
615
|
+
:param str key: The key of the field to filter. Valid values: `PlanId`, `VaultId`, `InstanceId`, `Bucket`, `FileSystemId`, `CompleteTime`.
|
|
616
|
+
:param str operator: The operator of the field to filter. Valid values: `EQUAL`, `NOT_EQUAL`, `GREATER_THAN`, `GREATER_THAN_OR_EQUAL`, `LESS_THAN`, `LESS_THAN_OR_EQUAL`, `BETWEEN`, `IN`.
|
|
617
|
+
:param Sequence[str] values: Set of values that are accepted for the given field.
|
|
618
|
+
|
|
619
|
+
> **NOTE:** Numeric types such as `CompleteTime` do not support `IN` operations for the time being.
|
|
620
|
+
"""
|
|
574
621
|
if key is not None:
|
|
575
622
|
pulumi.set(__self__, "key", key)
|
|
576
623
|
if operator is not None:
|
|
@@ -581,6 +628,9 @@ class GetBackupJobsFilterArgs:
|
|
|
581
628
|
@property
|
|
582
629
|
@pulumi.getter
|
|
583
630
|
def key(self) -> Optional[str]:
|
|
631
|
+
"""
|
|
632
|
+
The key of the field to filter. Valid values: `PlanId`, `VaultId`, `InstanceId`, `Bucket`, `FileSystemId`, `CompleteTime`.
|
|
633
|
+
"""
|
|
584
634
|
return pulumi.get(self, "key")
|
|
585
635
|
|
|
586
636
|
@key.setter
|
|
@@ -590,6 +640,9 @@ class GetBackupJobsFilterArgs:
|
|
|
590
640
|
@property
|
|
591
641
|
@pulumi.getter
|
|
592
642
|
def operator(self) -> Optional[str]:
|
|
643
|
+
"""
|
|
644
|
+
The operator of the field to filter. Valid values: `EQUAL`, `NOT_EQUAL`, `GREATER_THAN`, `GREATER_THAN_OR_EQUAL`, `LESS_THAN`, `LESS_THAN_OR_EQUAL`, `BETWEEN`, `IN`.
|
|
645
|
+
"""
|
|
593
646
|
return pulumi.get(self, "operator")
|
|
594
647
|
|
|
595
648
|
@operator.setter
|
|
@@ -599,6 +652,11 @@ class GetBackupJobsFilterArgs:
|
|
|
599
652
|
@property
|
|
600
653
|
@pulumi.getter
|
|
601
654
|
def values(self) -> Optional[Sequence[str]]:
|
|
655
|
+
"""
|
|
656
|
+
Set of values that are accepted for the given field.
|
|
657
|
+
|
|
658
|
+
> **NOTE:** Numeric types such as `CompleteTime` do not support `IN` operations for the time being.
|
|
659
|
+
"""
|
|
602
660
|
return pulumi.get(self, "values")
|
|
603
661
|
|
|
604
662
|
@values.setter
|
|
@@ -611,6 +669,10 @@ class GetServerBackupPlansFilterArgs:
|
|
|
611
669
|
def __init__(__self__, *,
|
|
612
670
|
key: Optional[str] = None,
|
|
613
671
|
values: Optional[Sequence[str]] = None):
|
|
672
|
+
"""
|
|
673
|
+
:param str key: The key of the field to filter. Valid values: `planId`, `instanceId`, `planName`.
|
|
674
|
+
:param Sequence[str] values: Set of values that are accepted for the given field.
|
|
675
|
+
"""
|
|
614
676
|
if key is not None:
|
|
615
677
|
pulumi.set(__self__, "key", key)
|
|
616
678
|
if values is not None:
|
|
@@ -619,6 +681,9 @@ class GetServerBackupPlansFilterArgs:
|
|
|
619
681
|
@property
|
|
620
682
|
@pulumi.getter
|
|
621
683
|
def key(self) -> Optional[str]:
|
|
684
|
+
"""
|
|
685
|
+
The key of the field to filter. Valid values: `planId`, `instanceId`, `planName`.
|
|
686
|
+
"""
|
|
622
687
|
return pulumi.get(self, "key")
|
|
623
688
|
|
|
624
689
|
@key.setter
|
|
@@ -628,6 +693,9 @@ class GetServerBackupPlansFilterArgs:
|
|
|
628
693
|
@property
|
|
629
694
|
@pulumi.getter
|
|
630
695
|
def values(self) -> Optional[Sequence[str]]:
|
|
696
|
+
"""
|
|
697
|
+
Set of values that are accepted for the given field.
|
|
698
|
+
"""
|
|
631
699
|
return pulumi.get(self, "values")
|
|
632
700
|
|
|
633
701
|
@values.setter
|
pulumi_alicloud/hbr/outputs.py
CHANGED
|
@@ -62,12 +62,18 @@ class OtsBackupPlanOtsDetail(dict):
|
|
|
62
62
|
|
|
63
63
|
def __init__(__self__, *,
|
|
64
64
|
table_names: Optional[Sequence[str]] = None):
|
|
65
|
+
"""
|
|
66
|
+
:param Sequence[str] table_names: The names of the destination tables in the Tablestore instance. **Note:** Required while source_type equals `OTS_TABLE`.
|
|
67
|
+
"""
|
|
65
68
|
if table_names is not None:
|
|
66
69
|
pulumi.set(__self__, "table_names", table_names)
|
|
67
70
|
|
|
68
71
|
@property
|
|
69
72
|
@pulumi.getter(name="tableNames")
|
|
70
73
|
def table_names(self) -> Optional[Sequence[str]]:
|
|
74
|
+
"""
|
|
75
|
+
The names of the destination tables in the Tablestore instance. **Note:** Required while source_type equals `OTS_TABLE`.
|
|
76
|
+
"""
|
|
71
77
|
return pulumi.get(self, "table_names")
|
|
72
78
|
|
|
73
79
|
|
|
@@ -102,6 +108,7 @@ class OtsBackupPlanRule(dict):
|
|
|
102
108
|
:param str backup_type: Backup type. Valid values: `COMPLETE`.
|
|
103
109
|
:param bool disabled: Whether to disable the backup task. Valid values: `true`, `false`. Default values: `false`.
|
|
104
110
|
:param str retention: Backup retention days, the minimum is 1.
|
|
111
|
+
:param str rule_name: The name of the backup rule.**Note:** Required while source_type equals `OTS_TABLE`. `rule_name` should be unique for the specific user.
|
|
105
112
|
:param str schedule: Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
|
|
106
113
|
- `startTime` Backup start time, UNIX time seconds.
|
|
107
114
|
"""
|
|
@@ -143,6 +150,9 @@ class OtsBackupPlanRule(dict):
|
|
|
143
150
|
@property
|
|
144
151
|
@pulumi.getter(name="ruleName")
|
|
145
152
|
def rule_name(self) -> Optional[str]:
|
|
153
|
+
"""
|
|
154
|
+
The name of the backup rule.**Note:** Required while source_type equals `OTS_TABLE`. `rule_name` should be unique for the specific user.
|
|
155
|
+
"""
|
|
146
156
|
return pulumi.get(self, "rule_name")
|
|
147
157
|
|
|
148
158
|
@property
|
|
@@ -218,6 +228,11 @@ class PolicyBindingAdvancedOptionsUdmDetail(dict):
|
|
|
218
228
|
destination_kms_key_id: Optional[str] = None,
|
|
219
229
|
disk_id_lists: Optional[Sequence[str]] = None,
|
|
220
230
|
exclude_disk_id_lists: Optional[Sequence[str]] = None):
|
|
231
|
+
"""
|
|
232
|
+
:param str destination_kms_key_id: Custom KMS key ID of encrypted copy.
|
|
233
|
+
:param Sequence[str] disk_id_lists: The list of backup disks. If it is empty, all disks are backed up.
|
|
234
|
+
:param Sequence[str] exclude_disk_id_lists: List of cloud disk IDs that are not backed up.
|
|
235
|
+
"""
|
|
221
236
|
if destination_kms_key_id is not None:
|
|
222
237
|
pulumi.set(__self__, "destination_kms_key_id", destination_kms_key_id)
|
|
223
238
|
if disk_id_lists is not None:
|
|
@@ -228,16 +243,25 @@ class PolicyBindingAdvancedOptionsUdmDetail(dict):
|
|
|
228
243
|
@property
|
|
229
244
|
@pulumi.getter(name="destinationKmsKeyId")
|
|
230
245
|
def destination_kms_key_id(self) -> Optional[str]:
|
|
246
|
+
"""
|
|
247
|
+
Custom KMS key ID of encrypted copy.
|
|
248
|
+
"""
|
|
231
249
|
return pulumi.get(self, "destination_kms_key_id")
|
|
232
250
|
|
|
233
251
|
@property
|
|
234
252
|
@pulumi.getter(name="diskIdLists")
|
|
235
253
|
def disk_id_lists(self) -> Optional[Sequence[str]]:
|
|
254
|
+
"""
|
|
255
|
+
The list of backup disks. If it is empty, all disks are backed up.
|
|
256
|
+
"""
|
|
236
257
|
return pulumi.get(self, "disk_id_lists")
|
|
237
258
|
|
|
238
259
|
@property
|
|
239
260
|
@pulumi.getter(name="excludeDiskIdLists")
|
|
240
261
|
def exclude_disk_id_lists(self) -> Optional[Sequence[str]]:
|
|
262
|
+
"""
|
|
263
|
+
List of cloud disk IDs that are not backed up.
|
|
264
|
+
"""
|
|
241
265
|
return pulumi.get(self, "exclude_disk_id_lists")
|
|
242
266
|
|
|
243
267
|
|
|
@@ -420,6 +444,10 @@ class PolicyRuleRetentionRule(dict):
|
|
|
420
444
|
def __init__(__self__, *,
|
|
421
445
|
advanced_retention_type: Optional[str] = None,
|
|
422
446
|
retention: Optional[int] = None):
|
|
447
|
+
"""
|
|
448
|
+
:param str advanced_retention_type: Valid values: **annually**, **MONTHLY**, and **WEEKLY**:- **annually**: the first backup of each year. - **MONTHLY**: The first backup of the month. - **WEEKLY**: The first backup of the week.
|
|
449
|
+
:param int retention: Retention time, in days.
|
|
450
|
+
"""
|
|
423
451
|
if advanced_retention_type is not None:
|
|
424
452
|
pulumi.set(__self__, "advanced_retention_type", advanced_retention_type)
|
|
425
453
|
if retention is not None:
|
|
@@ -428,11 +456,17 @@ class PolicyRuleRetentionRule(dict):
|
|
|
428
456
|
@property
|
|
429
457
|
@pulumi.getter(name="advancedRetentionType")
|
|
430
458
|
def advanced_retention_type(self) -> Optional[str]:
|
|
459
|
+
"""
|
|
460
|
+
Valid values: **annually**, **MONTHLY**, and **WEEKLY**:- **annually**: the first backup of each year. - **MONTHLY**: The first backup of the month. - **WEEKLY**: The first backup of the week.
|
|
461
|
+
"""
|
|
431
462
|
return pulumi.get(self, "advanced_retention_type")
|
|
432
463
|
|
|
433
464
|
@property
|
|
434
465
|
@pulumi.getter
|
|
435
466
|
def retention(self) -> Optional[int]:
|
|
467
|
+
"""
|
|
468
|
+
Retention time, in days.
|
|
469
|
+
"""
|
|
436
470
|
return pulumi.get(self, "retention")
|
|
437
471
|
|
|
438
472
|
|
|
@@ -457,12 +491,18 @@ class RestoreJobOtsDetail(dict):
|
|
|
457
491
|
|
|
458
492
|
def __init__(__self__, *,
|
|
459
493
|
overwrite_existing: Optional[bool] = None):
|
|
494
|
+
"""
|
|
495
|
+
:param bool overwrite_existing: Whether to overwrite the existing table storage recovery task. Valid values: `true`, `false`.
|
|
496
|
+
"""
|
|
460
497
|
if overwrite_existing is not None:
|
|
461
498
|
pulumi.set(__self__, "overwrite_existing", overwrite_existing)
|
|
462
499
|
|
|
463
500
|
@property
|
|
464
501
|
@pulumi.getter(name="overwriteExisting")
|
|
465
502
|
def overwrite_existing(self) -> Optional[bool]:
|
|
503
|
+
"""
|
|
504
|
+
Whether to overwrite the existing table storage recovery task. Valid values: `true`, `false`.
|
|
505
|
+
"""
|
|
466
506
|
return pulumi.get(self, "overwrite_existing")
|
|
467
507
|
|
|
468
508
|
|
|
@@ -632,6 +672,13 @@ class GetBackupJobsFilterResult(dict):
|
|
|
632
672
|
key: Optional[str] = None,
|
|
633
673
|
operator: Optional[str] = None,
|
|
634
674
|
values: Optional[Sequence[str]] = None):
|
|
675
|
+
"""
|
|
676
|
+
:param str key: The key of the field to filter. Valid values: `PlanId`, `VaultId`, `InstanceId`, `Bucket`, `FileSystemId`, `CompleteTime`.
|
|
677
|
+
:param str operator: The operator of the field to filter. Valid values: `EQUAL`, `NOT_EQUAL`, `GREATER_THAN`, `GREATER_THAN_OR_EQUAL`, `LESS_THAN`, `LESS_THAN_OR_EQUAL`, `BETWEEN`, `IN`.
|
|
678
|
+
:param Sequence[str] values: Set of values that are accepted for the given field.
|
|
679
|
+
|
|
680
|
+
> **NOTE:** Numeric types such as `CompleteTime` do not support `IN` operations for the time being.
|
|
681
|
+
"""
|
|
635
682
|
if key is not None:
|
|
636
683
|
pulumi.set(__self__, "key", key)
|
|
637
684
|
if operator is not None:
|
|
@@ -642,16 +689,27 @@ class GetBackupJobsFilterResult(dict):
|
|
|
642
689
|
@property
|
|
643
690
|
@pulumi.getter
|
|
644
691
|
def key(self) -> Optional[str]:
|
|
692
|
+
"""
|
|
693
|
+
The key of the field to filter. Valid values: `PlanId`, `VaultId`, `InstanceId`, `Bucket`, `FileSystemId`, `CompleteTime`.
|
|
694
|
+
"""
|
|
645
695
|
return pulumi.get(self, "key")
|
|
646
696
|
|
|
647
697
|
@property
|
|
648
698
|
@pulumi.getter
|
|
649
699
|
def operator(self) -> Optional[str]:
|
|
700
|
+
"""
|
|
701
|
+
The operator of the field to filter. Valid values: `EQUAL`, `NOT_EQUAL`, `GREATER_THAN`, `GREATER_THAN_OR_EQUAL`, `LESS_THAN`, `LESS_THAN_OR_EQUAL`, `BETWEEN`, `IN`.
|
|
702
|
+
"""
|
|
650
703
|
return pulumi.get(self, "operator")
|
|
651
704
|
|
|
652
705
|
@property
|
|
653
706
|
@pulumi.getter
|
|
654
707
|
def values(self) -> Optional[Sequence[str]]:
|
|
708
|
+
"""
|
|
709
|
+
Set of values that are accepted for the given field.
|
|
710
|
+
|
|
711
|
+
> **NOTE:** Numeric types such as `CompleteTime` do not support `IN` operations for the time being.
|
|
712
|
+
"""
|
|
655
713
|
return pulumi.get(self, "values")
|
|
656
714
|
|
|
657
715
|
|
|
@@ -3034,6 +3092,10 @@ class GetServerBackupPlansFilterResult(dict):
|
|
|
3034
3092
|
def __init__(__self__, *,
|
|
3035
3093
|
key: Optional[str] = None,
|
|
3036
3094
|
values: Optional[Sequence[str]] = None):
|
|
3095
|
+
"""
|
|
3096
|
+
:param str key: The key of the field to filter. Valid values: `planId`, `instanceId`, `planName`.
|
|
3097
|
+
:param Sequence[str] values: Set of values that are accepted for the given field.
|
|
3098
|
+
"""
|
|
3037
3099
|
if key is not None:
|
|
3038
3100
|
pulumi.set(__self__, "key", key)
|
|
3039
3101
|
if values is not None:
|
|
@@ -3042,11 +3104,17 @@ class GetServerBackupPlansFilterResult(dict):
|
|
|
3042
3104
|
@property
|
|
3043
3105
|
@pulumi.getter
|
|
3044
3106
|
def key(self) -> Optional[str]:
|
|
3107
|
+
"""
|
|
3108
|
+
The key of the field to filter. Valid values: `planId`, `instanceId`, `planName`.
|
|
3109
|
+
"""
|
|
3045
3110
|
return pulumi.get(self, "key")
|
|
3046
3111
|
|
|
3047
3112
|
@property
|
|
3048
3113
|
@pulumi.getter
|
|
3049
3114
|
def values(self) -> Optional[Sequence[str]]:
|
|
3115
|
+
"""
|
|
3116
|
+
Set of values that are accepted for the given field.
|
|
3117
|
+
"""
|
|
3050
3118
|
return pulumi.get(self, "values")
|
|
3051
3119
|
|
|
3052
3120
|
|
pulumi_alicloud/imp/_inputs.py
CHANGED
|
@@ -18,6 +18,12 @@ class AppTemplateConfigListArgs:
|
|
|
18
18
|
def __init__(__self__, *,
|
|
19
19
|
key: Optional[pulumi.Input[str]] = None,
|
|
20
20
|
value: Optional[pulumi.Input[str]] = None):
|
|
21
|
+
"""
|
|
22
|
+
:param pulumi.Input[str] key: Configuration item key. Valid values: ["config.appCallbackAuthKey","config.appCallbackUrl","config.callbackClass.live","config.callbackClass.user","config.livePullDomain","config.livePushDomain","config.multipleClientsLogin","config.regionId","config.streamChangeCallbackUrl"].
|
|
23
|
+
:param pulumi.Input[str] value: Configuration item content.
|
|
24
|
+
|
|
25
|
+
> **NOTE:** By default, the attribute `config_list` will return all of nine keys with empty value. If you want to set one or more of the key's value, you had better also set other keys, otherwise, there will be a diff.
|
|
26
|
+
"""
|
|
21
27
|
if key is not None:
|
|
22
28
|
pulumi.set(__self__, "key", key)
|
|
23
29
|
if value is not None:
|
|
@@ -26,6 +32,9 @@ class AppTemplateConfigListArgs:
|
|
|
26
32
|
@property
|
|
27
33
|
@pulumi.getter
|
|
28
34
|
def key(self) -> Optional[pulumi.Input[str]]:
|
|
35
|
+
"""
|
|
36
|
+
Configuration item key. Valid values: ["config.appCallbackAuthKey","config.appCallbackUrl","config.callbackClass.live","config.callbackClass.user","config.livePullDomain","config.livePushDomain","config.multipleClientsLogin","config.regionId","config.streamChangeCallbackUrl"].
|
|
37
|
+
"""
|
|
29
38
|
return pulumi.get(self, "key")
|
|
30
39
|
|
|
31
40
|
@key.setter
|
|
@@ -35,6 +44,11 @@ class AppTemplateConfigListArgs:
|
|
|
35
44
|
@property
|
|
36
45
|
@pulumi.getter
|
|
37
46
|
def value(self) -> Optional[pulumi.Input[str]]:
|
|
47
|
+
"""
|
|
48
|
+
Configuration item content.
|
|
49
|
+
|
|
50
|
+
> **NOTE:** By default, the attribute `config_list` will return all of nine keys with empty value. If you want to set one or more of the key's value, you had better also set other keys, otherwise, there will be a diff.
|
|
51
|
+
"""
|
|
38
52
|
return pulumi.get(self, "value")
|
|
39
53
|
|
|
40
54
|
@value.setter
|
pulumi_alicloud/imp/outputs.py
CHANGED
|
@@ -21,6 +21,12 @@ class AppTemplateConfigList(dict):
|
|
|
21
21
|
def __init__(__self__, *,
|
|
22
22
|
key: Optional[str] = None,
|
|
23
23
|
value: Optional[str] = None):
|
|
24
|
+
"""
|
|
25
|
+
:param str key: Configuration item key. Valid values: ["config.appCallbackAuthKey","config.appCallbackUrl","config.callbackClass.live","config.callbackClass.user","config.livePullDomain","config.livePushDomain","config.multipleClientsLogin","config.regionId","config.streamChangeCallbackUrl"].
|
|
26
|
+
:param str value: Configuration item content.
|
|
27
|
+
|
|
28
|
+
> **NOTE:** By default, the attribute `config_list` will return all of nine keys with empty value. If you want to set one or more of the key's value, you had better also set other keys, otherwise, there will be a diff.
|
|
29
|
+
"""
|
|
24
30
|
if key is not None:
|
|
25
31
|
pulumi.set(__self__, "key", key)
|
|
26
32
|
if value is not None:
|
|
@@ -29,11 +35,19 @@ class AppTemplateConfigList(dict):
|
|
|
29
35
|
@property
|
|
30
36
|
@pulumi.getter
|
|
31
37
|
def key(self) -> Optional[str]:
|
|
38
|
+
"""
|
|
39
|
+
Configuration item key. Valid values: ["config.appCallbackAuthKey","config.appCallbackUrl","config.callbackClass.live","config.callbackClass.user","config.livePullDomain","config.livePushDomain","config.multipleClientsLogin","config.regionId","config.streamChangeCallbackUrl"].
|
|
40
|
+
"""
|
|
32
41
|
return pulumi.get(self, "key")
|
|
33
42
|
|
|
34
43
|
@property
|
|
35
44
|
@pulumi.getter
|
|
36
45
|
def value(self) -> Optional[str]:
|
|
46
|
+
"""
|
|
47
|
+
Configuration item content.
|
|
48
|
+
|
|
49
|
+
> **NOTE:** By default, the attribute `config_list` will return all of nine keys with empty value. If you want to set one or more of the key's value, you had better also set other keys, otherwise, there will be a diff.
|
|
50
|
+
"""
|
|
37
51
|
return pulumi.get(self, "value")
|
|
38
52
|
|
|
39
53
|
|
pulumi_alicloud/log/_inputs.py
CHANGED
|
@@ -1070,6 +1070,11 @@ class StoreEncryptConfUserCmkInfoArgs:
|
|
|
1070
1070
|
arn: Optional[pulumi.Input[str]] = None,
|
|
1071
1071
|
cmk_key_id: Optional[pulumi.Input[str]] = None,
|
|
1072
1072
|
region_id: Optional[pulumi.Input[str]] = None):
|
|
1073
|
+
"""
|
|
1074
|
+
:param pulumi.Input[str] arn: Role arn.
|
|
1075
|
+
:param pulumi.Input[str] cmk_key_id: User master key id.
|
|
1076
|
+
:param pulumi.Input[str] region_id: Region id where the user master key id is located.
|
|
1077
|
+
"""
|
|
1073
1078
|
if arn is not None:
|
|
1074
1079
|
pulumi.set(__self__, "arn", arn)
|
|
1075
1080
|
if cmk_key_id is not None:
|
|
@@ -1080,6 +1085,9 @@ class StoreEncryptConfUserCmkInfoArgs:
|
|
|
1080
1085
|
@property
|
|
1081
1086
|
@pulumi.getter
|
|
1082
1087
|
def arn(self) -> Optional[pulumi.Input[str]]:
|
|
1088
|
+
"""
|
|
1089
|
+
Role arn.
|
|
1090
|
+
"""
|
|
1083
1091
|
return pulumi.get(self, "arn")
|
|
1084
1092
|
|
|
1085
1093
|
@arn.setter
|
|
@@ -1089,6 +1097,9 @@ class StoreEncryptConfUserCmkInfoArgs:
|
|
|
1089
1097
|
@property
|
|
1090
1098
|
@pulumi.getter(name="cmkKeyId")
|
|
1091
1099
|
def cmk_key_id(self) -> Optional[pulumi.Input[str]]:
|
|
1100
|
+
"""
|
|
1101
|
+
User master key id.
|
|
1102
|
+
"""
|
|
1092
1103
|
return pulumi.get(self, "cmk_key_id")
|
|
1093
1104
|
|
|
1094
1105
|
@cmk_key_id.setter
|
|
@@ -1098,6 +1109,9 @@ class StoreEncryptConfUserCmkInfoArgs:
|
|
|
1098
1109
|
@property
|
|
1099
1110
|
@pulumi.getter(name="regionId")
|
|
1100
1111
|
def region_id(self) -> Optional[pulumi.Input[str]]:
|
|
1112
|
+
"""
|
|
1113
|
+
Region id where the user master key id is located.
|
|
1114
|
+
"""
|
|
1101
1115
|
return pulumi.get(self, "region_id")
|
|
1102
1116
|
|
|
1103
1117
|
@region_id.setter
|
pulumi_alicloud/log/outputs.py
CHANGED
|
@@ -998,6 +998,11 @@ class StoreEncryptConfUserCmkInfo(dict):
|
|
|
998
998
|
arn: Optional[str] = None,
|
|
999
999
|
cmk_key_id: Optional[str] = None,
|
|
1000
1000
|
region_id: Optional[str] = None):
|
|
1001
|
+
"""
|
|
1002
|
+
:param str arn: Role arn.
|
|
1003
|
+
:param str cmk_key_id: User master key id.
|
|
1004
|
+
:param str region_id: Region id where the user master key id is located.
|
|
1005
|
+
"""
|
|
1001
1006
|
if arn is not None:
|
|
1002
1007
|
pulumi.set(__self__, "arn", arn)
|
|
1003
1008
|
if cmk_key_id is not None:
|
|
@@ -1008,16 +1013,25 @@ class StoreEncryptConfUserCmkInfo(dict):
|
|
|
1008
1013
|
@property
|
|
1009
1014
|
@pulumi.getter
|
|
1010
1015
|
def arn(self) -> Optional[str]:
|
|
1016
|
+
"""
|
|
1017
|
+
Role arn.
|
|
1018
|
+
"""
|
|
1011
1019
|
return pulumi.get(self, "arn")
|
|
1012
1020
|
|
|
1013
1021
|
@property
|
|
1014
1022
|
@pulumi.getter(name="cmkKeyId")
|
|
1015
1023
|
def cmk_key_id(self) -> Optional[str]:
|
|
1024
|
+
"""
|
|
1025
|
+
User master key id.
|
|
1026
|
+
"""
|
|
1016
1027
|
return pulumi.get(self, "cmk_key_id")
|
|
1017
1028
|
|
|
1018
1029
|
@property
|
|
1019
1030
|
@pulumi.getter(name="regionId")
|
|
1020
1031
|
def region_id(self) -> Optional[str]:
|
|
1032
|
+
"""
|
|
1033
|
+
Region id where the user master key id is located.
|
|
1034
|
+
"""
|
|
1021
1035
|
return pulumi.get(self, "region_id")
|
|
1022
1036
|
|
|
1023
1037
|
|