pulumi-alicloud 3.58.0__py3-none-any.whl → 3.58.0a1718943944__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 +0 -24
- pulumi_alicloud/_inputs.py +9 -9
- pulumi_alicloud/_utilities.py +0 -35
- pulumi_alicloud/actiontrail/get_trails.py +3 -1
- pulumi_alicloud/actiontrail/get_trails_deprecated.py +3 -1
- pulumi_alicloud/actiontrail/trail.py +27 -9
- pulumi_alicloud/actiontrail/trail_deprecated.py +27 -9
- pulumi_alicloud/adb/cluster.py +18 -6
- pulumi_alicloud/adb/db_cluster.py +18 -6
- pulumi_alicloud/alb/__init__.py +0 -1
- pulumi_alicloud/alb/acl.py +9 -3
- pulumi_alicloud/alb/get_load_balancers.py +3 -1
- pulumi_alicloud/alb/listener.py +9 -3
- pulumi_alicloud/alb/outputs.py +3 -1
- pulumi_alicloud/alikafka/instance.py +9 -3
- pulumi_alicloud/cas/certificate.py +9 -3
- pulumi_alicloud/cas/outputs.py +6 -2
- pulumi_alicloud/cas/service_certificate.py +9 -3
- pulumi_alicloud/cddc/dedicated_host_account.py +0 -4
- pulumi_alicloud/cddc/dedicated_host_group.py +0 -4
- pulumi_alicloud/cdn/domain.py +135 -45
- pulumi_alicloud/cen/__init__.py +0 -1
- pulumi_alicloud/cen/bandwidth_package.py +27 -9
- pulumi_alicloud/cen/instance.py +9 -3
- pulumi_alicloud/cen/transit_router_vpc_attachment.py +18 -6
- pulumi_alicloud/cfg/aggregate_compliance_pack.py +9 -3
- pulumi_alicloud/cfg/compliance_pack.py +9 -3
- pulumi_alicloud/cfg/get_rules.py +3 -1
- pulumi_alicloud/cfg/rule.py +27 -9
- pulumi_alicloud/clickhouse/account.py +18 -6
- pulumi_alicloud/cloudfirewall/instance.py +9 -3
- pulumi_alicloud/cloudstoragegateway/gateway.py +69 -69
- pulumi_alicloud/cms/alarm.py +27 -9
- pulumi_alicloud/config/outputs.py +6 -6
- pulumi_alicloud/cs/_inputs.py +6 -2
- pulumi_alicloud/cs/cluster.py +9 -3
- pulumi_alicloud/cs/edge_kubernetes.py +18 -6
- pulumi_alicloud/cs/kubernetes.py +9 -3
- pulumi_alicloud/cs/kubernetes_addon.py +2 -2
- pulumi_alicloud/cs/node_pool.py +52 -22
- pulumi_alicloud/cs/outputs.py +6 -2
- pulumi_alicloud/cs/serverless_kubernetes.py +27 -9
- pulumi_alicloud/cs/swarm.py +9 -3
- pulumi_alicloud/databasefilesystem/instance.py +18 -6
- pulumi_alicloud/ddos/__init__.py +0 -1
- pulumi_alicloud/ddos/_inputs.py +0 -712
- pulumi_alicloud/ddos/bgp_ip.py +2 -53
- pulumi_alicloud/ddos/outputs.py +0 -666
- pulumi_alicloud/dms/enterprise_instance.py +15 -5
- pulumi_alicloud/dms/enterprise_user.py +9 -3
- pulumi_alicloud/dns/domain_group.py +9 -3
- pulumi_alicloud/drds/get_instances.py +3 -1
- pulumi_alicloud/eci/_inputs.py +0 -12
- pulumi_alicloud/eci/outputs.py +0 -8
- pulumi_alicloud/ecs/copy_image.py +9 -3
- pulumi_alicloud/ecs/disk.py +18 -6
- pulumi_alicloud/ecs/ecs_disk.py +25 -13
- pulumi_alicloud/ecs/ecs_key_pair.py +9 -3
- pulumi_alicloud/ecs/ecs_key_pair_attachment.py +9 -3
- pulumi_alicloud/ecs/ecs_launch_template.py +55 -160
- pulumi_alicloud/ecs/ecs_network_interface.py +45 -15
- pulumi_alicloud/ecs/ecs_snapshot.py +9 -3
- pulumi_alicloud/ecs/eip.py +19 -7
- pulumi_alicloud/ecs/eip_address.py +317 -501
- pulumi_alicloud/ecs/eip_association.py +58 -205
- pulumi_alicloud/ecs/eip_segment_address.py +133 -311
- pulumi_alicloud/ecs/get_disks.py +6 -2
- pulumi_alicloud/ecs/get_ecs_disks.py +6 -2
- pulumi_alicloud/ecs/get_ecs_key_pairs.py +3 -1
- pulumi_alicloud/ecs/get_ecs_network_interfaces.py +6 -2
- pulumi_alicloud/ecs/get_eip_addresses.py +6 -2
- pulumi_alicloud/ecs/get_eips.py +6 -2
- pulumi_alicloud/ecs/get_key_pairs.py +3 -1
- pulumi_alicloud/ecs/get_network_interfaces.py +6 -2
- pulumi_alicloud/ecs/image.py +9 -3
- pulumi_alicloud/ecs/image_copy.py +9 -3
- pulumi_alicloud/ecs/instance.py +24 -26
- pulumi_alicloud/ecs/key_pair.py +9 -3
- pulumi_alicloud/ecs/key_pair_attachment.py +9 -3
- pulumi_alicloud/ecs/launch_template.py +55 -121
- pulumi_alicloud/ecs/reserved_instance.py +9 -3
- pulumi_alicloud/ecs/security_group.py +9 -3
- pulumi_alicloud/ecs/snapshot.py +9 -3
- pulumi_alicloud/edas/k8s_application.py +36 -12
- pulumi_alicloud/eds/outputs.py +6 -2
- pulumi_alicloud/eds/simple_office_site.py +18 -6
- pulumi_alicloud/ess/_inputs.py +3 -89
- pulumi_alicloud/ess/alarm.py +38 -132
- pulumi_alicloud/ess/outputs.py +3 -88
- pulumi_alicloud/ess/scaling_configuration.py +18 -6
- pulumi_alicloud/ess/scaling_group.py +16 -151
- pulumi_alicloud/ga/accelerator.py +0 -47
- pulumi_alicloud/ga/acl.py +9 -50
- pulumi_alicloud/ga/bandwidth_package.py +12 -57
- pulumi_alicloud/ga/basic_accelerator.py +8 -55
- pulumi_alicloud/gpdb/instance.py +45 -15
- pulumi_alicloud/hbr/ecs_backup_plan.py +9 -3
- pulumi_alicloud/hbr/nas_backup_plan.py +9 -3
- pulumi_alicloud/hbr/ots_backup_plan.py +9 -3
- pulumi_alicloud/kms/key.py +27 -9
- pulumi_alicloud/kvstore/_inputs.py +6 -2
- pulumi_alicloud/kvstore/get_instance_classes.py +9 -3
- pulumi_alicloud/kvstore/instance.py +69 -124
- pulumi_alicloud/kvstore/outputs.py +6 -2
- pulumi_alicloud/lindorm/instance.py +9 -3
- pulumi_alicloud/log/_inputs.py +3 -1
- pulumi_alicloud/log/alert.py +63 -21
- pulumi_alicloud/log/oss_shipper.py +0 -4
- pulumi_alicloud/log/outputs.py +3 -1
- pulumi_alicloud/log/project.py +9 -3
- pulumi_alicloud/log/store.py +18 -6
- pulumi_alicloud/mongodb/sharding_instance.py +7 -54
- pulumi_alicloud/nas/access_group.py +18 -6
- pulumi_alicloud/nas/get_access_groups.py +3 -1
- pulumi_alicloud/nas/get_mount_targets.py +6 -2
- pulumi_alicloud/nlb/server_group.py +9 -3
- pulumi_alicloud/oss/bucket.py +18 -6
- pulumi_alicloud/oss/bucket_policy.py +2 -2
- pulumi_alicloud/oss/bucket_referer.py +2 -2
- pulumi_alicloud/provider.py +24 -8
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/pvtz/zone.py +9 -3
- pulumi_alicloud/pvtz/zone_record.py +9 -3
- pulumi_alicloud/ram/policy.py +36 -12
- pulumi_alicloud/ram/role.py +27 -9
- pulumi_alicloud/rds/account.py +45 -15
- pulumi_alicloud/rds/backup_policy.py +45 -15
- pulumi_alicloud/rds/get_zones.py +3 -1
- pulumi_alicloud/rds/instance.py +18 -27
- pulumi_alicloud/rds/rds_account.py +45 -15
- pulumi_alicloud/resourcemanager/policy.py +9 -3
- pulumi_alicloud/resourcemanager/policy_version.py +9 -3
- pulumi_alicloud/resourcemanager/resource_group.py +9 -3
- pulumi_alicloud/rocketmq/group.py +9 -3
- pulumi_alicloud/rocketmq/instance.py +9 -3
- pulumi_alicloud/rocketmq/topic.py +18 -6
- pulumi_alicloud/sae/application.py +90 -30
- pulumi_alicloud/scdn/domain.py +9 -3
- pulumi_alicloud/servicecatalog/get_launch_options.py +3 -1
- pulumi_alicloud/servicecatalog/get_product_versions.py +3 -1
- pulumi_alicloud/servicecatalog/get_provisioned_products.py +3 -1
- pulumi_alicloud/slb/acl.py +9 -3
- pulumi_alicloud/slb/application_load_balancer.py +18 -6
- pulumi_alicloud/slb/ca_certificate.py +9 -3
- pulumi_alicloud/slb/get_application_load_balancers.py +3 -1
- pulumi_alicloud/slb/get_load_balancers.py +3 -1
- pulumi_alicloud/slb/get_zones.py +3 -1
- pulumi_alicloud/slb/listener.py +27 -9
- pulumi_alicloud/slb/load_balancer.py +18 -6
- pulumi_alicloud/slb/outputs.py +3 -1
- pulumi_alicloud/slb/server_certificate.py +18 -6
- pulumi_alicloud/slb/server_group.py +9 -3
- pulumi_alicloud/threatdetection/instance.py +9 -3
- pulumi_alicloud/vpc/common_bandwith_package.py +129 -200
- pulumi_alicloud/vpc/common_bandwith_package_attachment.py +30 -58
- pulumi_alicloud/vpc/dhcp_options_set.py +9 -3
- pulumi_alicloud/vpc/forward_entry.py +9 -3
- pulumi_alicloud/vpc/ha_vip.py +9 -3
- pulumi_alicloud/vpc/ha_vip_attachment.py +9 -3
- pulumi_alicloud/vpc/ha_vipv2.py +9 -3
- pulumi_alicloud/vpc/ipv6_gateway.py +9 -3
- pulumi_alicloud/vpc/network.py +24 -8
- pulumi_alicloud/vpc/network_acl.py +9 -3
- pulumi_alicloud/vpc/network_interface.py +45 -15
- pulumi_alicloud/vpc/route_entry.py +9 -3
- pulumi_alicloud/vpc/route_table.py +9 -3
- pulumi_alicloud/vpc/router_interface.py +39 -13
- pulumi_alicloud/vpc/router_interface_connection.py +2 -2
- pulumi_alicloud/vpc/subnet.py +18 -6
- pulumi_alicloud/vpc/switch.py +18 -6
- pulumi_alicloud/vpc/traffic_mirror_filter_egress_rule.py +9 -3
- pulumi_alicloud/vpc/traffic_mirror_filter_ingress_rule.py +9 -3
- pulumi_alicloud/vpn/connection.py +9 -3
- pulumi_alicloud/vpn/customer_gateway.py +9 -3
- pulumi_alicloud/vpn/gateway.py +18 -6
- pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +3 -1
- pulumi_alicloud/vpn/get_gateways.py +3 -1
- pulumi_alicloud/waf/domain.py +9 -3
- {pulumi_alicloud-3.58.0.dist-info → pulumi_alicloud-3.58.0a1718943944.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.58.0.dist-info → pulumi_alicloud-3.58.0a1718943944.dist-info}/RECORD +182 -185
- {pulumi_alicloud-3.58.0.dist-info → pulumi_alicloud-3.58.0a1718943944.dist-info}/WHEEL +1 -1
- pulumi_alicloud/alb/load_balancer_security_group_attachment.py +0 -327
- pulumi_alicloud/cen/transit_router_ecr_attachment.py +0 -584
- pulumi_alicloud/ddos/bgp_policy.py +0 -343
- {pulumi_alicloud-3.58.0.dist-info → pulumi_alicloud-3.58.0a1718943944.dist-info}/top_level.txt +0 -0
|
@@ -36,7 +36,6 @@ class ShardingInstanceArgs:
|
|
|
36
36
|
security_group_id: Optional[pulumi.Input[str]] = None,
|
|
37
37
|
security_ip_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
38
38
|
storage_engine: Optional[pulumi.Input[str]] = None,
|
|
39
|
-
storage_type: Optional[pulumi.Input[str]] = None,
|
|
40
39
|
tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
|
41
40
|
tde_status: Optional[pulumi.Input[str]] = None,
|
|
42
41
|
vpc_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -44,7 +43,7 @@ class ShardingInstanceArgs:
|
|
|
44
43
|
zone_id: Optional[pulumi.Input[str]] = None):
|
|
45
44
|
"""
|
|
46
45
|
The set of arguments for constructing a ShardingInstance resource.
|
|
47
|
-
:param pulumi.Input[str] engine_version: Database version. Value options can refer to the latest docs [CreateDBInstance](https://www.alibabacloud.com/help/en/doc-detail/61884.htm) `EngineVersion`.
|
|
46
|
+
:param pulumi.Input[str] engine_version: Database version. Value options can refer to the latest docs [CreateDBInstance](https://www.alibabacloud.com/help/en/doc-detail/61884.htm) `EngineVersion`.
|
|
48
47
|
:param pulumi.Input[Sequence[pulumi.Input['ShardingInstanceMongoListArgs']]] mongo_lists: The Mongo nodes of the instance. The mongo-node count can be purchased is in range of [2, 32]. See `mongo_list` below.
|
|
49
48
|
:param pulumi.Input[Sequence[pulumi.Input['ShardingInstanceShardListArgs']]] shard_lists: The Shard nodes of the instance. The shard-node count can be purchased is in range of [2, 32]. See `shard_list` below.
|
|
50
49
|
:param pulumi.Input[str] account_password: Password of the root account. It is a string of 6 to 32 characters and is composed of letters, numbers, and underlines.
|
|
@@ -67,7 +66,6 @@ class ShardingInstanceArgs:
|
|
|
67
66
|
:param pulumi.Input[str] security_group_id: The Security Group ID of ECS.
|
|
68
67
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] security_ip_lists: List of IP addresses allowed to access all databases of an instance. The list contains up to 1,000 IP addresses, separated by commas. Supported formats include 0.0.0.0/0, 10.23.12.24 (IP), and 10.23.12.24/24 (Classless Inter-Domain Routing (CIDR) mode. /24 represents the length of the prefix in an IP address. The range of the prefix length is [1,32]). System default to `["127.0.0.1"]`.
|
|
69
68
|
:param pulumi.Input[str] storage_engine: The storage engine of the instance. Default value: `WiredTiger`. Valid values: `WiredTiger`, `RocksDB`.
|
|
70
|
-
:param pulumi.Input[str] storage_type: The storage type of the instance. Valid values: `cloud_essd1`, `cloud_essd2`, `cloud_essd3`, `local_ssd`.
|
|
71
69
|
:param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
|
|
72
70
|
:param pulumi.Input[str] tde_status: The TDE(Transparent Data Encryption) status. It can be updated from version 1.160.0.
|
|
73
71
|
:param pulumi.Input[str] vpc_id: The ID of the VPC. > **NOTE:** `vpc_id` is valid only when `network_type` is set to `VPC`.
|
|
@@ -112,8 +110,6 @@ class ShardingInstanceArgs:
|
|
|
112
110
|
pulumi.set(__self__, "security_ip_lists", security_ip_lists)
|
|
113
111
|
if storage_engine is not None:
|
|
114
112
|
pulumi.set(__self__, "storage_engine", storage_engine)
|
|
115
|
-
if storage_type is not None:
|
|
116
|
-
pulumi.set(__self__, "storage_type", storage_type)
|
|
117
113
|
if tags is not None:
|
|
118
114
|
pulumi.set(__self__, "tags", tags)
|
|
119
115
|
if tde_status is not None:
|
|
@@ -129,7 +125,7 @@ class ShardingInstanceArgs:
|
|
|
129
125
|
@pulumi.getter(name="engineVersion")
|
|
130
126
|
def engine_version(self) -> pulumi.Input[str]:
|
|
131
127
|
"""
|
|
132
|
-
Database version. Value options can refer to the latest docs [CreateDBInstance](https://www.alibabacloud.com/help/en/doc-detail/61884.htm) `EngineVersion`.
|
|
128
|
+
Database version. Value options can refer to the latest docs [CreateDBInstance](https://www.alibabacloud.com/help/en/doc-detail/61884.htm) `EngineVersion`.
|
|
133
129
|
"""
|
|
134
130
|
return pulumi.get(self, "engine_version")
|
|
135
131
|
|
|
@@ -368,18 +364,6 @@ class ShardingInstanceArgs:
|
|
|
368
364
|
def storage_engine(self, value: Optional[pulumi.Input[str]]):
|
|
369
365
|
pulumi.set(self, "storage_engine", value)
|
|
370
366
|
|
|
371
|
-
@property
|
|
372
|
-
@pulumi.getter(name="storageType")
|
|
373
|
-
def storage_type(self) -> Optional[pulumi.Input[str]]:
|
|
374
|
-
"""
|
|
375
|
-
The storage type of the instance. Valid values: `cloud_essd1`, `cloud_essd2`, `cloud_essd3`, `local_ssd`.
|
|
376
|
-
"""
|
|
377
|
-
return pulumi.get(self, "storage_type")
|
|
378
|
-
|
|
379
|
-
@storage_type.setter
|
|
380
|
-
def storage_type(self, value: Optional[pulumi.Input[str]]):
|
|
381
|
-
pulumi.set(self, "storage_type", value)
|
|
382
|
-
|
|
383
367
|
@property
|
|
384
368
|
@pulumi.getter
|
|
385
369
|
def tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
|
@@ -466,7 +450,6 @@ class _ShardingInstanceState:
|
|
|
466
450
|
security_ip_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
467
451
|
shard_lists: Optional[pulumi.Input[Sequence[pulumi.Input['ShardingInstanceShardListArgs']]]] = None,
|
|
468
452
|
storage_engine: Optional[pulumi.Input[str]] = None,
|
|
469
|
-
storage_type: Optional[pulumi.Input[str]] = None,
|
|
470
453
|
tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
|
471
454
|
tde_status: Optional[pulumi.Input[str]] = None,
|
|
472
455
|
vpc_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -479,7 +462,7 @@ class _ShardingInstanceState:
|
|
|
479
462
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] backup_periods: MongoDB Instance backup period. It is required when `backup_time` was existed. Valid values: [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]. Default to [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]
|
|
480
463
|
:param pulumi.Input[str] backup_time: Sharding Instance backup time. It is required when `backup_period` was existed. In the format of HH:mmZ- HH:mmZ. Time setting interval is one hour. If not set, the system will return a default, like "23:00Z-24:00Z".
|
|
481
464
|
:param pulumi.Input[Sequence[pulumi.Input['ShardingInstanceConfigServerListArgs']]] config_server_lists: The ConfigServer nodes of the instance. See `config_server_list` below.
|
|
482
|
-
:param pulumi.Input[str] engine_version: Database version. Value options can refer to the latest docs [CreateDBInstance](https://www.alibabacloud.com/help/en/doc-detail/61884.htm) `EngineVersion`.
|
|
465
|
+
:param pulumi.Input[str] engine_version: Database version. Value options can refer to the latest docs [CreateDBInstance](https://www.alibabacloud.com/help/en/doc-detail/61884.htm) `EngineVersion`.
|
|
483
466
|
:param pulumi.Input[str] instance_charge_type: The billing method of the instance. Default value: `PostPaid`. Valid values: `PrePaid`, `PostPaid`. **NOTE:** It can be modified from `PostPaid` to `PrePaid` after version v1.141.0.
|
|
484
467
|
:param pulumi.Input[str] kms_encrypted_password: An KMS encrypts password used to a instance. If the `account_password` is filled in, this field will be ignored.
|
|
485
468
|
:param pulumi.Input[Mapping[str, Any]] kms_encryption_context: An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating instance with `kms_encrypted_password`. See [Encryption Context](https://www.alibabacloud.com/help/doc-detail/42975.htm). It is valid when `kms_encrypted_password` is set.
|
|
@@ -498,7 +481,6 @@ class _ShardingInstanceState:
|
|
|
498
481
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] security_ip_lists: List of IP addresses allowed to access all databases of an instance. The list contains up to 1,000 IP addresses, separated by commas. Supported formats include 0.0.0.0/0, 10.23.12.24 (IP), and 10.23.12.24/24 (Classless Inter-Domain Routing (CIDR) mode. /24 represents the length of the prefix in an IP address. The range of the prefix length is [1,32]). System default to `["127.0.0.1"]`.
|
|
499
482
|
:param pulumi.Input[Sequence[pulumi.Input['ShardingInstanceShardListArgs']]] shard_lists: The Shard nodes of the instance. The shard-node count can be purchased is in range of [2, 32]. See `shard_list` below.
|
|
500
483
|
:param pulumi.Input[str] storage_engine: The storage engine of the instance. Default value: `WiredTiger`. Valid values: `WiredTiger`, `RocksDB`.
|
|
501
|
-
:param pulumi.Input[str] storage_type: The storage type of the instance. Valid values: `cloud_essd1`, `cloud_essd2`, `cloud_essd3`, `local_ssd`.
|
|
502
484
|
:param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
|
|
503
485
|
:param pulumi.Input[str] tde_status: The TDE(Transparent Data Encryption) status. It can be updated from version 1.160.0.
|
|
504
486
|
:param pulumi.Input[str] vpc_id: The ID of the VPC. > **NOTE:** `vpc_id` is valid only when `network_type` is set to `VPC`.
|
|
@@ -548,8 +530,6 @@ class _ShardingInstanceState:
|
|
|
548
530
|
pulumi.set(__self__, "shard_lists", shard_lists)
|
|
549
531
|
if storage_engine is not None:
|
|
550
532
|
pulumi.set(__self__, "storage_engine", storage_engine)
|
|
551
|
-
if storage_type is not None:
|
|
552
|
-
pulumi.set(__self__, "storage_type", storage_type)
|
|
553
533
|
if tags is not None:
|
|
554
534
|
pulumi.set(__self__, "tags", tags)
|
|
555
535
|
if tde_status is not None:
|
|
@@ -625,7 +605,7 @@ class _ShardingInstanceState:
|
|
|
625
605
|
@pulumi.getter(name="engineVersion")
|
|
626
606
|
def engine_version(self) -> Optional[pulumi.Input[str]]:
|
|
627
607
|
"""
|
|
628
|
-
Database version. Value options can refer to the latest docs [CreateDBInstance](https://www.alibabacloud.com/help/en/doc-detail/61884.htm) `EngineVersion`.
|
|
608
|
+
Database version. Value options can refer to the latest docs [CreateDBInstance](https://www.alibabacloud.com/help/en/doc-detail/61884.htm) `EngineVersion`.
|
|
629
609
|
"""
|
|
630
610
|
return pulumi.get(self, "engine_version")
|
|
631
611
|
|
|
@@ -816,18 +796,6 @@ class _ShardingInstanceState:
|
|
|
816
796
|
def storage_engine(self, value: Optional[pulumi.Input[str]]):
|
|
817
797
|
pulumi.set(self, "storage_engine", value)
|
|
818
798
|
|
|
819
|
-
@property
|
|
820
|
-
@pulumi.getter(name="storageType")
|
|
821
|
-
def storage_type(self) -> Optional[pulumi.Input[str]]:
|
|
822
|
-
"""
|
|
823
|
-
The storage type of the instance. Valid values: `cloud_essd1`, `cloud_essd2`, `cloud_essd3`, `local_ssd`.
|
|
824
|
-
"""
|
|
825
|
-
return pulumi.get(self, "storage_type")
|
|
826
|
-
|
|
827
|
-
@storage_type.setter
|
|
828
|
-
def storage_type(self, value: Optional[pulumi.Input[str]]):
|
|
829
|
-
pulumi.set(self, "storage_type", value)
|
|
830
|
-
|
|
831
799
|
@property
|
|
832
800
|
@pulumi.getter
|
|
833
801
|
def tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
|
@@ -915,7 +883,6 @@ class ShardingInstance(pulumi.CustomResource):
|
|
|
915
883
|
security_ip_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
916
884
|
shard_lists: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ShardingInstanceShardListArgs']]]]] = None,
|
|
917
885
|
storage_engine: Optional[pulumi.Input[str]] = None,
|
|
918
|
-
storage_type: Optional[pulumi.Input[str]] = None,
|
|
919
886
|
tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
|
920
887
|
tde_status: Optional[pulumi.Input[str]] = None,
|
|
921
888
|
vpc_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -1003,7 +970,7 @@ class ShardingInstance(pulumi.CustomResource):
|
|
|
1003
970
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] backup_periods: MongoDB Instance backup period. It is required when `backup_time` was existed. Valid values: [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]. Default to [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]
|
|
1004
971
|
:param pulumi.Input[str] backup_time: Sharding Instance backup time. It is required when `backup_period` was existed. In the format of HH:mmZ- HH:mmZ. Time setting interval is one hour. If not set, the system will return a default, like "23:00Z-24:00Z".
|
|
1005
972
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ShardingInstanceConfigServerListArgs']]]] config_server_lists: The ConfigServer nodes of the instance. See `config_server_list` below.
|
|
1006
|
-
:param pulumi.Input[str] engine_version: Database version. Value options can refer to the latest docs [CreateDBInstance](https://www.alibabacloud.com/help/en/doc-detail/61884.htm) `EngineVersion`.
|
|
973
|
+
:param pulumi.Input[str] engine_version: Database version. Value options can refer to the latest docs [CreateDBInstance](https://www.alibabacloud.com/help/en/doc-detail/61884.htm) `EngineVersion`.
|
|
1007
974
|
:param pulumi.Input[str] instance_charge_type: The billing method of the instance. Default value: `PostPaid`. Valid values: `PrePaid`, `PostPaid`. **NOTE:** It can be modified from `PostPaid` to `PrePaid` after version v1.141.0.
|
|
1008
975
|
:param pulumi.Input[str] kms_encrypted_password: An KMS encrypts password used to a instance. If the `account_password` is filled in, this field will be ignored.
|
|
1009
976
|
:param pulumi.Input[Mapping[str, Any]] kms_encryption_context: An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating instance with `kms_encrypted_password`. See [Encryption Context](https://www.alibabacloud.com/help/doc-detail/42975.htm). It is valid when `kms_encrypted_password` is set.
|
|
@@ -1021,7 +988,6 @@ class ShardingInstance(pulumi.CustomResource):
|
|
|
1021
988
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] security_ip_lists: List of IP addresses allowed to access all databases of an instance. The list contains up to 1,000 IP addresses, separated by commas. Supported formats include 0.0.0.0/0, 10.23.12.24 (IP), and 10.23.12.24/24 (Classless Inter-Domain Routing (CIDR) mode. /24 represents the length of the prefix in an IP address. The range of the prefix length is [1,32]). System default to `["127.0.0.1"]`.
|
|
1022
989
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ShardingInstanceShardListArgs']]]] shard_lists: The Shard nodes of the instance. The shard-node count can be purchased is in range of [2, 32]. See `shard_list` below.
|
|
1023
990
|
:param pulumi.Input[str] storage_engine: The storage engine of the instance. Default value: `WiredTiger`. Valid values: `WiredTiger`, `RocksDB`.
|
|
1024
|
-
:param pulumi.Input[str] storage_type: The storage type of the instance. Valid values: `cloud_essd1`, `cloud_essd2`, `cloud_essd3`, `local_ssd`.
|
|
1025
991
|
:param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
|
|
1026
992
|
:param pulumi.Input[str] tde_status: The TDE(Transparent Data Encryption) status. It can be updated from version 1.160.0.
|
|
1027
993
|
:param pulumi.Input[str] vpc_id: The ID of the VPC. > **NOTE:** `vpc_id` is valid only when `network_type` is set to `VPC`.
|
|
@@ -1144,7 +1110,6 @@ class ShardingInstance(pulumi.CustomResource):
|
|
|
1144
1110
|
security_ip_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1145
1111
|
shard_lists: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ShardingInstanceShardListArgs']]]]] = None,
|
|
1146
1112
|
storage_engine: Optional[pulumi.Input[str]] = None,
|
|
1147
|
-
storage_type: Optional[pulumi.Input[str]] = None,
|
|
1148
1113
|
tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
|
1149
1114
|
tde_status: Optional[pulumi.Input[str]] = None,
|
|
1150
1115
|
vpc_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -1185,7 +1150,6 @@ class ShardingInstance(pulumi.CustomResource):
|
|
|
1185
1150
|
raise TypeError("Missing required property 'shard_lists'")
|
|
1186
1151
|
__props__.__dict__["shard_lists"] = shard_lists
|
|
1187
1152
|
__props__.__dict__["storage_engine"] = storage_engine
|
|
1188
|
-
__props__.__dict__["storage_type"] = storage_type
|
|
1189
1153
|
__props__.__dict__["tags"] = tags
|
|
1190
1154
|
__props__.__dict__["tde_status"] = tde_status
|
|
1191
1155
|
__props__.__dict__["vpc_id"] = vpc_id
|
|
@@ -1225,7 +1189,6 @@ class ShardingInstance(pulumi.CustomResource):
|
|
|
1225
1189
|
security_ip_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1226
1190
|
shard_lists: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ShardingInstanceShardListArgs']]]]] = None,
|
|
1227
1191
|
storage_engine: Optional[pulumi.Input[str]] = None,
|
|
1228
|
-
storage_type: Optional[pulumi.Input[str]] = None,
|
|
1229
1192
|
tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
|
1230
1193
|
tde_status: Optional[pulumi.Input[str]] = None,
|
|
1231
1194
|
vpc_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -1243,7 +1206,7 @@ class ShardingInstance(pulumi.CustomResource):
|
|
|
1243
1206
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] backup_periods: MongoDB Instance backup period. It is required when `backup_time` was existed. Valid values: [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]. Default to [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]
|
|
1244
1207
|
:param pulumi.Input[str] backup_time: Sharding Instance backup time. It is required when `backup_period` was existed. In the format of HH:mmZ- HH:mmZ. Time setting interval is one hour. If not set, the system will return a default, like "23:00Z-24:00Z".
|
|
1245
1208
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ShardingInstanceConfigServerListArgs']]]] config_server_lists: The ConfigServer nodes of the instance. See `config_server_list` below.
|
|
1246
|
-
:param pulumi.Input[str] engine_version: Database version. Value options can refer to the latest docs [CreateDBInstance](https://www.alibabacloud.com/help/en/doc-detail/61884.htm) `EngineVersion`.
|
|
1209
|
+
:param pulumi.Input[str] engine_version: Database version. Value options can refer to the latest docs [CreateDBInstance](https://www.alibabacloud.com/help/en/doc-detail/61884.htm) `EngineVersion`.
|
|
1247
1210
|
:param pulumi.Input[str] instance_charge_type: The billing method of the instance. Default value: `PostPaid`. Valid values: `PrePaid`, `PostPaid`. **NOTE:** It can be modified from `PostPaid` to `PrePaid` after version v1.141.0.
|
|
1248
1211
|
:param pulumi.Input[str] kms_encrypted_password: An KMS encrypts password used to a instance. If the `account_password` is filled in, this field will be ignored.
|
|
1249
1212
|
:param pulumi.Input[Mapping[str, Any]] kms_encryption_context: An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating instance with `kms_encrypted_password`. See [Encryption Context](https://www.alibabacloud.com/help/doc-detail/42975.htm). It is valid when `kms_encrypted_password` is set.
|
|
@@ -1262,7 +1225,6 @@ class ShardingInstance(pulumi.CustomResource):
|
|
|
1262
1225
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] security_ip_lists: List of IP addresses allowed to access all databases of an instance. The list contains up to 1,000 IP addresses, separated by commas. Supported formats include 0.0.0.0/0, 10.23.12.24 (IP), and 10.23.12.24/24 (Classless Inter-Domain Routing (CIDR) mode. /24 represents the length of the prefix in an IP address. The range of the prefix length is [1,32]). System default to `["127.0.0.1"]`.
|
|
1263
1226
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ShardingInstanceShardListArgs']]]] shard_lists: The Shard nodes of the instance. The shard-node count can be purchased is in range of [2, 32]. See `shard_list` below.
|
|
1264
1227
|
:param pulumi.Input[str] storage_engine: The storage engine of the instance. Default value: `WiredTiger`. Valid values: `WiredTiger`, `RocksDB`.
|
|
1265
|
-
:param pulumi.Input[str] storage_type: The storage type of the instance. Valid values: `cloud_essd1`, `cloud_essd2`, `cloud_essd3`, `local_ssd`.
|
|
1266
1228
|
:param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
|
|
1267
1229
|
:param pulumi.Input[str] tde_status: The TDE(Transparent Data Encryption) status. It can be updated from version 1.160.0.
|
|
1268
1230
|
:param pulumi.Input[str] vpc_id: The ID of the VPC. > **NOTE:** `vpc_id` is valid only when `network_type` is set to `VPC`.
|
|
@@ -1295,7 +1257,6 @@ class ShardingInstance(pulumi.CustomResource):
|
|
|
1295
1257
|
__props__.__dict__["security_ip_lists"] = security_ip_lists
|
|
1296
1258
|
__props__.__dict__["shard_lists"] = shard_lists
|
|
1297
1259
|
__props__.__dict__["storage_engine"] = storage_engine
|
|
1298
|
-
__props__.__dict__["storage_type"] = storage_type
|
|
1299
1260
|
__props__.__dict__["tags"] = tags
|
|
1300
1261
|
__props__.__dict__["tde_status"] = tde_status
|
|
1301
1262
|
__props__.__dict__["vpc_id"] = vpc_id
|
|
@@ -1347,7 +1308,7 @@ class ShardingInstance(pulumi.CustomResource):
|
|
|
1347
1308
|
@pulumi.getter(name="engineVersion")
|
|
1348
1309
|
def engine_version(self) -> pulumi.Output[str]:
|
|
1349
1310
|
"""
|
|
1350
|
-
Database version. Value options can refer to the latest docs [CreateDBInstance](https://www.alibabacloud.com/help/en/doc-detail/61884.htm) `EngineVersion`.
|
|
1311
|
+
Database version. Value options can refer to the latest docs [CreateDBInstance](https://www.alibabacloud.com/help/en/doc-detail/61884.htm) `EngineVersion`.
|
|
1351
1312
|
"""
|
|
1352
1313
|
return pulumi.get(self, "engine_version")
|
|
1353
1314
|
|
|
@@ -1474,14 +1435,6 @@ class ShardingInstance(pulumi.CustomResource):
|
|
|
1474
1435
|
"""
|
|
1475
1436
|
return pulumi.get(self, "storage_engine")
|
|
1476
1437
|
|
|
1477
|
-
@property
|
|
1478
|
-
@pulumi.getter(name="storageType")
|
|
1479
|
-
def storage_type(self) -> pulumi.Output[str]:
|
|
1480
|
-
"""
|
|
1481
|
-
The storage type of the instance. Valid values: `cloud_essd1`, `cloud_essd2`, `cloud_essd3`, `local_ssd`.
|
|
1482
|
-
"""
|
|
1483
|
-
return pulumi.get(self, "storage_type")
|
|
1484
|
-
|
|
1485
1438
|
@property
|
|
1486
1439
|
@pulumi.getter
|
|
1487
1440
|
def tags(self) -> pulumi.Output[Optional[Mapping[str, Any]]]:
|
|
@@ -104,11 +104,13 @@ class AccessGroupArgs:
|
|
|
104
104
|
|
|
105
105
|
@property
|
|
106
106
|
@pulumi.getter
|
|
107
|
-
@_utilities.deprecated("""Field 'name' has been deprecated since provider version 1.218.0. New field 'access_group_name' instead.""")
|
|
108
107
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
109
108
|
"""
|
|
110
109
|
. Field 'name' has been deprecated from provider version 1.218.0. New field 'access_group_name' instead.
|
|
111
110
|
"""
|
|
111
|
+
warnings.warn("""Field 'name' has been deprecated since provider version 1.218.0. New field 'access_group_name' instead.""", DeprecationWarning)
|
|
112
|
+
pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated since provider version 1.218.0. New field 'access_group_name' instead.""")
|
|
113
|
+
|
|
112
114
|
return pulumi.get(self, "name")
|
|
113
115
|
|
|
114
116
|
@name.setter
|
|
@@ -117,11 +119,13 @@ class AccessGroupArgs:
|
|
|
117
119
|
|
|
118
120
|
@property
|
|
119
121
|
@pulumi.getter
|
|
120
|
-
@_utilities.deprecated("""Field 'type' has been deprecated since provider version 1.218.0. New field 'access_group_type' instead.""")
|
|
121
122
|
def type(self) -> Optional[pulumi.Input[str]]:
|
|
122
123
|
"""
|
|
123
124
|
. Field 'type' has been deprecated from provider version 1.218.0. New field 'access_group_type' instead.
|
|
124
125
|
"""
|
|
126
|
+
warnings.warn("""Field 'type' has been deprecated since provider version 1.218.0. New field 'access_group_type' instead.""", DeprecationWarning)
|
|
127
|
+
pulumi.log.warn("""type is deprecated: Field 'type' has been deprecated since provider version 1.218.0. New field 'access_group_type' instead.""")
|
|
128
|
+
|
|
125
129
|
return pulumi.get(self, "type")
|
|
126
130
|
|
|
127
131
|
@type.setter
|
|
@@ -238,11 +242,13 @@ class _AccessGroupState:
|
|
|
238
242
|
|
|
239
243
|
@property
|
|
240
244
|
@pulumi.getter
|
|
241
|
-
@_utilities.deprecated("""Field 'name' has been deprecated since provider version 1.218.0. New field 'access_group_name' instead.""")
|
|
242
245
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
243
246
|
"""
|
|
244
247
|
. Field 'name' has been deprecated from provider version 1.218.0. New field 'access_group_name' instead.
|
|
245
248
|
"""
|
|
249
|
+
warnings.warn("""Field 'name' has been deprecated since provider version 1.218.0. New field 'access_group_name' instead.""", DeprecationWarning)
|
|
250
|
+
pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated since provider version 1.218.0. New field 'access_group_name' instead.""")
|
|
251
|
+
|
|
246
252
|
return pulumi.get(self, "name")
|
|
247
253
|
|
|
248
254
|
@name.setter
|
|
@@ -251,11 +257,13 @@ class _AccessGroupState:
|
|
|
251
257
|
|
|
252
258
|
@property
|
|
253
259
|
@pulumi.getter
|
|
254
|
-
@_utilities.deprecated("""Field 'type' has been deprecated since provider version 1.218.0. New field 'access_group_type' instead.""")
|
|
255
260
|
def type(self) -> Optional[pulumi.Input[str]]:
|
|
256
261
|
"""
|
|
257
262
|
. Field 'type' has been deprecated from provider version 1.218.0. New field 'access_group_type' instead.
|
|
258
263
|
"""
|
|
264
|
+
warnings.warn("""Field 'type' has been deprecated since provider version 1.218.0. New field 'access_group_type' instead.""", DeprecationWarning)
|
|
265
|
+
pulumi.log.warn("""type is deprecated: Field 'type' has been deprecated since provider version 1.218.0. New field 'access_group_type' instead.""")
|
|
266
|
+
|
|
259
267
|
return pulumi.get(self, "type")
|
|
260
268
|
|
|
261
269
|
@type.setter
|
|
@@ -485,19 +493,23 @@ class AccessGroup(pulumi.CustomResource):
|
|
|
485
493
|
|
|
486
494
|
@property
|
|
487
495
|
@pulumi.getter
|
|
488
|
-
@_utilities.deprecated("""Field 'name' has been deprecated since provider version 1.218.0. New field 'access_group_name' instead.""")
|
|
489
496
|
def name(self) -> pulumi.Output[str]:
|
|
490
497
|
"""
|
|
491
498
|
. Field 'name' has been deprecated from provider version 1.218.0. New field 'access_group_name' instead.
|
|
492
499
|
"""
|
|
500
|
+
warnings.warn("""Field 'name' has been deprecated since provider version 1.218.0. New field 'access_group_name' instead.""", DeprecationWarning)
|
|
501
|
+
pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated since provider version 1.218.0. New field 'access_group_name' instead.""")
|
|
502
|
+
|
|
493
503
|
return pulumi.get(self, "name")
|
|
494
504
|
|
|
495
505
|
@property
|
|
496
506
|
@pulumi.getter
|
|
497
|
-
@_utilities.deprecated("""Field 'type' has been deprecated since provider version 1.218.0. New field 'access_group_type' instead.""")
|
|
498
507
|
def type(self) -> pulumi.Output[str]:
|
|
499
508
|
"""
|
|
500
509
|
. Field 'type' has been deprecated from provider version 1.218.0. New field 'access_group_type' instead.
|
|
501
510
|
"""
|
|
511
|
+
warnings.warn("""Field 'type' has been deprecated since provider version 1.218.0. New field 'access_group_type' instead.""", DeprecationWarning)
|
|
512
|
+
pulumi.log.warn("""type is deprecated: Field 'type' has been deprecated since provider version 1.218.0. New field 'access_group_type' instead.""")
|
|
513
|
+
|
|
502
514
|
return pulumi.get(self, "type")
|
|
503
515
|
|
|
@@ -133,11 +133,13 @@ class GetAccessGroupsResult:
|
|
|
133
133
|
|
|
134
134
|
@property
|
|
135
135
|
@pulumi.getter
|
|
136
|
-
@_utilities.deprecated("""Field 'type' has been deprecated from provider version 1.95.0. New field 'access_group_type' replaces it.""")
|
|
137
136
|
def type(self) -> Optional[str]:
|
|
138
137
|
"""
|
|
139
138
|
(Deprecated in v1.95.0+) AccessGroupType of the AccessGroup. The Field replace by `access_group_type` after version 1.95.0.
|
|
140
139
|
"""
|
|
140
|
+
warnings.warn("""Field 'type' has been deprecated from provider version 1.95.0. New field 'access_group_type' replaces it.""", DeprecationWarning)
|
|
141
|
+
pulumi.log.warn("""type is deprecated: Field 'type' has been deprecated from provider version 1.95.0. New field 'access_group_type' replaces it.""")
|
|
142
|
+
|
|
141
143
|
return pulumi.get(self, "type")
|
|
142
144
|
|
|
143
145
|
@property
|
|
@@ -91,11 +91,13 @@ class GetMountTargetsResult:
|
|
|
91
91
|
|
|
92
92
|
@property
|
|
93
93
|
@pulumi.getter(name="mountTargetDomain")
|
|
94
|
-
@_utilities.deprecated("""Field 'mount_target_domain' has been deprecated from provider version 1.53.0. New field 'ids' replaces it.""")
|
|
95
94
|
def mount_target_domain(self) -> Optional[str]:
|
|
96
95
|
"""
|
|
97
96
|
MountTargetDomain of the MountTarget.
|
|
98
97
|
"""
|
|
98
|
+
warnings.warn("""Field 'mount_target_domain' has been deprecated from provider version 1.53.0. New field 'ids' replaces it.""", DeprecationWarning)
|
|
99
|
+
pulumi.log.warn("""mount_target_domain is deprecated: Field 'mount_target_domain' has been deprecated from provider version 1.53.0. New field 'ids' replaces it.""")
|
|
100
|
+
|
|
99
101
|
return pulumi.get(self, "mount_target_domain")
|
|
100
102
|
|
|
101
103
|
@property
|
|
@@ -129,11 +131,13 @@ class GetMountTargetsResult:
|
|
|
129
131
|
|
|
130
132
|
@property
|
|
131
133
|
@pulumi.getter
|
|
132
|
-
@_utilities.deprecated("""Field 'type' has been deprecated from provider version 1.95.0. New field 'network_type' replaces it.""")
|
|
133
134
|
def type(self) -> Optional[str]:
|
|
134
135
|
"""
|
|
135
136
|
Field `type` has been deprecated from provider version 1.95.0. New field `network_type` replaces it.
|
|
136
137
|
"""
|
|
138
|
+
warnings.warn("""Field 'type' has been deprecated from provider version 1.95.0. New field 'network_type' replaces it.""", DeprecationWarning)
|
|
139
|
+
pulumi.log.warn("""type is deprecated: Field 'type' has been deprecated from provider version 1.95.0. New field 'network_type' replaces it.""")
|
|
140
|
+
|
|
137
141
|
return pulumi.get(self, "type")
|
|
138
142
|
|
|
139
143
|
@property
|
|
@@ -138,11 +138,13 @@ class ServerGroupArgs:
|
|
|
138
138
|
|
|
139
139
|
@property
|
|
140
140
|
@pulumi.getter(name="connectionDrain")
|
|
141
|
-
@_utilities.deprecated("""Field 'connection_drain' has been deprecated since provider version 1.214.0. New field 'connection_drain_enabled' instead.""")
|
|
142
141
|
def connection_drain(self) -> Optional[pulumi.Input[bool]]:
|
|
143
142
|
"""
|
|
144
143
|
. Field 'connection_drain' has been deprecated from provider version 1.214.0. New field 'connection_drain_enabled' instead.
|
|
145
144
|
"""
|
|
145
|
+
warnings.warn("""Field 'connection_drain' has been deprecated since provider version 1.214.0. New field 'connection_drain_enabled' instead.""", DeprecationWarning)
|
|
146
|
+
pulumi.log.warn("""connection_drain is deprecated: Field 'connection_drain' has been deprecated since provider version 1.214.0. New field 'connection_drain_enabled' instead.""")
|
|
147
|
+
|
|
146
148
|
return pulumi.get(self, "connection_drain")
|
|
147
149
|
|
|
148
150
|
@connection_drain.setter
|
|
@@ -370,11 +372,13 @@ class _ServerGroupState:
|
|
|
370
372
|
|
|
371
373
|
@property
|
|
372
374
|
@pulumi.getter(name="connectionDrain")
|
|
373
|
-
@_utilities.deprecated("""Field 'connection_drain' has been deprecated since provider version 1.214.0. New field 'connection_drain_enabled' instead.""")
|
|
374
375
|
def connection_drain(self) -> Optional[pulumi.Input[bool]]:
|
|
375
376
|
"""
|
|
376
377
|
. Field 'connection_drain' has been deprecated from provider version 1.214.0. New field 'connection_drain_enabled' instead.
|
|
377
378
|
"""
|
|
379
|
+
warnings.warn("""Field 'connection_drain' has been deprecated since provider version 1.214.0. New field 'connection_drain_enabled' instead.""", DeprecationWarning)
|
|
380
|
+
pulumi.log.warn("""connection_drain is deprecated: Field 'connection_drain' has been deprecated since provider version 1.214.0. New field 'connection_drain_enabled' instead.""")
|
|
381
|
+
|
|
378
382
|
return pulumi.get(self, "connection_drain")
|
|
379
383
|
|
|
380
384
|
@connection_drain.setter
|
|
@@ -864,11 +868,13 @@ class ServerGroup(pulumi.CustomResource):
|
|
|
864
868
|
|
|
865
869
|
@property
|
|
866
870
|
@pulumi.getter(name="connectionDrain")
|
|
867
|
-
@_utilities.deprecated("""Field 'connection_drain' has been deprecated since provider version 1.214.0. New field 'connection_drain_enabled' instead.""")
|
|
868
871
|
def connection_drain(self) -> pulumi.Output[bool]:
|
|
869
872
|
"""
|
|
870
873
|
. Field 'connection_drain' has been deprecated from provider version 1.214.0. New field 'connection_drain_enabled' instead.
|
|
871
874
|
"""
|
|
875
|
+
warnings.warn("""Field 'connection_drain' has been deprecated since provider version 1.214.0. New field 'connection_drain_enabled' instead.""", DeprecationWarning)
|
|
876
|
+
pulumi.log.warn("""connection_drain is deprecated: Field 'connection_drain' has been deprecated since provider version 1.214.0. New field 'connection_drain_enabled' instead.""")
|
|
877
|
+
|
|
872
878
|
return pulumi.get(self, "connection_drain")
|
|
873
879
|
|
|
874
880
|
@property
|
pulumi_alicloud/oss/bucket.py
CHANGED
|
@@ -115,11 +115,13 @@ class BucketArgs:
|
|
|
115
115
|
|
|
116
116
|
@property
|
|
117
117
|
@pulumi.getter
|
|
118
|
-
@_utilities.deprecated("""Field 'acl' has been deprecated since provider version 1.220.0. New resource 'alicloud_oss_bucket_acl' instead.""")
|
|
119
118
|
def acl(self) -> Optional[pulumi.Input[str]]:
|
|
120
119
|
"""
|
|
121
120
|
The [canned ACL](https://www.alibabacloud.com/help/doc-detail/31898.htm) to apply. Can be "private", "public-read" and "public-read-write". This property has been deprecated since 1.220.0, please use the resource `oss.BucketAcl` instead.
|
|
122
121
|
"""
|
|
122
|
+
warnings.warn("""Field 'acl' has been deprecated since provider version 1.220.0. New resource 'alicloud_oss_bucket_acl' instead.""", DeprecationWarning)
|
|
123
|
+
pulumi.log.warn("""acl is deprecated: Field 'acl' has been deprecated since provider version 1.220.0. New resource 'alicloud_oss_bucket_acl' instead.""")
|
|
124
|
+
|
|
123
125
|
return pulumi.get(self, "acl")
|
|
124
126
|
|
|
125
127
|
@acl.setter
|
|
@@ -197,11 +199,13 @@ class BucketArgs:
|
|
|
197
199
|
|
|
198
200
|
@property
|
|
199
201
|
@pulumi.getter(name="loggingIsenable")
|
|
200
|
-
@_utilities.deprecated("""Deprecated from 1.37.0. When `logging` is set, the bucket logging will be able.""")
|
|
201
202
|
def logging_isenable(self) -> Optional[pulumi.Input[bool]]:
|
|
202
203
|
"""
|
|
203
204
|
The flag of using logging enable container. Defaults true.
|
|
204
205
|
"""
|
|
206
|
+
warnings.warn("""Deprecated from 1.37.0. When `logging` is set, the bucket logging will be able.""", DeprecationWarning)
|
|
207
|
+
pulumi.log.warn("""logging_isenable is deprecated: Deprecated from 1.37.0. When `logging` is set, the bucket logging will be able.""")
|
|
208
|
+
|
|
205
209
|
return pulumi.get(self, "logging_isenable")
|
|
206
210
|
|
|
207
211
|
@logging_isenable.setter
|
|
@@ -451,11 +455,13 @@ class _BucketState:
|
|
|
451
455
|
|
|
452
456
|
@property
|
|
453
457
|
@pulumi.getter
|
|
454
|
-
@_utilities.deprecated("""Field 'acl' has been deprecated since provider version 1.220.0. New resource 'alicloud_oss_bucket_acl' instead.""")
|
|
455
458
|
def acl(self) -> Optional[pulumi.Input[str]]:
|
|
456
459
|
"""
|
|
457
460
|
The [canned ACL](https://www.alibabacloud.com/help/doc-detail/31898.htm) to apply. Can be "private", "public-read" and "public-read-write". This property has been deprecated since 1.220.0, please use the resource `oss.BucketAcl` instead.
|
|
458
461
|
"""
|
|
462
|
+
warnings.warn("""Field 'acl' has been deprecated since provider version 1.220.0. New resource 'alicloud_oss_bucket_acl' instead.""", DeprecationWarning)
|
|
463
|
+
pulumi.log.warn("""acl is deprecated: Field 'acl' has been deprecated since provider version 1.220.0. New resource 'alicloud_oss_bucket_acl' instead.""")
|
|
464
|
+
|
|
459
465
|
return pulumi.get(self, "acl")
|
|
460
466
|
|
|
461
467
|
@acl.setter
|
|
@@ -581,11 +587,13 @@ class _BucketState:
|
|
|
581
587
|
|
|
582
588
|
@property
|
|
583
589
|
@pulumi.getter(name="loggingIsenable")
|
|
584
|
-
@_utilities.deprecated("""Deprecated from 1.37.0. When `logging` is set, the bucket logging will be able.""")
|
|
585
590
|
def logging_isenable(self) -> Optional[pulumi.Input[bool]]:
|
|
586
591
|
"""
|
|
587
592
|
The flag of using logging enable container. Defaults true.
|
|
588
593
|
"""
|
|
594
|
+
warnings.warn("""Deprecated from 1.37.0. When `logging` is set, the bucket logging will be able.""", DeprecationWarning)
|
|
595
|
+
pulumi.log.warn("""logging_isenable is deprecated: Deprecated from 1.37.0. When `logging` is set, the bucket logging will be able.""")
|
|
596
|
+
|
|
589
597
|
return pulumi.get(self, "logging_isenable")
|
|
590
598
|
|
|
591
599
|
@logging_isenable.setter
|
|
@@ -1139,11 +1147,13 @@ class Bucket(pulumi.CustomResource):
|
|
|
1139
1147
|
|
|
1140
1148
|
@property
|
|
1141
1149
|
@pulumi.getter
|
|
1142
|
-
@_utilities.deprecated("""Field 'acl' has been deprecated since provider version 1.220.0. New resource 'alicloud_oss_bucket_acl' instead.""")
|
|
1143
1150
|
def acl(self) -> pulumi.Output[str]:
|
|
1144
1151
|
"""
|
|
1145
1152
|
The [canned ACL](https://www.alibabacloud.com/help/doc-detail/31898.htm) to apply. Can be "private", "public-read" and "public-read-write". This property has been deprecated since 1.220.0, please use the resource `oss.BucketAcl` instead.
|
|
1146
1153
|
"""
|
|
1154
|
+
warnings.warn("""Field 'acl' has been deprecated since provider version 1.220.0. New resource 'alicloud_oss_bucket_acl' instead.""", DeprecationWarning)
|
|
1155
|
+
pulumi.log.warn("""acl is deprecated: Field 'acl' has been deprecated since provider version 1.220.0. New resource 'alicloud_oss_bucket_acl' instead.""")
|
|
1156
|
+
|
|
1147
1157
|
return pulumi.get(self, "acl")
|
|
1148
1158
|
|
|
1149
1159
|
@property
|
|
@@ -1225,11 +1235,13 @@ class Bucket(pulumi.CustomResource):
|
|
|
1225
1235
|
|
|
1226
1236
|
@property
|
|
1227
1237
|
@pulumi.getter(name="loggingIsenable")
|
|
1228
|
-
@_utilities.deprecated("""Deprecated from 1.37.0. When `logging` is set, the bucket logging will be able.""")
|
|
1229
1238
|
def logging_isenable(self) -> pulumi.Output[Optional[bool]]:
|
|
1230
1239
|
"""
|
|
1231
1240
|
The flag of using logging enable container. Defaults true.
|
|
1232
1241
|
"""
|
|
1242
|
+
warnings.warn("""Deprecated from 1.37.0. When `logging` is set, the bucket logging will be able.""", DeprecationWarning)
|
|
1243
|
+
pulumi.log.warn("""logging_isenable is deprecated: Deprecated from 1.37.0. When `logging` is set, the bucket logging will be able.""")
|
|
1244
|
+
|
|
1233
1245
|
return pulumi.get(self, "logging_isenable")
|
|
1234
1246
|
|
|
1235
1247
|
@property
|
|
@@ -138,7 +138,7 @@ class BucketPolicy(pulumi.CustomResource):
|
|
|
138
138
|
}],
|
|
139
139
|
}),
|
|
140
140
|
bucket=create_bucket.bucket,
|
|
141
|
-
opts
|
|
141
|
+
opts=pulumi.ResourceOptions(depends_on=[create_bucket]))
|
|
142
142
|
```
|
|
143
143
|
|
|
144
144
|
## Import
|
|
@@ -201,7 +201,7 @@ class BucketPolicy(pulumi.CustomResource):
|
|
|
201
201
|
}],
|
|
202
202
|
}),
|
|
203
203
|
bucket=create_bucket.bucket,
|
|
204
|
-
opts
|
|
204
|
+
opts=pulumi.ResourceOptions(depends_on=[create_bucket]))
|
|
205
205
|
```
|
|
206
206
|
|
|
207
207
|
## Import
|
|
@@ -265,7 +265,7 @@ class BucketReferer(pulumi.CustomResource):
|
|
|
265
265
|
"*.aliyun.com",
|
|
266
266
|
"*.example.com",
|
|
267
267
|
],
|
|
268
|
-
opts
|
|
268
|
+
opts=pulumi.ResourceOptions(depends_on=[create_bucket]))
|
|
269
269
|
```
|
|
270
270
|
|
|
271
271
|
## Import
|
|
@@ -327,7 +327,7 @@ class BucketReferer(pulumi.CustomResource):
|
|
|
327
327
|
"*.aliyun.com",
|
|
328
328
|
"*.example.com",
|
|
329
329
|
],
|
|
330
|
-
opts
|
|
330
|
+
opts=pulumi.ResourceOptions(depends_on=[create_bucket]))
|
|
331
331
|
```
|
|
332
332
|
|
|
333
333
|
## Import
|
pulumi_alicloud/provider.py
CHANGED
|
@@ -248,8 +248,10 @@ class ProviderArgs:
|
|
|
248
248
|
|
|
249
249
|
@property
|
|
250
250
|
@pulumi.getter
|
|
251
|
-
@_utilities.deprecated("""Field 'fc' has been deprecated from provider version 1.28.0. New field 'fc' which in nested endpoints instead.""")
|
|
252
251
|
def fc(self) -> Optional[pulumi.Input[str]]:
|
|
252
|
+
warnings.warn("""Field 'fc' has been deprecated from provider version 1.28.0. New field 'fc' which in nested endpoints instead.""", DeprecationWarning)
|
|
253
|
+
pulumi.log.warn("""fc is deprecated: Field 'fc' has been deprecated from provider version 1.28.0. New field 'fc' which in nested endpoints instead.""")
|
|
254
|
+
|
|
253
255
|
return pulumi.get(self, "fc")
|
|
254
256
|
|
|
255
257
|
@fc.setter
|
|
@@ -258,8 +260,10 @@ class ProviderArgs:
|
|
|
258
260
|
|
|
259
261
|
@property
|
|
260
262
|
@pulumi.getter(name="logEndpoint")
|
|
261
|
-
@_utilities.deprecated("""Field 'log_endpoint' has been deprecated from provider version 1.28.0. New field 'log' which in nested endpoints instead.""")
|
|
262
263
|
def log_endpoint(self) -> Optional[pulumi.Input[str]]:
|
|
264
|
+
warnings.warn("""Field 'log_endpoint' has been deprecated from provider version 1.28.0. New field 'log' which in nested endpoints instead.""", DeprecationWarning)
|
|
265
|
+
pulumi.log.warn("""log_endpoint is deprecated: Field 'log_endpoint' has been deprecated from provider version 1.28.0. New field 'log' which in nested endpoints instead.""")
|
|
266
|
+
|
|
263
267
|
return pulumi.get(self, "log_endpoint")
|
|
264
268
|
|
|
265
269
|
@log_endpoint.setter
|
|
@@ -280,8 +284,10 @@ class ProviderArgs:
|
|
|
280
284
|
|
|
281
285
|
@property
|
|
282
286
|
@pulumi.getter(name="mnsEndpoint")
|
|
283
|
-
@_utilities.deprecated("""Field 'mns_endpoint' has been deprecated from provider version 1.28.0. New field 'mns' which in nested endpoints instead.""")
|
|
284
287
|
def mns_endpoint(self) -> Optional[pulumi.Input[str]]:
|
|
288
|
+
warnings.warn("""Field 'mns_endpoint' has been deprecated from provider version 1.28.0. New field 'mns' which in nested endpoints instead.""", DeprecationWarning)
|
|
289
|
+
pulumi.log.warn("""mns_endpoint is deprecated: Field 'mns_endpoint' has been deprecated from provider version 1.28.0. New field 'mns' which in nested endpoints instead.""")
|
|
290
|
+
|
|
285
291
|
return pulumi.get(self, "mns_endpoint")
|
|
286
292
|
|
|
287
293
|
@mns_endpoint.setter
|
|
@@ -290,8 +296,10 @@ class ProviderArgs:
|
|
|
290
296
|
|
|
291
297
|
@property
|
|
292
298
|
@pulumi.getter(name="otsInstanceName")
|
|
293
|
-
@_utilities.deprecated("""Field 'ots_instance_name' has been deprecated from provider version 1.10.0. New field 'instance_name' of resource 'alicloud_ots_table' instead.""")
|
|
294
299
|
def ots_instance_name(self) -> Optional[pulumi.Input[str]]:
|
|
300
|
+
warnings.warn("""Field 'ots_instance_name' has been deprecated from provider version 1.10.0. New field 'instance_name' of resource 'alicloud_ots_table' instead.""", DeprecationWarning)
|
|
301
|
+
pulumi.log.warn("""ots_instance_name is deprecated: Field 'ots_instance_name' has been deprecated from provider version 1.10.0. New field 'instance_name' of resource 'alicloud_ots_table' instead.""")
|
|
302
|
+
|
|
295
303
|
return pulumi.get(self, "ots_instance_name")
|
|
296
304
|
|
|
297
305
|
@ots_instance_name.setter
|
|
@@ -627,26 +635,34 @@ class Provider(pulumi.ProviderResource):
|
|
|
627
635
|
|
|
628
636
|
@property
|
|
629
637
|
@pulumi.getter
|
|
630
|
-
@_utilities.deprecated("""Field 'fc' has been deprecated from provider version 1.28.0. New field 'fc' which in nested endpoints instead.""")
|
|
631
638
|
def fc(self) -> pulumi.Output[Optional[str]]:
|
|
639
|
+
warnings.warn("""Field 'fc' has been deprecated from provider version 1.28.0. New field 'fc' which in nested endpoints instead.""", DeprecationWarning)
|
|
640
|
+
pulumi.log.warn("""fc is deprecated: Field 'fc' has been deprecated from provider version 1.28.0. New field 'fc' which in nested endpoints instead.""")
|
|
641
|
+
|
|
632
642
|
return pulumi.get(self, "fc")
|
|
633
643
|
|
|
634
644
|
@property
|
|
635
645
|
@pulumi.getter(name="logEndpoint")
|
|
636
|
-
@_utilities.deprecated("""Field 'log_endpoint' has been deprecated from provider version 1.28.0. New field 'log' which in nested endpoints instead.""")
|
|
637
646
|
def log_endpoint(self) -> pulumi.Output[Optional[str]]:
|
|
647
|
+
warnings.warn("""Field 'log_endpoint' has been deprecated from provider version 1.28.0. New field 'log' which in nested endpoints instead.""", DeprecationWarning)
|
|
648
|
+
pulumi.log.warn("""log_endpoint is deprecated: Field 'log_endpoint' has been deprecated from provider version 1.28.0. New field 'log' which in nested endpoints instead.""")
|
|
649
|
+
|
|
638
650
|
return pulumi.get(self, "log_endpoint")
|
|
639
651
|
|
|
640
652
|
@property
|
|
641
653
|
@pulumi.getter(name="mnsEndpoint")
|
|
642
|
-
@_utilities.deprecated("""Field 'mns_endpoint' has been deprecated from provider version 1.28.0. New field 'mns' which in nested endpoints instead.""")
|
|
643
654
|
def mns_endpoint(self) -> pulumi.Output[Optional[str]]:
|
|
655
|
+
warnings.warn("""Field 'mns_endpoint' has been deprecated from provider version 1.28.0. New field 'mns' which in nested endpoints instead.""", DeprecationWarning)
|
|
656
|
+
pulumi.log.warn("""mns_endpoint is deprecated: Field 'mns_endpoint' has been deprecated from provider version 1.28.0. New field 'mns' which in nested endpoints instead.""")
|
|
657
|
+
|
|
644
658
|
return pulumi.get(self, "mns_endpoint")
|
|
645
659
|
|
|
646
660
|
@property
|
|
647
661
|
@pulumi.getter(name="otsInstanceName")
|
|
648
|
-
@_utilities.deprecated("""Field 'ots_instance_name' has been deprecated from provider version 1.10.0. New field 'instance_name' of resource 'alicloud_ots_table' instead.""")
|
|
649
662
|
def ots_instance_name(self) -> pulumi.Output[Optional[str]]:
|
|
663
|
+
warnings.warn("""Field 'ots_instance_name' has been deprecated from provider version 1.10.0. New field 'instance_name' of resource 'alicloud_ots_table' instead.""", DeprecationWarning)
|
|
664
|
+
pulumi.log.warn("""ots_instance_name is deprecated: Field 'ots_instance_name' has been deprecated from provider version 1.10.0. New field 'instance_name' of resource 'alicloud_ots_table' instead.""")
|
|
665
|
+
|
|
650
666
|
return pulumi.get(self, "ots_instance_name")
|
|
651
667
|
|
|
652
668
|
@property
|