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
|
@@ -206,11 +206,13 @@ class BackupPolicyArgs:
|
|
|
206
206
|
|
|
207
207
|
@property
|
|
208
208
|
@pulumi.getter(name="backupPeriods")
|
|
209
|
-
@_utilities.deprecated("""Attribute 'backup_period' has been deprecated from version 1.69.0. Use `preferred_backup_period` instead""")
|
|
210
209
|
def backup_periods(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
211
210
|
"""
|
|
212
211
|
It has been deprecated from version 1.69.0, and use field 'preferred_backup_period' instead.
|
|
213
212
|
"""
|
|
213
|
+
warnings.warn("""Attribute 'backup_period' has been deprecated from version 1.69.0. Use `preferred_backup_period` instead""", DeprecationWarning)
|
|
214
|
+
pulumi.log.warn("""backup_periods is deprecated: Attribute 'backup_period' has been deprecated from version 1.69.0. Use `preferred_backup_period` instead""")
|
|
215
|
+
|
|
214
216
|
return pulumi.get(self, "backup_periods")
|
|
215
217
|
|
|
216
218
|
@backup_periods.setter
|
|
@@ -231,11 +233,13 @@ class BackupPolicyArgs:
|
|
|
231
233
|
|
|
232
234
|
@property
|
|
233
235
|
@pulumi.getter(name="backupTime")
|
|
234
|
-
@_utilities.deprecated("""Attribute 'backup_time' has been deprecated from version 1.69.0. Use `preferred_backup_time` instead""")
|
|
235
236
|
def backup_time(self) -> Optional[pulumi.Input[str]]:
|
|
236
237
|
"""
|
|
237
238
|
It has been deprecated from version 1.69.0, and use field 'preferred_backup_time' instead.
|
|
238
239
|
"""
|
|
240
|
+
warnings.warn("""Attribute 'backup_time' has been deprecated from version 1.69.0. Use `preferred_backup_time` instead""", DeprecationWarning)
|
|
241
|
+
pulumi.log.warn("""backup_time is deprecated: Attribute 'backup_time' has been deprecated from version 1.69.0. Use `preferred_backup_time` instead""")
|
|
242
|
+
|
|
239
243
|
return pulumi.get(self, "backup_time")
|
|
240
244
|
|
|
241
245
|
@backup_time.setter
|
|
@@ -317,11 +321,13 @@ class BackupPolicyArgs:
|
|
|
317
321
|
|
|
318
322
|
@property
|
|
319
323
|
@pulumi.getter(name="logBackup")
|
|
320
|
-
@_utilities.deprecated("""Attribute 'log_backup' has been deprecated from version 1.68.0. Use `enable_backup_log` instead""")
|
|
321
324
|
def log_backup(self) -> Optional[pulumi.Input[bool]]:
|
|
322
325
|
"""
|
|
323
326
|
It has been deprecated from version 1.68.0, and use field 'enable_backup_log' instead.
|
|
324
327
|
"""
|
|
328
|
+
warnings.warn("""Attribute 'log_backup' has been deprecated from version 1.68.0. Use `enable_backup_log` instead""", DeprecationWarning)
|
|
329
|
+
pulumi.log.warn("""log_backup is deprecated: Attribute 'log_backup' has been deprecated from version 1.68.0. Use `enable_backup_log` instead""")
|
|
330
|
+
|
|
325
331
|
return pulumi.get(self, "log_backup")
|
|
326
332
|
|
|
327
333
|
@log_backup.setter
|
|
@@ -354,11 +360,13 @@ class BackupPolicyArgs:
|
|
|
354
360
|
|
|
355
361
|
@property
|
|
356
362
|
@pulumi.getter(name="logRetentionPeriod")
|
|
357
|
-
@_utilities.deprecated("""Attribute 'log_retention_period' has been deprecated from version 1.69.0. Use `log_backup_retention_period` instead""")
|
|
358
363
|
def log_retention_period(self) -> Optional[pulumi.Input[int]]:
|
|
359
364
|
"""
|
|
360
365
|
It has been deprecated from version 1.69.0, and use field 'log_backup_retention_period' instead.
|
|
361
366
|
"""
|
|
367
|
+
warnings.warn("""Attribute 'log_retention_period' has been deprecated from version 1.69.0. Use `log_backup_retention_period` instead""", DeprecationWarning)
|
|
368
|
+
pulumi.log.warn("""log_retention_period is deprecated: Attribute 'log_retention_period' has been deprecated from version 1.69.0. Use `log_backup_retention_period` instead""")
|
|
369
|
+
|
|
362
370
|
return pulumi.get(self, "log_retention_period")
|
|
363
371
|
|
|
364
372
|
@log_retention_period.setter
|
|
@@ -406,11 +414,13 @@ class BackupPolicyArgs:
|
|
|
406
414
|
|
|
407
415
|
@property
|
|
408
416
|
@pulumi.getter(name="retentionPeriod")
|
|
409
|
-
@_utilities.deprecated("""Attribute 'retention_period' has been deprecated from version 1.69.0. Use `backup_retention_period` instead""")
|
|
410
417
|
def retention_period(self) -> Optional[pulumi.Input[int]]:
|
|
411
418
|
"""
|
|
412
419
|
It has been deprecated from version 1.69.0, and use field 'backup_retention_period' instead.
|
|
413
420
|
"""
|
|
421
|
+
warnings.warn("""Attribute 'retention_period' has been deprecated from version 1.69.0. Use `backup_retention_period` instead""", DeprecationWarning)
|
|
422
|
+
pulumi.log.warn("""retention_period is deprecated: Attribute 'retention_period' has been deprecated from version 1.69.0. Use `backup_retention_period` instead""")
|
|
423
|
+
|
|
414
424
|
return pulumi.get(self, "retention_period")
|
|
415
425
|
|
|
416
426
|
@retention_period.setter
|
|
@@ -602,11 +612,13 @@ class _BackupPolicyState:
|
|
|
602
612
|
|
|
603
613
|
@property
|
|
604
614
|
@pulumi.getter(name="backupPeriods")
|
|
605
|
-
@_utilities.deprecated("""Attribute 'backup_period' has been deprecated from version 1.69.0. Use `preferred_backup_period` instead""")
|
|
606
615
|
def backup_periods(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
607
616
|
"""
|
|
608
617
|
It has been deprecated from version 1.69.0, and use field 'preferred_backup_period' instead.
|
|
609
618
|
"""
|
|
619
|
+
warnings.warn("""Attribute 'backup_period' has been deprecated from version 1.69.0. Use `preferred_backup_period` instead""", DeprecationWarning)
|
|
620
|
+
pulumi.log.warn("""backup_periods is deprecated: Attribute 'backup_period' has been deprecated from version 1.69.0. Use `preferred_backup_period` instead""")
|
|
621
|
+
|
|
610
622
|
return pulumi.get(self, "backup_periods")
|
|
611
623
|
|
|
612
624
|
@backup_periods.setter
|
|
@@ -627,11 +639,13 @@ class _BackupPolicyState:
|
|
|
627
639
|
|
|
628
640
|
@property
|
|
629
641
|
@pulumi.getter(name="backupTime")
|
|
630
|
-
@_utilities.deprecated("""Attribute 'backup_time' has been deprecated from version 1.69.0. Use `preferred_backup_time` instead""")
|
|
631
642
|
def backup_time(self) -> Optional[pulumi.Input[str]]:
|
|
632
643
|
"""
|
|
633
644
|
It has been deprecated from version 1.69.0, and use field 'preferred_backup_time' instead.
|
|
634
645
|
"""
|
|
646
|
+
warnings.warn("""Attribute 'backup_time' has been deprecated from version 1.69.0. Use `preferred_backup_time` instead""", DeprecationWarning)
|
|
647
|
+
pulumi.log.warn("""backup_time is deprecated: Attribute 'backup_time' has been deprecated from version 1.69.0. Use `preferred_backup_time` instead""")
|
|
648
|
+
|
|
635
649
|
return pulumi.get(self, "backup_time")
|
|
636
650
|
|
|
637
651
|
@backup_time.setter
|
|
@@ -725,11 +739,13 @@ class _BackupPolicyState:
|
|
|
725
739
|
|
|
726
740
|
@property
|
|
727
741
|
@pulumi.getter(name="logBackup")
|
|
728
|
-
@_utilities.deprecated("""Attribute 'log_backup' has been deprecated from version 1.68.0. Use `enable_backup_log` instead""")
|
|
729
742
|
def log_backup(self) -> Optional[pulumi.Input[bool]]:
|
|
730
743
|
"""
|
|
731
744
|
It has been deprecated from version 1.68.0, and use field 'enable_backup_log' instead.
|
|
732
745
|
"""
|
|
746
|
+
warnings.warn("""Attribute 'log_backup' has been deprecated from version 1.68.0. Use `enable_backup_log` instead""", DeprecationWarning)
|
|
747
|
+
pulumi.log.warn("""log_backup is deprecated: Attribute 'log_backup' has been deprecated from version 1.68.0. Use `enable_backup_log` instead""")
|
|
748
|
+
|
|
733
749
|
return pulumi.get(self, "log_backup")
|
|
734
750
|
|
|
735
751
|
@log_backup.setter
|
|
@@ -762,11 +778,13 @@ class _BackupPolicyState:
|
|
|
762
778
|
|
|
763
779
|
@property
|
|
764
780
|
@pulumi.getter(name="logRetentionPeriod")
|
|
765
|
-
@_utilities.deprecated("""Attribute 'log_retention_period' has been deprecated from version 1.69.0. Use `log_backup_retention_period` instead""")
|
|
766
781
|
def log_retention_period(self) -> Optional[pulumi.Input[int]]:
|
|
767
782
|
"""
|
|
768
783
|
It has been deprecated from version 1.69.0, and use field 'log_backup_retention_period' instead.
|
|
769
784
|
"""
|
|
785
|
+
warnings.warn("""Attribute 'log_retention_period' has been deprecated from version 1.69.0. Use `log_backup_retention_period` instead""", DeprecationWarning)
|
|
786
|
+
pulumi.log.warn("""log_retention_period is deprecated: Attribute 'log_retention_period' has been deprecated from version 1.69.0. Use `log_backup_retention_period` instead""")
|
|
787
|
+
|
|
770
788
|
return pulumi.get(self, "log_retention_period")
|
|
771
789
|
|
|
772
790
|
@log_retention_period.setter
|
|
@@ -814,11 +832,13 @@ class _BackupPolicyState:
|
|
|
814
832
|
|
|
815
833
|
@property
|
|
816
834
|
@pulumi.getter(name="retentionPeriod")
|
|
817
|
-
@_utilities.deprecated("""Attribute 'retention_period' has been deprecated from version 1.69.0. Use `backup_retention_period` instead""")
|
|
818
835
|
def retention_period(self) -> Optional[pulumi.Input[int]]:
|
|
819
836
|
"""
|
|
820
837
|
It has been deprecated from version 1.69.0, and use field 'backup_retention_period' instead.
|
|
821
838
|
"""
|
|
839
|
+
warnings.warn("""Attribute 'retention_period' has been deprecated from version 1.69.0. Use `backup_retention_period` instead""", DeprecationWarning)
|
|
840
|
+
pulumi.log.warn("""retention_period is deprecated: Attribute 'retention_period' has been deprecated from version 1.69.0. Use `backup_retention_period` instead""")
|
|
841
|
+
|
|
822
842
|
return pulumi.get(self, "retention_period")
|
|
823
843
|
|
|
824
844
|
@retention_period.setter
|
|
@@ -1207,11 +1227,13 @@ class BackupPolicy(pulumi.CustomResource):
|
|
|
1207
1227
|
|
|
1208
1228
|
@property
|
|
1209
1229
|
@pulumi.getter(name="backupPeriods")
|
|
1210
|
-
@_utilities.deprecated("""Attribute 'backup_period' has been deprecated from version 1.69.0. Use `preferred_backup_period` instead""")
|
|
1211
1230
|
def backup_periods(self) -> pulumi.Output[Sequence[str]]:
|
|
1212
1231
|
"""
|
|
1213
1232
|
It has been deprecated from version 1.69.0, and use field 'preferred_backup_period' instead.
|
|
1214
1233
|
"""
|
|
1234
|
+
warnings.warn("""Attribute 'backup_period' has been deprecated from version 1.69.0. Use `preferred_backup_period` instead""", DeprecationWarning)
|
|
1235
|
+
pulumi.log.warn("""backup_periods is deprecated: Attribute 'backup_period' has been deprecated from version 1.69.0. Use `preferred_backup_period` instead""")
|
|
1236
|
+
|
|
1215
1237
|
return pulumi.get(self, "backup_periods")
|
|
1216
1238
|
|
|
1217
1239
|
@property
|
|
@@ -1224,11 +1246,13 @@ class BackupPolicy(pulumi.CustomResource):
|
|
|
1224
1246
|
|
|
1225
1247
|
@property
|
|
1226
1248
|
@pulumi.getter(name="backupTime")
|
|
1227
|
-
@_utilities.deprecated("""Attribute 'backup_time' has been deprecated from version 1.69.0. Use `preferred_backup_time` instead""")
|
|
1228
1249
|
def backup_time(self) -> pulumi.Output[str]:
|
|
1229
1250
|
"""
|
|
1230
1251
|
It has been deprecated from version 1.69.0, and use field 'preferred_backup_time' instead.
|
|
1231
1252
|
"""
|
|
1253
|
+
warnings.warn("""Attribute 'backup_time' has been deprecated from version 1.69.0. Use `preferred_backup_time` instead""", DeprecationWarning)
|
|
1254
|
+
pulumi.log.warn("""backup_time is deprecated: Attribute 'backup_time' has been deprecated from version 1.69.0. Use `preferred_backup_time` instead""")
|
|
1255
|
+
|
|
1232
1256
|
return pulumi.get(self, "backup_time")
|
|
1233
1257
|
|
|
1234
1258
|
@property
|
|
@@ -1290,11 +1314,13 @@ class BackupPolicy(pulumi.CustomResource):
|
|
|
1290
1314
|
|
|
1291
1315
|
@property
|
|
1292
1316
|
@pulumi.getter(name="logBackup")
|
|
1293
|
-
@_utilities.deprecated("""Attribute 'log_backup' has been deprecated from version 1.68.0. Use `enable_backup_log` instead""")
|
|
1294
1317
|
def log_backup(self) -> pulumi.Output[bool]:
|
|
1295
1318
|
"""
|
|
1296
1319
|
It has been deprecated from version 1.68.0, and use field 'enable_backup_log' instead.
|
|
1297
1320
|
"""
|
|
1321
|
+
warnings.warn("""Attribute 'log_backup' has been deprecated from version 1.68.0. Use `enable_backup_log` instead""", DeprecationWarning)
|
|
1322
|
+
pulumi.log.warn("""log_backup is deprecated: Attribute 'log_backup' has been deprecated from version 1.68.0. Use `enable_backup_log` instead""")
|
|
1323
|
+
|
|
1298
1324
|
return pulumi.get(self, "log_backup")
|
|
1299
1325
|
|
|
1300
1326
|
@property
|
|
@@ -1315,11 +1341,13 @@ class BackupPolicy(pulumi.CustomResource):
|
|
|
1315
1341
|
|
|
1316
1342
|
@property
|
|
1317
1343
|
@pulumi.getter(name="logRetentionPeriod")
|
|
1318
|
-
@_utilities.deprecated("""Attribute 'log_retention_period' has been deprecated from version 1.69.0. Use `log_backup_retention_period` instead""")
|
|
1319
1344
|
def log_retention_period(self) -> pulumi.Output[int]:
|
|
1320
1345
|
"""
|
|
1321
1346
|
It has been deprecated from version 1.69.0, and use field 'log_backup_retention_period' instead.
|
|
1322
1347
|
"""
|
|
1348
|
+
warnings.warn("""Attribute 'log_retention_period' has been deprecated from version 1.69.0. Use `log_backup_retention_period` instead""", DeprecationWarning)
|
|
1349
|
+
pulumi.log.warn("""log_retention_period is deprecated: Attribute 'log_retention_period' has been deprecated from version 1.69.0. Use `log_backup_retention_period` instead""")
|
|
1350
|
+
|
|
1323
1351
|
return pulumi.get(self, "log_retention_period")
|
|
1324
1352
|
|
|
1325
1353
|
@property
|
|
@@ -1351,10 +1379,12 @@ class BackupPolicy(pulumi.CustomResource):
|
|
|
1351
1379
|
|
|
1352
1380
|
@property
|
|
1353
1381
|
@pulumi.getter(name="retentionPeriod")
|
|
1354
|
-
@_utilities.deprecated("""Attribute 'retention_period' has been deprecated from version 1.69.0. Use `backup_retention_period` instead""")
|
|
1355
1382
|
def retention_period(self) -> pulumi.Output[int]:
|
|
1356
1383
|
"""
|
|
1357
1384
|
It has been deprecated from version 1.69.0, and use field 'backup_retention_period' instead.
|
|
1358
1385
|
"""
|
|
1386
|
+
warnings.warn("""Attribute 'retention_period' has been deprecated from version 1.69.0. Use `backup_retention_period` instead""", DeprecationWarning)
|
|
1387
|
+
pulumi.log.warn("""retention_period is deprecated: Attribute 'retention_period' has been deprecated from version 1.69.0. Use `backup_retention_period` instead""")
|
|
1388
|
+
|
|
1359
1389
|
return pulumi.get(self, "retention_period")
|
|
1360
1390
|
|
pulumi_alicloud/rds/get_zones.py
CHANGED
|
@@ -100,8 +100,10 @@ class GetZonesResult:
|
|
|
100
100
|
|
|
101
101
|
@property
|
|
102
102
|
@pulumi.getter
|
|
103
|
-
@_utilities.deprecated("""It has been deprecated from version 1.137.0 and using `multi_zone` instead.""")
|
|
104
103
|
def multi(self) -> Optional[bool]:
|
|
104
|
+
warnings.warn("""It has been deprecated from version 1.137.0 and using `multi_zone` instead.""", DeprecationWarning)
|
|
105
|
+
pulumi.log.warn("""multi is deprecated: It has been deprecated from version 1.137.0 and using `multi_zone` instead.""")
|
|
106
|
+
|
|
105
107
|
return pulumi.get(self, "multi")
|
|
106
108
|
|
|
107
109
|
@property
|
pulumi_alicloud/rds/instance.py
CHANGED
|
@@ -239,9 +239,6 @@ class InstanceArgs:
|
|
|
239
239
|
- verify-full (supported only when the instance runs PostgreSQL 12 or later)
|
|
240
240
|
:param pulumi.Input[str] resource_group_id: The ID of resource group which the DB instance belongs.
|
|
241
241
|
:param pulumi.Input[str] role_arn: The Alibaba Cloud Resource Name (ARN) of the RAM role.
|
|
242
|
-
|
|
243
|
-
> **NOTE:** This parameter is not required when you create an instance that runs MySQL, PostgreSQL, or SQL Server. You need to only specify the RoleARN parameter to create an instance that has cloud disk encryption enabled by using the obtained key ID.
|
|
244
|
-
You can configure RAM authorization to require a RAM user to enable cloud disk encryption when the RAM user is used to create an instance. If cloud disk encryption is disabled during the instance creation, the creation operation fails. To complete the configuration, you can attach the following policy to the RAM user: {"Version":"1","Statement":[{"Effect":"Deny","Action":"rds:CreateDBInstance","Resource":"*","Condition":{"StringEquals":{"rds:DiskEncryptionRequired":"false"}}}]}
|
|
245
242
|
:param pulumi.Input[str] security_group_id: It has been deprecated from 1.69.0 and use `security_group_ids` instead.
|
|
246
243
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] security_group_ids: , Available since 1.69.0) The list IDs to join ECS Security Group. At most supports three security groups.
|
|
247
244
|
:param pulumi.Input[str] security_ip_mode: Valid values are `normal`, `safety`, Default to `normal`. support `safety` switch to high security access mode.
|
|
@@ -1124,9 +1121,6 @@ class InstanceArgs:
|
|
|
1124
1121
|
def role_arn(self) -> Optional[pulumi.Input[str]]:
|
|
1125
1122
|
"""
|
|
1126
1123
|
The Alibaba Cloud Resource Name (ARN) of the RAM role.
|
|
1127
|
-
|
|
1128
|
-
> **NOTE:** This parameter is not required when you create an instance that runs MySQL, PostgreSQL, or SQL Server. You need to only specify the RoleARN parameter to create an instance that has cloud disk encryption enabled by using the obtained key ID.
|
|
1129
|
-
You can configure RAM authorization to require a RAM user to enable cloud disk encryption when the RAM user is used to create an instance. If cloud disk encryption is disabled during the instance creation, the creation operation fails. To complete the configuration, you can attach the following policy to the RAM user: {"Version":"1","Statement":[{"Effect":"Deny","Action":"rds:CreateDBInstance","Resource":"*","Condition":{"StringEquals":{"rds:DiskEncryptionRequired":"false"}}}]}
|
|
1130
1124
|
"""
|
|
1131
1125
|
return pulumi.get(self, "role_arn")
|
|
1132
1126
|
|
|
@@ -1136,11 +1130,13 @@ class InstanceArgs:
|
|
|
1136
1130
|
|
|
1137
1131
|
@property
|
|
1138
1132
|
@pulumi.getter(name="securityGroupId")
|
|
1139
|
-
@_utilities.deprecated("""Attribute `security_group_id` has been deprecated from 1.69.0 and use `security_group_ids` instead.""")
|
|
1140
1133
|
def security_group_id(self) -> Optional[pulumi.Input[str]]:
|
|
1141
1134
|
"""
|
|
1142
1135
|
It has been deprecated from 1.69.0 and use `security_group_ids` instead.
|
|
1143
1136
|
"""
|
|
1137
|
+
warnings.warn("""Attribute `security_group_id` has been deprecated from 1.69.0 and use `security_group_ids` instead.""", DeprecationWarning)
|
|
1138
|
+
pulumi.log.warn("""security_group_id is deprecated: Attribute `security_group_id` has been deprecated from 1.69.0 and use `security_group_ids` instead.""")
|
|
1139
|
+
|
|
1144
1140
|
return pulumi.get(self, "security_group_id")
|
|
1145
1141
|
|
|
1146
1142
|
@security_group_id.setter
|
|
@@ -1408,13 +1404,15 @@ class InstanceArgs:
|
|
|
1408
1404
|
|
|
1409
1405
|
@property
|
|
1410
1406
|
@pulumi.getter(name="upgradeDbInstanceKernelVersion")
|
|
1411
|
-
@_utilities.deprecated("""Attribute `upgrade_db_instance_kernel_version` has been deprecated from 1.198.0 and use `target_minor_version` instead.""")
|
|
1412
1407
|
def upgrade_db_instance_kernel_version(self) -> Optional[pulumi.Input[bool]]:
|
|
1413
1408
|
"""
|
|
1414
1409
|
Whether to upgrade a minor version of the kernel. Valid values:
|
|
1415
1410
|
- true: upgrade
|
|
1416
1411
|
- false: not to upgrade
|
|
1417
1412
|
"""
|
|
1413
|
+
warnings.warn("""Attribute `upgrade_db_instance_kernel_version` has been deprecated from 1.198.0 and use `target_minor_version` instead.""", DeprecationWarning)
|
|
1414
|
+
pulumi.log.warn("""upgrade_db_instance_kernel_version is deprecated: Attribute `upgrade_db_instance_kernel_version` has been deprecated from 1.198.0 and use `target_minor_version` instead.""")
|
|
1415
|
+
|
|
1418
1416
|
return pulumi.get(self, "upgrade_db_instance_kernel_version")
|
|
1419
1417
|
|
|
1420
1418
|
@upgrade_db_instance_kernel_version.setter
|
|
@@ -1741,9 +1739,6 @@ class _InstanceState:
|
|
|
1741
1739
|
- verify-full (supported only when the instance runs PostgreSQL 12 or later)
|
|
1742
1740
|
:param pulumi.Input[str] resource_group_id: The ID of resource group which the DB instance belongs.
|
|
1743
1741
|
:param pulumi.Input[str] role_arn: The Alibaba Cloud Resource Name (ARN) of the RAM role.
|
|
1744
|
-
|
|
1745
|
-
> **NOTE:** This parameter is not required when you create an instance that runs MySQL, PostgreSQL, or SQL Server. You need to only specify the RoleARN parameter to create an instance that has cloud disk encryption enabled by using the obtained key ID.
|
|
1746
|
-
You can configure RAM authorization to require a RAM user to enable cloud disk encryption when the RAM user is used to create an instance. If cloud disk encryption is disabled during the instance creation, the creation operation fails. To complete the configuration, you can attach the following policy to the RAM user: {"Version":"1","Statement":[{"Effect":"Deny","Action":"rds:CreateDBInstance","Resource":"*","Condition":{"StringEquals":{"rds:DiskEncryptionRequired":"false"}}}]}
|
|
1747
1742
|
:param pulumi.Input[str] security_group_id: It has been deprecated from 1.69.0 and use `security_group_ids` instead.
|
|
1748
1743
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] security_group_ids: , Available since 1.69.0) The list IDs to join ECS Security Group. At most supports three security groups.
|
|
1749
1744
|
:param pulumi.Input[str] security_ip_mode: Valid values are `normal`, `safety`, Default to `normal`. support `safety` switch to high security access mode.
|
|
@@ -2678,9 +2673,6 @@ class _InstanceState:
|
|
|
2678
2673
|
def role_arn(self) -> Optional[pulumi.Input[str]]:
|
|
2679
2674
|
"""
|
|
2680
2675
|
The Alibaba Cloud Resource Name (ARN) of the RAM role.
|
|
2681
|
-
|
|
2682
|
-
> **NOTE:** This parameter is not required when you create an instance that runs MySQL, PostgreSQL, or SQL Server. You need to only specify the RoleARN parameter to create an instance that has cloud disk encryption enabled by using the obtained key ID.
|
|
2683
|
-
You can configure RAM authorization to require a RAM user to enable cloud disk encryption when the RAM user is used to create an instance. If cloud disk encryption is disabled during the instance creation, the creation operation fails. To complete the configuration, you can attach the following policy to the RAM user: {"Version":"1","Statement":[{"Effect":"Deny","Action":"rds:CreateDBInstance","Resource":"*","Condition":{"StringEquals":{"rds:DiskEncryptionRequired":"false"}}}]}
|
|
2684
2676
|
"""
|
|
2685
2677
|
return pulumi.get(self, "role_arn")
|
|
2686
2678
|
|
|
@@ -2690,11 +2682,13 @@ class _InstanceState:
|
|
|
2690
2682
|
|
|
2691
2683
|
@property
|
|
2692
2684
|
@pulumi.getter(name="securityGroupId")
|
|
2693
|
-
@_utilities.deprecated("""Attribute `security_group_id` has been deprecated from 1.69.0 and use `security_group_ids` instead.""")
|
|
2694
2685
|
def security_group_id(self) -> Optional[pulumi.Input[str]]:
|
|
2695
2686
|
"""
|
|
2696
2687
|
It has been deprecated from 1.69.0 and use `security_group_ids` instead.
|
|
2697
2688
|
"""
|
|
2689
|
+
warnings.warn("""Attribute `security_group_id` has been deprecated from 1.69.0 and use `security_group_ids` instead.""", DeprecationWarning)
|
|
2690
|
+
pulumi.log.warn("""security_group_id is deprecated: Attribute `security_group_id` has been deprecated from 1.69.0 and use `security_group_ids` instead.""")
|
|
2691
|
+
|
|
2698
2692
|
return pulumi.get(self, "security_group_id")
|
|
2699
2693
|
|
|
2700
2694
|
@security_group_id.setter
|
|
@@ -2986,13 +2980,15 @@ class _InstanceState:
|
|
|
2986
2980
|
|
|
2987
2981
|
@property
|
|
2988
2982
|
@pulumi.getter(name="upgradeDbInstanceKernelVersion")
|
|
2989
|
-
@_utilities.deprecated("""Attribute `upgrade_db_instance_kernel_version` has been deprecated from 1.198.0 and use `target_minor_version` instead.""")
|
|
2990
2983
|
def upgrade_db_instance_kernel_version(self) -> Optional[pulumi.Input[bool]]:
|
|
2991
2984
|
"""
|
|
2992
2985
|
Whether to upgrade a minor version of the kernel. Valid values:
|
|
2993
2986
|
- true: upgrade
|
|
2994
2987
|
- false: not to upgrade
|
|
2995
2988
|
"""
|
|
2989
|
+
warnings.warn("""Attribute `upgrade_db_instance_kernel_version` has been deprecated from 1.198.0 and use `target_minor_version` instead.""", DeprecationWarning)
|
|
2990
|
+
pulumi.log.warn("""upgrade_db_instance_kernel_version is deprecated: Attribute `upgrade_db_instance_kernel_version` has been deprecated from 1.198.0 and use `target_minor_version` instead.""")
|
|
2991
|
+
|
|
2996
2992
|
return pulumi.get(self, "upgrade_db_instance_kernel_version")
|
|
2997
2993
|
|
|
2998
2994
|
@upgrade_db_instance_kernel_version.setter
|
|
@@ -3323,9 +3319,6 @@ class Instance(pulumi.CustomResource):
|
|
|
3323
3319
|
- verify-full (supported only when the instance runs PostgreSQL 12 or later)
|
|
3324
3320
|
:param pulumi.Input[str] resource_group_id: The ID of resource group which the DB instance belongs.
|
|
3325
3321
|
:param pulumi.Input[str] role_arn: The Alibaba Cloud Resource Name (ARN) of the RAM role.
|
|
3326
|
-
|
|
3327
|
-
> **NOTE:** This parameter is not required when you create an instance that runs MySQL, PostgreSQL, or SQL Server. You need to only specify the RoleARN parameter to create an instance that has cloud disk encryption enabled by using the obtained key ID.
|
|
3328
|
-
You can configure RAM authorization to require a RAM user to enable cloud disk encryption when the RAM user is used to create an instance. If cloud disk encryption is disabled during the instance creation, the creation operation fails. To complete the configuration, you can attach the following policy to the RAM user: {"Version":"1","Statement":[{"Effect":"Deny","Action":"rds:CreateDBInstance","Resource":"*","Condition":{"StringEquals":{"rds:DiskEncryptionRequired":"false"}}}]}
|
|
3329
3322
|
:param pulumi.Input[str] security_group_id: It has been deprecated from 1.69.0 and use `security_group_ids` instead.
|
|
3330
3323
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] security_group_ids: , Available since 1.69.0) The list IDs to join ECS Security Group. At most supports three security groups.
|
|
3331
3324
|
:param pulumi.Input[str] security_ip_mode: Valid values are `normal`, `safety`, Default to `normal`. support `safety` switch to high security access mode.
|
|
@@ -3846,9 +3839,6 @@ class Instance(pulumi.CustomResource):
|
|
|
3846
3839
|
- verify-full (supported only when the instance runs PostgreSQL 12 or later)
|
|
3847
3840
|
:param pulumi.Input[str] resource_group_id: The ID of resource group which the DB instance belongs.
|
|
3848
3841
|
:param pulumi.Input[str] role_arn: The Alibaba Cloud Resource Name (ARN) of the RAM role.
|
|
3849
|
-
|
|
3850
|
-
> **NOTE:** This parameter is not required when you create an instance that runs MySQL, PostgreSQL, or SQL Server. You need to only specify the RoleARN parameter to create an instance that has cloud disk encryption enabled by using the obtained key ID.
|
|
3851
|
-
You can configure RAM authorization to require a RAM user to enable cloud disk encryption when the RAM user is used to create an instance. If cloud disk encryption is disabled during the instance creation, the creation operation fails. To complete the configuration, you can attach the following policy to the RAM user: {"Version":"1","Statement":[{"Effect":"Deny","Action":"rds:CreateDBInstance","Resource":"*","Condition":{"StringEquals":{"rds:DiskEncryptionRequired":"false"}}}]}
|
|
3852
3842
|
:param pulumi.Input[str] security_group_id: It has been deprecated from 1.69.0 and use `security_group_ids` instead.
|
|
3853
3843
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] security_group_ids: , Available since 1.69.0) The list IDs to join ECS Security Group. At most supports three security groups.
|
|
3854
3844
|
:param pulumi.Input[str] security_ip_mode: Valid values are `normal`, `safety`, Default to `normal`. support `safety` switch to high security access mode.
|
|
@@ -4507,19 +4497,18 @@ class Instance(pulumi.CustomResource):
|
|
|
4507
4497
|
def role_arn(self) -> pulumi.Output[str]:
|
|
4508
4498
|
"""
|
|
4509
4499
|
The Alibaba Cloud Resource Name (ARN) of the RAM role.
|
|
4510
|
-
|
|
4511
|
-
> **NOTE:** This parameter is not required when you create an instance that runs MySQL, PostgreSQL, or SQL Server. You need to only specify the RoleARN parameter to create an instance that has cloud disk encryption enabled by using the obtained key ID.
|
|
4512
|
-
You can configure RAM authorization to require a RAM user to enable cloud disk encryption when the RAM user is used to create an instance. If cloud disk encryption is disabled during the instance creation, the creation operation fails. To complete the configuration, you can attach the following policy to the RAM user: {"Version":"1","Statement":[{"Effect":"Deny","Action":"rds:CreateDBInstance","Resource":"*","Condition":{"StringEquals":{"rds:DiskEncryptionRequired":"false"}}}]}
|
|
4513
4500
|
"""
|
|
4514
4501
|
return pulumi.get(self, "role_arn")
|
|
4515
4502
|
|
|
4516
4503
|
@property
|
|
4517
4504
|
@pulumi.getter(name="securityGroupId")
|
|
4518
|
-
@_utilities.deprecated("""Attribute `security_group_id` has been deprecated from 1.69.0 and use `security_group_ids` instead.""")
|
|
4519
4505
|
def security_group_id(self) -> pulumi.Output[str]:
|
|
4520
4506
|
"""
|
|
4521
4507
|
It has been deprecated from 1.69.0 and use `security_group_ids` instead.
|
|
4522
4508
|
"""
|
|
4509
|
+
warnings.warn("""Attribute `security_group_id` has been deprecated from 1.69.0 and use `security_group_ids` instead.""", DeprecationWarning)
|
|
4510
|
+
pulumi.log.warn("""security_group_id is deprecated: Attribute `security_group_id` has been deprecated from 1.69.0 and use `security_group_ids` instead.""")
|
|
4511
|
+
|
|
4523
4512
|
return pulumi.get(self, "security_group_id")
|
|
4524
4513
|
|
|
4525
4514
|
@property
|
|
@@ -4723,13 +4712,15 @@ class Instance(pulumi.CustomResource):
|
|
|
4723
4712
|
|
|
4724
4713
|
@property
|
|
4725
4714
|
@pulumi.getter(name="upgradeDbInstanceKernelVersion")
|
|
4726
|
-
@_utilities.deprecated("""Attribute `upgrade_db_instance_kernel_version` has been deprecated from 1.198.0 and use `target_minor_version` instead.""")
|
|
4727
4715
|
def upgrade_db_instance_kernel_version(self) -> pulumi.Output[Optional[bool]]:
|
|
4728
4716
|
"""
|
|
4729
4717
|
Whether to upgrade a minor version of the kernel. Valid values:
|
|
4730
4718
|
- true: upgrade
|
|
4731
4719
|
- false: not to upgrade
|
|
4732
4720
|
"""
|
|
4721
|
+
warnings.warn("""Attribute `upgrade_db_instance_kernel_version` has been deprecated from 1.198.0 and use `target_minor_version` instead.""", DeprecationWarning)
|
|
4722
|
+
pulumi.log.warn("""upgrade_db_instance_kernel_version is deprecated: Attribute `upgrade_db_instance_kernel_version` has been deprecated from 1.198.0 and use `target_minor_version` instead.""")
|
|
4723
|
+
|
|
4733
4724
|
return pulumi.get(self, "upgrade_db_instance_kernel_version")
|
|
4734
4725
|
|
|
4735
4726
|
@property
|
|
@@ -153,11 +153,13 @@ class RdsAccountArgs:
|
|
|
153
153
|
|
|
154
154
|
@property
|
|
155
155
|
@pulumi.getter
|
|
156
|
-
@_utilities.deprecated("""Field 'description' has been deprecated from provider version 1.120.0. New field 'account_description' instead.""")
|
|
157
156
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
158
157
|
"""
|
|
159
158
|
The attribute has been deprecated from 1.120.0 and using `account_description` instead.
|
|
160
159
|
"""
|
|
160
|
+
warnings.warn("""Field 'description' has been deprecated from provider version 1.120.0. New field 'account_description' instead.""", DeprecationWarning)
|
|
161
|
+
pulumi.log.warn("""description is deprecated: Field 'description' has been deprecated from provider version 1.120.0. New field 'account_description' instead.""")
|
|
162
|
+
|
|
161
163
|
return pulumi.get(self, "description")
|
|
162
164
|
|
|
163
165
|
@description.setter
|
|
@@ -166,11 +168,13 @@ class RdsAccountArgs:
|
|
|
166
168
|
|
|
167
169
|
@property
|
|
168
170
|
@pulumi.getter(name="instanceId")
|
|
169
|
-
@_utilities.deprecated("""Field 'instance_id' has been deprecated from provider version 1.120.0. New field 'db_instance_id' instead.""")
|
|
170
171
|
def instance_id(self) -> Optional[pulumi.Input[str]]:
|
|
171
172
|
"""
|
|
172
173
|
The attribute has been deprecated from 1.120.0 and using `db_instance_id` instead.
|
|
173
174
|
"""
|
|
175
|
+
warnings.warn("""Field 'instance_id' has been deprecated from provider version 1.120.0. New field 'db_instance_id' instead.""", DeprecationWarning)
|
|
176
|
+
pulumi.log.warn("""instance_id is deprecated: Field 'instance_id' has been deprecated from provider version 1.120.0. New field 'db_instance_id' instead.""")
|
|
177
|
+
|
|
174
178
|
return pulumi.get(self, "instance_id")
|
|
175
179
|
|
|
176
180
|
@instance_id.setter
|
|
@@ -203,11 +207,13 @@ class RdsAccountArgs:
|
|
|
203
207
|
|
|
204
208
|
@property
|
|
205
209
|
@pulumi.getter
|
|
206
|
-
@_utilities.deprecated("""Field 'name' has been deprecated from provider version 1.120.0. New field 'account_name' instead.""")
|
|
207
210
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
208
211
|
"""
|
|
209
212
|
The attribute has been deprecated from 1.120.0 and using `account_name` instead.
|
|
210
213
|
"""
|
|
214
|
+
warnings.warn("""Field 'name' has been deprecated from provider version 1.120.0. New field 'account_name' instead.""", DeprecationWarning)
|
|
215
|
+
pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated from provider version 1.120.0. New field 'account_name' instead.""")
|
|
216
|
+
|
|
211
217
|
return pulumi.get(self, "name")
|
|
212
218
|
|
|
213
219
|
@name.setter
|
|
@@ -216,11 +222,13 @@ class RdsAccountArgs:
|
|
|
216
222
|
|
|
217
223
|
@property
|
|
218
224
|
@pulumi.getter
|
|
219
|
-
@_utilities.deprecated("""Field 'password' has been deprecated from provider version 1.120.0. New field 'account_password' instead.""")
|
|
220
225
|
def password(self) -> Optional[pulumi.Input[str]]:
|
|
221
226
|
"""
|
|
222
227
|
The attribute has been deprecated from 1.120.0 and using `account_password` instead.
|
|
223
228
|
"""
|
|
229
|
+
warnings.warn("""Field 'password' has been deprecated from provider version 1.120.0. New field 'account_password' instead.""", DeprecationWarning)
|
|
230
|
+
pulumi.log.warn("""password is deprecated: Field 'password' has been deprecated from provider version 1.120.0. New field 'account_password' instead.""")
|
|
231
|
+
|
|
224
232
|
return pulumi.get(self, "password")
|
|
225
233
|
|
|
226
234
|
@password.setter
|
|
@@ -241,13 +249,15 @@ class RdsAccountArgs:
|
|
|
241
249
|
|
|
242
250
|
@property
|
|
243
251
|
@pulumi.getter
|
|
244
|
-
@_utilities.deprecated("""Field 'type' has been deprecated from provider version 1.120.0. New field 'account_type' instead.""")
|
|
245
252
|
def type(self) -> Optional[pulumi.Input[str]]:
|
|
246
253
|
"""
|
|
247
254
|
The attribute has been deprecated from 1.120.0 and using `account_type` instead.
|
|
248
255
|
|
|
249
256
|
> **NOTE**: Only MySQL engine is supported resets permissions of the privileged account.
|
|
250
257
|
"""
|
|
258
|
+
warnings.warn("""Field 'type' has been deprecated from provider version 1.120.0. New field 'account_type' instead.""", DeprecationWarning)
|
|
259
|
+
pulumi.log.warn("""type is deprecated: Field 'type' has been deprecated from provider version 1.120.0. New field 'account_type' instead.""")
|
|
260
|
+
|
|
251
261
|
return pulumi.get(self, "type")
|
|
252
262
|
|
|
253
263
|
@type.setter
|
|
@@ -401,11 +411,13 @@ class _RdsAccountState:
|
|
|
401
411
|
|
|
402
412
|
@property
|
|
403
413
|
@pulumi.getter
|
|
404
|
-
@_utilities.deprecated("""Field 'description' has been deprecated from provider version 1.120.0. New field 'account_description' instead.""")
|
|
405
414
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
406
415
|
"""
|
|
407
416
|
The attribute has been deprecated from 1.120.0 and using `account_description` instead.
|
|
408
417
|
"""
|
|
418
|
+
warnings.warn("""Field 'description' has been deprecated from provider version 1.120.0. New field 'account_description' instead.""", DeprecationWarning)
|
|
419
|
+
pulumi.log.warn("""description is deprecated: Field 'description' has been deprecated from provider version 1.120.0. New field 'account_description' instead.""")
|
|
420
|
+
|
|
409
421
|
return pulumi.get(self, "description")
|
|
410
422
|
|
|
411
423
|
@description.setter
|
|
@@ -414,11 +426,13 @@ class _RdsAccountState:
|
|
|
414
426
|
|
|
415
427
|
@property
|
|
416
428
|
@pulumi.getter(name="instanceId")
|
|
417
|
-
@_utilities.deprecated("""Field 'instance_id' has been deprecated from provider version 1.120.0. New field 'db_instance_id' instead.""")
|
|
418
429
|
def instance_id(self) -> Optional[pulumi.Input[str]]:
|
|
419
430
|
"""
|
|
420
431
|
The attribute has been deprecated from 1.120.0 and using `db_instance_id` instead.
|
|
421
432
|
"""
|
|
433
|
+
warnings.warn("""Field 'instance_id' has been deprecated from provider version 1.120.0. New field 'db_instance_id' instead.""", DeprecationWarning)
|
|
434
|
+
pulumi.log.warn("""instance_id is deprecated: Field 'instance_id' has been deprecated from provider version 1.120.0. New field 'db_instance_id' instead.""")
|
|
435
|
+
|
|
422
436
|
return pulumi.get(self, "instance_id")
|
|
423
437
|
|
|
424
438
|
@instance_id.setter
|
|
@@ -451,11 +465,13 @@ class _RdsAccountState:
|
|
|
451
465
|
|
|
452
466
|
@property
|
|
453
467
|
@pulumi.getter
|
|
454
|
-
@_utilities.deprecated("""Field 'name' has been deprecated from provider version 1.120.0. New field 'account_name' instead.""")
|
|
455
468
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
456
469
|
"""
|
|
457
470
|
The attribute has been deprecated from 1.120.0 and using `account_name` instead.
|
|
458
471
|
"""
|
|
472
|
+
warnings.warn("""Field 'name' has been deprecated from provider version 1.120.0. New field 'account_name' instead.""", DeprecationWarning)
|
|
473
|
+
pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated from provider version 1.120.0. New field 'account_name' instead.""")
|
|
474
|
+
|
|
459
475
|
return pulumi.get(self, "name")
|
|
460
476
|
|
|
461
477
|
@name.setter
|
|
@@ -464,11 +480,13 @@ class _RdsAccountState:
|
|
|
464
480
|
|
|
465
481
|
@property
|
|
466
482
|
@pulumi.getter
|
|
467
|
-
@_utilities.deprecated("""Field 'password' has been deprecated from provider version 1.120.0. New field 'account_password' instead.""")
|
|
468
483
|
def password(self) -> Optional[pulumi.Input[str]]:
|
|
469
484
|
"""
|
|
470
485
|
The attribute has been deprecated from 1.120.0 and using `account_password` instead.
|
|
471
486
|
"""
|
|
487
|
+
warnings.warn("""Field 'password' has been deprecated from provider version 1.120.0. New field 'account_password' instead.""", DeprecationWarning)
|
|
488
|
+
pulumi.log.warn("""password is deprecated: Field 'password' has been deprecated from provider version 1.120.0. New field 'account_password' instead.""")
|
|
489
|
+
|
|
472
490
|
return pulumi.get(self, "password")
|
|
473
491
|
|
|
474
492
|
@password.setter
|
|
@@ -501,13 +519,15 @@ class _RdsAccountState:
|
|
|
501
519
|
|
|
502
520
|
@property
|
|
503
521
|
@pulumi.getter
|
|
504
|
-
@_utilities.deprecated("""Field 'type' has been deprecated from provider version 1.120.0. New field 'account_type' instead.""")
|
|
505
522
|
def type(self) -> Optional[pulumi.Input[str]]:
|
|
506
523
|
"""
|
|
507
524
|
The attribute has been deprecated from 1.120.0 and using `account_type` instead.
|
|
508
525
|
|
|
509
526
|
> **NOTE**: Only MySQL engine is supported resets permissions of the privileged account.
|
|
510
527
|
"""
|
|
528
|
+
warnings.warn("""Field 'type' has been deprecated from provider version 1.120.0. New field 'account_type' instead.""", DeprecationWarning)
|
|
529
|
+
pulumi.log.warn("""type is deprecated: Field 'type' has been deprecated from provider version 1.120.0. New field 'account_type' instead.""")
|
|
530
|
+
|
|
511
531
|
return pulumi.get(self, "type")
|
|
512
532
|
|
|
513
533
|
@type.setter
|
|
@@ -833,20 +853,24 @@ class RdsAccount(pulumi.CustomResource):
|
|
|
833
853
|
|
|
834
854
|
@property
|
|
835
855
|
@pulumi.getter
|
|
836
|
-
@_utilities.deprecated("""Field 'description' has been deprecated from provider version 1.120.0. New field 'account_description' instead.""")
|
|
837
856
|
def description(self) -> pulumi.Output[str]:
|
|
838
857
|
"""
|
|
839
858
|
The attribute has been deprecated from 1.120.0 and using `account_description` instead.
|
|
840
859
|
"""
|
|
860
|
+
warnings.warn("""Field 'description' has been deprecated from provider version 1.120.0. New field 'account_description' instead.""", DeprecationWarning)
|
|
861
|
+
pulumi.log.warn("""description is deprecated: Field 'description' has been deprecated from provider version 1.120.0. New field 'account_description' instead.""")
|
|
862
|
+
|
|
841
863
|
return pulumi.get(self, "description")
|
|
842
864
|
|
|
843
865
|
@property
|
|
844
866
|
@pulumi.getter(name="instanceId")
|
|
845
|
-
@_utilities.deprecated("""Field 'instance_id' has been deprecated from provider version 1.120.0. New field 'db_instance_id' instead.""")
|
|
846
867
|
def instance_id(self) -> pulumi.Output[str]:
|
|
847
868
|
"""
|
|
848
869
|
The attribute has been deprecated from 1.120.0 and using `db_instance_id` instead.
|
|
849
870
|
"""
|
|
871
|
+
warnings.warn("""Field 'instance_id' has been deprecated from provider version 1.120.0. New field 'db_instance_id' instead.""", DeprecationWarning)
|
|
872
|
+
pulumi.log.warn("""instance_id is deprecated: Field 'instance_id' has been deprecated from provider version 1.120.0. New field 'db_instance_id' instead.""")
|
|
873
|
+
|
|
850
874
|
return pulumi.get(self, "instance_id")
|
|
851
875
|
|
|
852
876
|
@property
|
|
@@ -867,20 +891,24 @@ class RdsAccount(pulumi.CustomResource):
|
|
|
867
891
|
|
|
868
892
|
@property
|
|
869
893
|
@pulumi.getter
|
|
870
|
-
@_utilities.deprecated("""Field 'name' has been deprecated from provider version 1.120.0. New field 'account_name' instead.""")
|
|
871
894
|
def name(self) -> pulumi.Output[str]:
|
|
872
895
|
"""
|
|
873
896
|
The attribute has been deprecated from 1.120.0 and using `account_name` instead.
|
|
874
897
|
"""
|
|
898
|
+
warnings.warn("""Field 'name' has been deprecated from provider version 1.120.0. New field 'account_name' instead.""", DeprecationWarning)
|
|
899
|
+
pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated from provider version 1.120.0. New field 'account_name' instead.""")
|
|
900
|
+
|
|
875
901
|
return pulumi.get(self, "name")
|
|
876
902
|
|
|
877
903
|
@property
|
|
878
904
|
@pulumi.getter
|
|
879
|
-
@_utilities.deprecated("""Field 'password' has been deprecated from provider version 1.120.0. New field 'account_password' instead.""")
|
|
880
905
|
def password(self) -> pulumi.Output[str]:
|
|
881
906
|
"""
|
|
882
907
|
The attribute has been deprecated from 1.120.0 and using `account_password` instead.
|
|
883
908
|
"""
|
|
909
|
+
warnings.warn("""Field 'password' has been deprecated from provider version 1.120.0. New field 'account_password' instead.""", DeprecationWarning)
|
|
910
|
+
pulumi.log.warn("""password is deprecated: Field 'password' has been deprecated from provider version 1.120.0. New field 'account_password' instead.""")
|
|
911
|
+
|
|
884
912
|
return pulumi.get(self, "password")
|
|
885
913
|
|
|
886
914
|
@property
|
|
@@ -901,12 +929,14 @@ class RdsAccount(pulumi.CustomResource):
|
|
|
901
929
|
|
|
902
930
|
@property
|
|
903
931
|
@pulumi.getter
|
|
904
|
-
@_utilities.deprecated("""Field 'type' has been deprecated from provider version 1.120.0. New field 'account_type' instead.""")
|
|
905
932
|
def type(self) -> pulumi.Output[str]:
|
|
906
933
|
"""
|
|
907
934
|
The attribute has been deprecated from 1.120.0 and using `account_type` instead.
|
|
908
935
|
|
|
909
936
|
> **NOTE**: Only MySQL engine is supported resets permissions of the privileged account.
|
|
910
937
|
"""
|
|
938
|
+
warnings.warn("""Field 'type' has been deprecated from provider version 1.120.0. New field 'account_type' instead.""", DeprecationWarning)
|
|
939
|
+
pulumi.log.warn("""type is deprecated: Field 'type' has been deprecated from provider version 1.120.0. New field 'account_type' instead.""")
|
|
940
|
+
|
|
911
941
|
return pulumi.get(self, "type")
|
|
912
942
|
|