pulumi-alicloud 3.87.0a1760678219__py3-none-any.whl → 3.88.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-alicloud might be problematic. Click here for more details.
- pulumi_alicloud/__init__.py +83 -0
- pulumi_alicloud/adb/resource_group.py +463 -3
- 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_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/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/dts/instance.py +14 -14
- pulumi_alicloud/eci/container_group.py +47 -0
- pulumi_alicloud/ecs/elasticity_assurance.py +279 -20
- pulumi_alicloud/ecs/security_group_rule.py +7 -7
- pulumi_alicloud/eflo/node.py +153 -15
- pulumi_alicloud/ens/load_balancer.py +8 -4
- pulumi_alicloud/esa/__init__.py +2 -0
- pulumi_alicloud/esa/_inputs.py +3759 -996
- 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/load_balancer.py +999 -0
- pulumi_alicloud/esa/outputs.py +2068 -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/eventbridge/event_source.py +57 -57
- 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/kvstore/account.py +14 -14
- 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/outputs.py +18 -6
- 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/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/ram/policy.py +2 -2
- pulumi_alicloud/resourcemanager/__init__.py +2 -0
- pulumi_alicloud/resourcemanager/_inputs.py +799 -0
- pulumi_alicloud/resourcemanager/delivery_channel.py +449 -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/outputs.py +42 -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/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.87.0a1760678219.dist-info → pulumi_alicloud-3.88.0.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.87.0a1760678219.dist-info → pulumi_alicloud-3.88.0.dist-info}/RECORD +92 -76
- {pulumi_alicloud-3.87.0a1760678219.dist-info → pulumi_alicloud-3.88.0.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.87.0a1760678219.dist-info → pulumi_alicloud-3.88.0.dist-info}/top_level.txt +0 -0
|
@@ -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
|
|