pulumi-alicloud 3.86.0a1758340042__py3-none-any.whl → 3.89.0a1763702747__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.
- pulumi_alicloud/__init__.py +83 -0
- pulumi_alicloud/actiontrail/get_trails_deprecated.py +20 -0
- pulumi_alicloud/adb/resource_group.py +463 -3
- pulumi_alicloud/alikafka/topic.py +278 -85
- pulumi_alicloud/apig/_inputs.py +80 -6
- pulumi_alicloud/apig/gateway.py +111 -3
- pulumi_alicloud/apig/outputs.py +67 -4
- pulumi_alicloud/cas/certificate.py +248 -35
- pulumi_alicloud/cas/service_certificate.py +454 -168
- pulumi_alicloud/cen/get_transit_router_peer_attachments.py +20 -0
- pulumi_alicloud/cen/get_transit_router_vbr_attachments.py +20 -0
- pulumi_alicloud/cfg/_inputs.py +27 -24
- pulumi_alicloud/cfg/aggregator.py +142 -53
- pulumi_alicloud/cfg/outputs.py +18 -15
- pulumi_alicloud/cloudfirewall/__init__.py +1 -0
- pulumi_alicloud/cloudfirewall/get_nat_firewalls.py +132 -0
- pulumi_alicloud/cloudfirewall/get_tls_inspect_ca_certificates.py +214 -0
- pulumi_alicloud/cloudfirewall/outputs.py +30 -0
- 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/cloudsso/user.py +247 -80
- pulumi_alicloud/cms/_inputs.py +870 -10
- pulumi_alicloud/cms/get_site_monitors.py +2 -2
- pulumi_alicloud/cms/outputs.py +606 -6
- pulumi_alicloud/cms/site_monitor.py +360 -89
- pulumi_alicloud/cr/registry_enterprise_instance.py +63 -0
- pulumi_alicloud/cs/managed_kubernetes.py +6 -2
- pulumi_alicloud/ddos/domain_resource.py +89 -0
- pulumi_alicloud/dms/get_enterprise_logic_databases.py +8 -0
- pulumi_alicloud/dts/instance.py +14 -14
- pulumi_alicloud/eais/get_instances.py +8 -0
- pulumi_alicloud/ebs/dedicated_block_storage_cluster.py +32 -0
- pulumi_alicloud/eci/container_group.py +47 -0
- pulumi_alicloud/ecs/elasticity_assurance.py +279 -20
- pulumi_alicloud/ecs/instance.py +7 -7
- pulumi_alicloud/ecs/security_group_rule.py +7 -7
- pulumi_alicloud/edas/get_deploy_groups.py +4 -0
- pulumi_alicloud/eflo/node.py +153 -15
- pulumi_alicloud/emrv2/get_clusters.py +260 -0
- pulumi_alicloud/ens/load_balancer.py +8 -4
- pulumi_alicloud/esa/__init__.py +2 -0
- pulumi_alicloud/esa/_inputs.py +3774 -991
- pulumi_alicloud/esa/cache_rule.py +47 -0
- pulumi_alicloud/esa/certificate.py +21 -54
- pulumi_alicloud/esa/compression_rule.py +47 -0
- pulumi_alicloud/esa/http_response_header_modification_rule.py +89 -28
- pulumi_alicloud/esa/https_application_configuration.py +188 -0
- pulumi_alicloud/esa/https_basic_configuration.py +54 -7
- pulumi_alicloud/esa/image_transform.py +47 -0
- pulumi_alicloud/esa/load_balancer.py +999 -0
- pulumi_alicloud/esa/network_optimization.py +82 -21
- pulumi_alicloud/esa/origin_rule.py +470 -14
- pulumi_alicloud/esa/outputs.py +2080 -0
- pulumi_alicloud/esa/rate_plan_instance.py +64 -39
- pulumi_alicloud/esa/redirect_rule.py +68 -21
- pulumi_alicloud/esa/rewrite_url_rule.py +82 -56
- 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/alb_server_group_attachment.py +2 -2
- pulumi_alicloud/ess/attachment.py +10 -6
- pulumi_alicloud/ess/instance_refresh.py +760 -0
- pulumi_alicloud/ess/outputs.py +203 -0
- pulumi_alicloud/ess/scaling_configuration.py +2 -2
- pulumi_alicloud/ess/scaling_group.py +94 -0
- pulumi_alicloud/ess/server_group_attachment.py +2 -2
- pulumi_alicloud/ess/suspend_process.py +2 -2
- pulumi_alicloud/eventbridge/event_source.py +57 -57
- pulumi_alicloud/expressconnect/get_virtual_physical_connections.py +4 -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/ga/_inputs.py +56 -16
- pulumi_alicloud/ga/outputs.py +39 -11
- pulumi_alicloud/gpdb/get_zones.py +24 -0
- pulumi_alicloud/hbase/get_instance_types.py +32 -0
- pulumi_alicloud/hbr/policy_binding.py +7 -0
- pulumi_alicloud/kvstore/account.py +18 -18
- pulumi_alicloud/lindorm/instance_v2.py +358 -70
- pulumi_alicloud/log/_inputs.py +29 -9
- pulumi_alicloud/log/etl.py +56 -9
- pulumi_alicloud/log/get_projects.py +24 -0
- pulumi_alicloud/log/outputs.py +18 -6
- pulumi_alicloud/marketplace/get_products.py +26 -0
- pulumi_alicloud/mongodb/get_sharding_network_private_addresses.py +28 -0
- pulumi_alicloud/nas/get_access_rules.py +26 -0
- pulumi_alicloud/oss/_inputs.py +53 -0
- pulumi_alicloud/oss/bucket_logging.py +80 -29
- pulumi_alicloud/oss/bucket_replication.py +55 -8
- pulumi_alicloud/oss/outputs.py +31 -0
- pulumi_alicloud/ots/get_search_indexes.py +26 -0
- pulumi_alicloud/ots/get_secondary_indexes.py +26 -0
- pulumi_alicloud/polardb/__init__.py +3 -0
- pulumi_alicloud/polardb/cluster.py +14 -14
- pulumi_alicloud/polardb/zonal_account.py +449 -0
- pulumi_alicloud/polardb/zonal_db_cluster.py +1255 -0
- pulumi_alicloud/polardb/zonal_endpoint.py +865 -0
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/pvtz/get_service.py +12 -8
- pulumi_alicloud/ram/get_policies.py +95 -81
- pulumi_alicloud/ram/get_roles.py +108 -31
- pulumi_alicloud/ram/outputs.py +64 -42
- pulumi_alicloud/ram/policy.py +2 -2
- pulumi_alicloud/resourcemanager/__init__.py +2 -0
- pulumi_alicloud/resourcemanager/_inputs.py +799 -0
- pulumi_alicloud/resourcemanager/control_policy.py +169 -31
- pulumi_alicloud/resourcemanager/delivery_channel.py +449 -0
- pulumi_alicloud/resourcemanager/get_policies.py +4 -0
- pulumi_alicloud/resourcemanager/multi_account_delivery_channel.py +470 -0
- pulumi_alicloud/resourcemanager/outputs.py +694 -0
- pulumi_alicloud/resourcemanager/resource_share.py +341 -11
- pulumi_alicloud/sae/_inputs.py +60 -0
- pulumi_alicloud/sae/application.py +1 -1
- pulumi_alicloud/sae/get_ingresses.py +122 -0
- pulumi_alicloud/sae/outputs.py +42 -0
- pulumi_alicloud/scdn/domain_config.py +56 -0
- pulumi_alicloud/servicemesh/extension_provider.py +138 -0
- pulumi_alicloud/servicemesh/user_permission.py +90 -0
- pulumi_alicloud/simpleapplicationserver/get_images.py +24 -0
- pulumi_alicloud/sls/__init__.py +1 -0
- pulumi_alicloud/sls/get_indexs.py +304 -0
- pulumi_alicloud/sls/outputs.py +148 -0
- pulumi_alicloud/star_rocks_instance.py +8 -2
- pulumi_alicloud/starrocks/__init__.py +12 -0
- pulumi_alicloud/starrocks/_inputs.py +656 -0
- pulumi_alicloud/starrocks/instance.py +1427 -0
- pulumi_alicloud/starrocks/node_group.py +1298 -0
- pulumi_alicloud/starrocks/outputs.py +508 -0
- pulumi_alicloud/vpc/_inputs.py +84 -0
- pulumi_alicloud/vpc/bgp_group.py +250 -53
- pulumi_alicloud/vpc/bgp_network.py +83 -36
- pulumi_alicloud/vpc/common_bandwith_package_attachment.py +30 -14
- pulumi_alicloud/vpc/gateway_endpoint.py +8 -8
- pulumi_alicloud/vpc/get_enhanced_nat_available_zones.py +3 -3
- pulumi_alicloud/vpc/network_acl_entries.py +16 -20
- pulumi_alicloud/vpc/outputs.py +48 -0
- pulumi_alicloud/vpc/vbr_ha.py +127 -46
- pulumi_alicloud/wafv3/_inputs.py +396 -0
- pulumi_alicloud/wafv3/defense_rule.py +40 -110
- pulumi_alicloud/wafv3/outputs.py +303 -0
- {pulumi_alicloud-3.86.0a1758340042.dist-info → pulumi_alicloud-3.89.0a1763702747.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.86.0a1758340042.dist-info → pulumi_alicloud-3.89.0a1763702747.dist-info}/RECORD +146 -130
- {pulumi_alicloud-3.86.0a1758340042.dist-info → pulumi_alicloud-3.89.0a1763702747.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.86.0a1758340042.dist-info → pulumi_alicloud-3.89.0a1763702747.dist-info}/top_level.txt +0 -0
|
@@ -100,6 +100,18 @@ def get_zones(multi: Optional[_builtins.bool] = None,
|
|
|
100
100
|
|
|
101
101
|
> **NOTE:** Available in v1.73.0+.
|
|
102
102
|
|
|
103
|
+
## Example Usage
|
|
104
|
+
|
|
105
|
+
```python
|
|
106
|
+
import pulumi
|
|
107
|
+
import pulumi_alicloud as alicloud
|
|
108
|
+
|
|
109
|
+
# Declare the data source
|
|
110
|
+
zones_ids = alicloud.gpdb.get_zones()
|
|
111
|
+
# Create an Gpdb instance with the first matched zone
|
|
112
|
+
hbase = alicloud.hbase.Instance("hbase", availability_zone=zones_ids.zones[0].id)
|
|
113
|
+
```
|
|
114
|
+
|
|
103
115
|
|
|
104
116
|
:param _builtins.bool multi: Indicate whether the zones can be used in a multi AZ configuration. Default to `false`. Multi AZ is usually used to launch Gpdb instances.
|
|
105
117
|
:param _builtins.str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
@@ -124,6 +136,18 @@ def get_zones_output(multi: Optional[pulumi.Input[Optional[_builtins.bool]]] = N
|
|
|
124
136
|
|
|
125
137
|
> **NOTE:** Available in v1.73.0+.
|
|
126
138
|
|
|
139
|
+
## Example Usage
|
|
140
|
+
|
|
141
|
+
```python
|
|
142
|
+
import pulumi
|
|
143
|
+
import pulumi_alicloud as alicloud
|
|
144
|
+
|
|
145
|
+
# Declare the data source
|
|
146
|
+
zones_ids = alicloud.gpdb.get_zones()
|
|
147
|
+
# Create an Gpdb instance with the first matched zone
|
|
148
|
+
hbase = alicloud.hbase.Instance("hbase", availability_zone=zones_ids.zones[0].id)
|
|
149
|
+
```
|
|
150
|
+
|
|
127
151
|
|
|
128
152
|
:param _builtins.bool multi: Indicate whether the zones can be used in a multi AZ configuration. Default to `false`. Multi AZ is usually used to launch Gpdb instances.
|
|
129
153
|
:param _builtins.str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
@@ -193,6 +193,22 @@ def get_instance_types(charge_type: Optional[_builtins.str] = None,
|
|
|
193
193
|
|
|
194
194
|
> **NOTE:** Available since v1.106.0.
|
|
195
195
|
|
|
196
|
+
## Example Usage
|
|
197
|
+
|
|
198
|
+
```python
|
|
199
|
+
import pulumi
|
|
200
|
+
import pulumi_alicloud as alicloud
|
|
201
|
+
|
|
202
|
+
default = alicloud.hbase.get_instance_types(charge_type="Postpaid",
|
|
203
|
+
region_id="cn-shanghai",
|
|
204
|
+
zone_id="cn-shanghai-g",
|
|
205
|
+
engine="hbaseue",
|
|
206
|
+
version="2.0",
|
|
207
|
+
instance_type="hbase.sn2.large",
|
|
208
|
+
disk_type="cloud_ssd")
|
|
209
|
+
hbase = alicloud.hbase.Instance("hbase", core_instance_type=default.types[0].id)
|
|
210
|
+
```
|
|
211
|
+
|
|
196
212
|
|
|
197
213
|
:param _builtins.str charge_type: The charge type of create hbase cluster instance, `PrePaid` or `PostPaid`.
|
|
198
214
|
:param _builtins.str disk_type: The disk type, `cloud_ssd`, `cloud_essd_pl1`, `cloud_efficiency`, `local_hdd_pro`, `local_ssd_pro`.
|
|
@@ -243,6 +259,22 @@ def get_instance_types_output(charge_type: Optional[pulumi.Input[Optional[_built
|
|
|
243
259
|
|
|
244
260
|
> **NOTE:** Available since v1.106.0.
|
|
245
261
|
|
|
262
|
+
## Example Usage
|
|
263
|
+
|
|
264
|
+
```python
|
|
265
|
+
import pulumi
|
|
266
|
+
import pulumi_alicloud as alicloud
|
|
267
|
+
|
|
268
|
+
default = alicloud.hbase.get_instance_types(charge_type="Postpaid",
|
|
269
|
+
region_id="cn-shanghai",
|
|
270
|
+
zone_id="cn-shanghai-g",
|
|
271
|
+
engine="hbaseue",
|
|
272
|
+
version="2.0",
|
|
273
|
+
instance_type="hbase.sn2.large",
|
|
274
|
+
disk_type="cloud_ssd")
|
|
275
|
+
hbase = alicloud.hbase.Instance("hbase", core_instance_type=default.types[0].id)
|
|
276
|
+
```
|
|
277
|
+
|
|
246
278
|
|
|
247
279
|
:param _builtins.str charge_type: The charge type of create hbase cluster instance, `PrePaid` or `PostPaid`.
|
|
248
280
|
:param _builtins.str disk_type: The disk type, `cloud_ssd`, `cloud_essd_pl1`, `cloud_efficiency`, `local_hdd_pro`, `local_ssd_pro`.
|
|
@@ -55,6 +55,7 @@ class PolicyBindingArgs:
|
|
|
55
55
|
- `NAS`: indicates an Alibaba Cloud NAS Backup. When you bind a file system to a policy, Cloud Backup automatically creates a mount point for the file system. If you no longer need the mount point, delete it manually.
|
|
56
56
|
- `ECS_FILE`: indicates that the ECS file is backed up.
|
|
57
57
|
- `File`: indicates a local File backup.
|
|
58
|
+
- `OTS`: (Available since v1.260.1) indicates the Tablestore backup.
|
|
58
59
|
:param pulumi.Input[_builtins.str] speed_limit: This parameter is required only when the value of SourceType is ECS_FILE or File. Indicates backup flow control. The format is {start}{end}{bandwidth}. Multiple flow control configurations use partitioning, and no overlap in configuration time is allowed. start: start hour. end: end of hour. bandwidth: limit rate, in KB/s.
|
|
59
60
|
"""
|
|
60
61
|
if advanced_options is not None:
|
|
@@ -228,6 +229,7 @@ class PolicyBindingArgs:
|
|
|
228
229
|
- `NAS`: indicates an Alibaba Cloud NAS Backup. When you bind a file system to a policy, Cloud Backup automatically creates a mount point for the file system. If you no longer need the mount point, delete it manually.
|
|
229
230
|
- `ECS_FILE`: indicates that the ECS file is backed up.
|
|
230
231
|
- `File`: indicates a local File backup.
|
|
232
|
+
- `OTS`: (Available since v1.260.1) indicates the Tablestore backup.
|
|
231
233
|
"""
|
|
232
234
|
return pulumi.get(self, "source_type")
|
|
233
235
|
|
|
@@ -287,6 +289,7 @@ class _PolicyBindingState:
|
|
|
287
289
|
- `NAS`: indicates an Alibaba Cloud NAS Backup. When you bind a file system to a policy, Cloud Backup automatically creates a mount point for the file system. If you no longer need the mount point, delete it manually.
|
|
288
290
|
- `ECS_FILE`: indicates that the ECS file is backed up.
|
|
289
291
|
- `File`: indicates a local File backup.
|
|
292
|
+
- `OTS`: (Available since v1.260.1) indicates the Tablestore backup.
|
|
290
293
|
:param pulumi.Input[_builtins.str] speed_limit: This parameter is required only when the value of SourceType is ECS_FILE or File. Indicates backup flow control. The format is {start}{end}{bandwidth}. Multiple flow control configurations use partitioning, and no overlap in configuration time is allowed. start: start hour. end: end of hour. bandwidth: limit rate, in KB/s.
|
|
291
294
|
"""
|
|
292
295
|
if advanced_options is not None:
|
|
@@ -474,6 +477,7 @@ class _PolicyBindingState:
|
|
|
474
477
|
- `NAS`: indicates an Alibaba Cloud NAS Backup. When you bind a file system to a policy, Cloud Backup automatically creates a mount point for the file system. If you no longer need the mount point, delete it manually.
|
|
475
478
|
- `ECS_FILE`: indicates that the ECS file is backed up.
|
|
476
479
|
- `File`: indicates a local File backup.
|
|
480
|
+
- `OTS`: (Available since v1.260.1) indicates the Tablestore backup.
|
|
477
481
|
"""
|
|
478
482
|
return pulumi.get(self, "source_type")
|
|
479
483
|
|
|
@@ -592,6 +596,7 @@ class PolicyBinding(pulumi.CustomResource):
|
|
|
592
596
|
- `NAS`: indicates an Alibaba Cloud NAS Backup. When you bind a file system to a policy, Cloud Backup automatically creates a mount point for the file system. If you no longer need the mount point, delete it manually.
|
|
593
597
|
- `ECS_FILE`: indicates that the ECS file is backed up.
|
|
594
598
|
- `File`: indicates a local File backup.
|
|
599
|
+
- `OTS`: (Available since v1.260.1) indicates the Tablestore backup.
|
|
595
600
|
:param pulumi.Input[_builtins.str] speed_limit: This parameter is required only when the value of SourceType is ECS_FILE or File. Indicates backup flow control. The format is {start}{end}{bandwidth}. Multiple flow control configurations use partitioning, and no overlap in configuration time is allowed. start: start hour. end: end of hour. bandwidth: limit rate, in KB/s.
|
|
596
601
|
"""
|
|
597
602
|
...
|
|
@@ -759,6 +764,7 @@ class PolicyBinding(pulumi.CustomResource):
|
|
|
759
764
|
- `NAS`: indicates an Alibaba Cloud NAS Backup. When you bind a file system to a policy, Cloud Backup automatically creates a mount point for the file system. If you no longer need the mount point, delete it manually.
|
|
760
765
|
- `ECS_FILE`: indicates that the ECS file is backed up.
|
|
761
766
|
- `File`: indicates a local File backup.
|
|
767
|
+
- `OTS`: (Available since v1.260.1) indicates the Tablestore backup.
|
|
762
768
|
:param pulumi.Input[_builtins.str] speed_limit: This parameter is required only when the value of SourceType is ECS_FILE or File. Indicates backup flow control. The format is {start}{end}{bandwidth}. Multiple flow control configurations use partitioning, and no overlap in configuration time is allowed. start: start hour. end: end of hour. bandwidth: limit rate, in KB/s.
|
|
763
769
|
"""
|
|
764
770
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -889,6 +895,7 @@ class PolicyBinding(pulumi.CustomResource):
|
|
|
889
895
|
- `NAS`: indicates an Alibaba Cloud NAS Backup. When you bind a file system to a policy, Cloud Backup automatically creates a mount point for the file system. If you no longer need the mount point, delete it manually.
|
|
890
896
|
- `ECS_FILE`: indicates that the ECS file is backed up.
|
|
891
897
|
- `File`: indicates a local File backup.
|
|
898
|
+
- `OTS`: (Available since v1.260.1) indicates the Tablestore backup.
|
|
892
899
|
"""
|
|
893
900
|
return pulumi.get(self, "source_type")
|
|
894
901
|
|
|
@@ -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
|
|
|
@@ -399,7 +399,7 @@ class Account(pulumi.CustomResource):
|
|
|
399
399
|
|
|
400
400
|
## Import
|
|
401
401
|
|
|
402
|
-
Tair (Redis OSS-Compatible) And Memcache (KVStore)
|
|
402
|
+
Tair (Redis OSS-Compatible) And Memcache (KVStore) Account can be imported using the id, e.g.
|
|
403
403
|
|
|
404
404
|
```sh
|
|
405
405
|
$ pulumi import alicloud:kvstore/account:Account example <instance_id>:<account_name>
|
|
@@ -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
|
|
@@ -483,7 +483,7 @@ class Account(pulumi.CustomResource):
|
|
|
483
483
|
|
|
484
484
|
## Import
|
|
485
485
|
|
|
486
|
-
Tair (Redis OSS-Compatible) And Memcache (KVStore)
|
|
486
|
+
Tair (Redis OSS-Compatible) And Memcache (KVStore) Account can be imported using the id, e.g.
|
|
487
487
|
|
|
488
488
|
```sh
|
|
489
489
|
$ pulumi import alicloud:kvstore/account:Account example <instance_id>:<account_name>
|
|
@@ -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
|
|
|
@@ -615,7 +615,7 @@ class Account(pulumi.CustomResource):
|
|
|
615
615
|
|
|
616
616
|
@_builtins.property
|
|
617
617
|
@pulumi.getter(name="accountPrivilege")
|
|
618
|
-
def account_privilege(self) -> pulumi.Output[
|
|
618
|
+
def account_privilege(self) -> pulumi.Output[_builtins.str]:
|
|
619
619
|
"""
|
|
620
620
|
The privilege of account access database. Default value: `RoleReadWrite`
|
|
621
621
|
- `RoleReadOnly`: This value is only for Redis and Memcache
|
|
@@ -625,7 +625,7 @@ class Account(pulumi.CustomResource):
|
|
|
625
625
|
|
|
626
626
|
@_builtins.property
|
|
627
627
|
@pulumi.getter(name="accountType")
|
|
628
|
-
def account_type(self) -> pulumi.Output[
|
|
628
|
+
def account_type(self) -> pulumi.Output[_builtins.str]:
|
|
629
629
|
"""
|
|
630
630
|
Privilege type of account.
|
|
631
631
|
- Normal: Common privilege.
|