pulumi-alicloud 3.78.0a1747200018__py3-none-any.whl → 3.79.0a1747372618__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 +32 -0
- pulumi_alicloud/adb/cluster.py +12 -12
- pulumi_alicloud/alb/health_check_template.py +233 -93
- pulumi_alicloud/alb/load_balancer.py +110 -0
- pulumi_alicloud/amqp/exchange.py +250 -159
- pulumi_alicloud/apigateway/_inputs.py +23 -3
- pulumi_alicloud/apigateway/api.py +7 -7
- pulumi_alicloud/apigateway/backend.py +8 -8
- pulumi_alicloud/apigateway/outputs.py +16 -2
- pulumi_alicloud/arms/remote_write.py +2 -2
- pulumi_alicloud/bp/studio_application.py +2 -2
- pulumi_alicloud/cassandra/cluster.py +2 -2
- pulumi_alicloud/cassandra/data_center.py +2 -2
- pulumi_alicloud/cdn/fc_trigger.py +2 -2
- pulumi_alicloud/cen/_inputs.py +78 -27
- pulumi_alicloud/cen/bandwidth_limit.py +7 -7
- pulumi_alicloud/cen/inter_region_traffic_qos_policy.py +6 -6
- pulumi_alicloud/cen/outputs.py +52 -18
- pulumi_alicloud/cen/traffic_marking_policy.py +49 -9
- pulumi_alicloud/chatbot/publish_task.py +2 -2
- pulumi_alicloud/cloudfirewall/__init__.py +1 -0
- pulumi_alicloud/cloudfirewall/ips_config.py +523 -0
- pulumi_alicloud/cr/registry_enterprise_instance.py +4 -4
- pulumi_alicloud/das/switch_das_pro.py +6 -2
- pulumi_alicloud/dataworks/di_alarm_rule.py +6 -4
- pulumi_alicloud/dataworks/di_job.py +8 -6
- pulumi_alicloud/dataworks/project_member.py +2 -2
- pulumi_alicloud/ddos/domain_resource.py +19 -9
- pulumi_alicloud/dms/enterprise_logic_database.py +2 -2
- pulumi_alicloud/dms/enterprise_proxy_access.py +2 -2
- pulumi_alicloud/drds/instance.py +12 -8
- pulumi_alicloud/ebs/dedicated_block_storage_cluster.py +2 -2
- pulumi_alicloud/ecs/activation.py +2 -2
- pulumi_alicloud/ecs/capacity_reservation.py +2 -2
- pulumi_alicloud/ecs/ecs_disk_attachment.py +2 -2
- pulumi_alicloud/ecs/ecs_invocation.py +12 -6
- pulumi_alicloud/ecs/ecs_network_interface_permission.py +2 -2
- pulumi_alicloud/ecs/ecs_snapshot_group.py +2 -2
- pulumi_alicloud/ecs/elasticity_assurance.py +2 -2
- pulumi_alicloud/ecs/image_copy.py +2 -2
- pulumi_alicloud/ecs/image_export.py +2 -2
- pulumi_alicloud/ecs/reserved_instance.py +2 -2
- pulumi_alicloud/ecs/snapshot.py +8 -4
- pulumi_alicloud/ecs/storage_capacity_unit.py +2 -2
- pulumi_alicloud/emr/cluster.py +4 -4
- pulumi_alicloud/esa/edge_container_app_record.py +10 -2
- pulumi_alicloud/esa/http_request_header_modification_rule.py +12 -4
- pulumi_alicloud/esa/http_response_header_modification_rule.py +12 -4
- pulumi_alicloud/esa/https_basic_configuration.py +12 -4
- pulumi_alicloud/esa/network_optimization.py +10 -2
- pulumi_alicloud/esa/origin_pool.py +10 -10
- pulumi_alicloud/esa/redirect_rule.py +12 -4
- pulumi_alicloud/esa/rewrite_url_rule.py +12 -4
- pulumi_alicloud/ess/outputs.py +107 -0
- pulumi_alicloud/ess/scaling_group.py +47 -0
- pulumi_alicloud/expressconnect/virtual_border_router.py +4 -4
- pulumi_alicloud/fnf/execution.py +2 -2
- pulumi_alicloud/fnf/flow.py +2 -2
- pulumi_alicloud/fnf/schedule.py +2 -2
- pulumi_alicloud/gpdb/elastic_instance.py +8 -8
- pulumi_alicloud/hbr/ecs_backup_plan.py +10 -2
- pulumi_alicloud/hbr/hana_backup_client.py +2 -2
- pulumi_alicloud/hbr/hana_backup_plan.py +2 -2
- pulumi_alicloud/hbr/hana_instance.py +2 -2
- pulumi_alicloud/hbr/nas_backup_plan.py +10 -2
- pulumi_alicloud/hbr/oss_backup_plan.py +10 -2
- pulumi_alicloud/hbr/ots_backup_plan.py +10 -2
- pulumi_alicloud/hbr/restore_job.py +2 -2
- pulumi_alicloud/hbr/server_backup_plan.py +10 -2
- pulumi_alicloud/kms/_inputs.py +12 -12
- pulumi_alicloud/kms/instance.py +80 -47
- pulumi_alicloud/kms/outputs.py +8 -8
- pulumi_alicloud/kvstore/instance.py +21 -7
- pulumi_alicloud/lindorm/instance.py +101 -7
- pulumi_alicloud/log/etl.py +2 -2
- pulumi_alicloud/log/ingestion.py +4 -6
- pulumi_alicloud/log/oss_export.py +4 -6
- pulumi_alicloud/log/oss_shipper.py +2 -2
- pulumi_alicloud/mse/gateway.py +2 -2
- pulumi_alicloud/mse/nacos_config.py +2 -0
- pulumi_alicloud/mse/znode.py +2 -2
- pulumi_alicloud/nas/mount_target.py +6 -6
- pulumi_alicloud/nas/snapshot.py +2 -2
- pulumi_alicloud/oos/default_patch_baseline.py +2 -2
- pulumi_alicloud/oos/secret_parameter.py +2 -2
- pulumi_alicloud/oss/bucket_replication.py +8 -8
- pulumi_alicloud/pai/__init__.py +3 -0
- pulumi_alicloud/pai/_inputs.py +108 -0
- pulumi_alicloud/pai/outputs.py +64 -0
- pulumi_alicloud/pai/workspace_member.py +393 -0
- pulumi_alicloud/pai/workspace_model.py +792 -0
- pulumi_alicloud/pai/workspace_model_version.py +1129 -0
- pulumi_alicloud/polardb/cluster.py +68 -7
- pulumi_alicloud/polardb/global_database_network.py +2 -2
- pulumi_alicloud/polardb/parameter_group.py +2 -2
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/ram/group_policy_attachment.py +2 -2
- pulumi_alicloud/ram/role.py +2 -2
- pulumi_alicloud/ram/role_attachment.py +6 -4
- pulumi_alicloud/rds/instance.py +47 -47
- pulumi_alicloud/rds/rds_clone_db_instance.py +30 -30
- pulumi_alicloud/rds/rds_upgrade_db_instance.py +2 -2
- pulumi_alicloud/resourcemanager/account.py +315 -116
- pulumi_alicloud/rocketmq/group.py +2 -2
- pulumi_alicloud/ros/change_set.py +2 -2
- pulumi_alicloud/ros/stack.py +2 -2
- pulumi_alicloud/ros/stack_group.py +2 -2
- pulumi_alicloud/ros/stack_instance.py +2 -2
- pulumi_alicloud/ros/template_scratch.py +2 -2
- pulumi_alicloud/scdn/domain.py +2 -2
- pulumi_alicloud/securitycenter/service_linked_role.py +2 -2
- pulumi_alicloud/servicecatalog/provisioned_product.py +2 -2
- pulumi_alicloud/slb/_inputs.py +44 -0
- pulumi_alicloud/slb/acl_entry_attachment.py +2 -2
- pulumi_alicloud/slb/ca_certificate.py +4 -0
- pulumi_alicloud/slb/listener.py +46 -89
- pulumi_alicloud/slb/master_slave_server_group.py +17 -35
- pulumi_alicloud/slb/outputs.py +26 -0
- pulumi_alicloud/sms/short_url.py +2 -2
- pulumi_alicloud/threatdetection/backup_policy.py +2 -2
- pulumi_alicloud/threatdetection/honeypot_probe.py +2 -2
- pulumi_alicloud/threatdetection/instance.py +28 -21
- pulumi_alicloud/threatdetection/outputs.py +98 -6
- pulumi_alicloud/threatdetection/vul_whitelist.py +2 -2
- pulumi_alicloud/threatdetection/web_lock_config.py +2 -2
- pulumi_alicloud/tsdb/instance.py +2 -2
- pulumi_alicloud/vpc/common_bandwith_package.py +28 -14
- pulumi_alicloud/vpc/forward_entry.py +4 -4
- pulumi_alicloud/vpc/gateway_route_table_attachment.py +2 -2
- pulumi_alicloud/vpc/ha_vip.py +4 -4
- pulumi_alicloud/vpc/ha_vipv2.py +4 -0
- pulumi_alicloud/vpc/ipv4_gateway.py +78 -37
- pulumi_alicloud/vpc/ipv6_gateway.py +2 -2
- pulumi_alicloud/vpc/nat_ip.py +2 -2
- pulumi_alicloud/vpc/prefix_list.py +2 -2
- pulumi_alicloud/vpc/route_entry.py +6 -2
- pulumi_alicloud/vpn/gateway_vco_route.py +2 -2
- pulumi_alicloud/vpn/ipsec_server.py +2 -2
- pulumi_alicloud/vpn/pbr_route_entry.py +2 -2
- pulumi_alicloud/vpn/route_entry.py +8 -8
- pulumi_alicloud/wafv3/instance.py +2 -2
- pulumi_alicloud/wafv3/outputs.py +11 -0
- {pulumi_alicloud-3.78.0a1747200018.dist-info → pulumi_alicloud-3.79.0a1747372618.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.78.0a1747200018.dist-info → pulumi_alicloud-3.79.0a1747372618.dist-info}/RECORD +146 -142
- {pulumi_alicloud-3.78.0a1747200018.dist-info → pulumi_alicloud-3.79.0a1747372618.dist-info}/WHEEL +1 -1
- {pulumi_alicloud-3.78.0a1747200018.dist-info → pulumi_alicloud-3.79.0a1747372618.dist-info}/top_level.txt +0 -0
pulumi_alicloud/kms/instance.py
CHANGED
|
@@ -27,6 +27,7 @@ class InstanceArgs:
|
|
|
27
27
|
zone_ids: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
|
|
28
28
|
bind_vpcs: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceBindVpcArgs']]]] = None,
|
|
29
29
|
force_delete_without_backup: Optional[pulumi.Input[builtins.str]] = None,
|
|
30
|
+
instance_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
30
31
|
key_num: Optional[pulumi.Input[builtins.int]] = None,
|
|
31
32
|
log: Optional[pulumi.Input[builtins.str]] = None,
|
|
32
33
|
log_storage: Optional[pulumi.Input[builtins.int]] = None,
|
|
@@ -40,17 +41,20 @@ class InstanceArgs:
|
|
|
40
41
|
vpc_num: Optional[pulumi.Input[builtins.int]] = None):
|
|
41
42
|
"""
|
|
42
43
|
The set of arguments for constructing a Instance resource.
|
|
43
|
-
:param pulumi.Input[builtins.str] vpc_id: Instance VPC id
|
|
44
|
-
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] vswitch_ids: Instance bind vswitches
|
|
45
|
-
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] zone_ids: zone id
|
|
46
|
-
:param pulumi.Input[Sequence[pulumi.Input['InstanceBindVpcArgs']]] bind_vpcs: Aucillary VPCs used to access this KMS instance
|
|
44
|
+
:param pulumi.Input[builtins.str] vpc_id: Instance VPC id
|
|
45
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] vswitch_ids: Instance bind vswitches
|
|
46
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] zone_ids: zone id
|
|
47
|
+
:param pulumi.Input[Sequence[pulumi.Input['InstanceBindVpcArgs']]] bind_vpcs: Aucillary VPCs used to access this KMS instance See `bind_vpcs` below.
|
|
47
48
|
:param pulumi.Input[builtins.str] force_delete_without_backup: Whether to force deletion even without backup.
|
|
49
|
+
:param pulumi.Input[builtins.str] instance_name: The name of the resource
|
|
48
50
|
:param pulumi.Input[builtins.int] key_num: Maximum number of stored keys. The attribute is valid when the attribute `payment_type` is `Subscription`.
|
|
49
51
|
:param pulumi.Input[builtins.str] log: Instance Audit Log Switch. The attribute is valid when the attribute `payment_type` is `Subscription`.
|
|
50
52
|
:param pulumi.Input[builtins.int] log_storage: Instance log capacity. The attribute is valid when the attribute `payment_type` is `Subscription`.
|
|
51
|
-
:param pulumi.Input[builtins.str] payment_type: Payment type,
|
|
53
|
+
:param pulumi.Input[builtins.str] payment_type: Payment type,valid values:
|
|
54
|
+
- `Subscription`: Prepaid.
|
|
55
|
+
- `PayAsYouGo`: Postpaid.
|
|
52
56
|
:param pulumi.Input[builtins.int] period: Purchase cycle, in months. The attribute is valid when the attribute `payment_type` is `Subscription`.
|
|
53
|
-
:param pulumi.Input[builtins.str] product_version: KMS Instance commodity type (software/hardware)
|
|
57
|
+
:param pulumi.Input[builtins.str] product_version: KMS Instance commodity type (software/hardware)
|
|
54
58
|
:param pulumi.Input[builtins.int] renew_period: Automatic renewal period, in months. The attribute is valid when the attribute `payment_type` is `Subscription`.
|
|
55
59
|
:param pulumi.Input[builtins.str] renew_status: Renewal options. Valid values: `AutoRenewal`, `ManualRenewal`. The attribute is valid when the attribute `payment_type` is `Subscription`.
|
|
56
60
|
:param pulumi.Input[builtins.int] secret_num: Maximum number of Secrets. The attribute is valid when the attribute `payment_type` is `Subscription`.
|
|
@@ -64,6 +68,8 @@ class InstanceArgs:
|
|
|
64
68
|
pulumi.set(__self__, "bind_vpcs", bind_vpcs)
|
|
65
69
|
if force_delete_without_backup is not None:
|
|
66
70
|
pulumi.set(__self__, "force_delete_without_backup", force_delete_without_backup)
|
|
71
|
+
if instance_name is not None:
|
|
72
|
+
pulumi.set(__self__, "instance_name", instance_name)
|
|
67
73
|
if key_num is not None:
|
|
68
74
|
pulumi.set(__self__, "key_num", key_num)
|
|
69
75
|
if log is not None:
|
|
@@ -91,7 +97,7 @@ class InstanceArgs:
|
|
|
91
97
|
@pulumi.getter(name="vpcId")
|
|
92
98
|
def vpc_id(self) -> pulumi.Input[builtins.str]:
|
|
93
99
|
"""
|
|
94
|
-
Instance VPC id
|
|
100
|
+
Instance VPC id
|
|
95
101
|
"""
|
|
96
102
|
return pulumi.get(self, "vpc_id")
|
|
97
103
|
|
|
@@ -103,7 +109,7 @@ class InstanceArgs:
|
|
|
103
109
|
@pulumi.getter(name="vswitchIds")
|
|
104
110
|
def vswitch_ids(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
|
|
105
111
|
"""
|
|
106
|
-
Instance bind vswitches
|
|
112
|
+
Instance bind vswitches
|
|
107
113
|
"""
|
|
108
114
|
return pulumi.get(self, "vswitch_ids")
|
|
109
115
|
|
|
@@ -115,7 +121,7 @@ class InstanceArgs:
|
|
|
115
121
|
@pulumi.getter(name="zoneIds")
|
|
116
122
|
def zone_ids(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
|
|
117
123
|
"""
|
|
118
|
-
zone id
|
|
124
|
+
zone id
|
|
119
125
|
"""
|
|
120
126
|
return pulumi.get(self, "zone_ids")
|
|
121
127
|
|
|
@@ -127,7 +133,7 @@ class InstanceArgs:
|
|
|
127
133
|
@pulumi.getter(name="bindVpcs")
|
|
128
134
|
def bind_vpcs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InstanceBindVpcArgs']]]]:
|
|
129
135
|
"""
|
|
130
|
-
Aucillary VPCs used to access this KMS instance
|
|
136
|
+
Aucillary VPCs used to access this KMS instance See `bind_vpcs` below.
|
|
131
137
|
"""
|
|
132
138
|
return pulumi.get(self, "bind_vpcs")
|
|
133
139
|
|
|
@@ -147,6 +153,18 @@ class InstanceArgs:
|
|
|
147
153
|
def force_delete_without_backup(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
148
154
|
pulumi.set(self, "force_delete_without_backup", value)
|
|
149
155
|
|
|
156
|
+
@property
|
|
157
|
+
@pulumi.getter(name="instanceName")
|
|
158
|
+
def instance_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
159
|
+
"""
|
|
160
|
+
The name of the resource
|
|
161
|
+
"""
|
|
162
|
+
return pulumi.get(self, "instance_name")
|
|
163
|
+
|
|
164
|
+
@instance_name.setter
|
|
165
|
+
def instance_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
166
|
+
pulumi.set(self, "instance_name", value)
|
|
167
|
+
|
|
150
168
|
@property
|
|
151
169
|
@pulumi.getter(name="keyNum")
|
|
152
170
|
def key_num(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
@@ -187,7 +205,9 @@ class InstanceArgs:
|
|
|
187
205
|
@pulumi.getter(name="paymentType")
|
|
188
206
|
def payment_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
189
207
|
"""
|
|
190
|
-
Payment type,
|
|
208
|
+
Payment type,valid values:
|
|
209
|
+
- `Subscription`: Prepaid.
|
|
210
|
+
- `PayAsYouGo`: Postpaid.
|
|
191
211
|
"""
|
|
192
212
|
return pulumi.get(self, "payment_type")
|
|
193
213
|
|
|
@@ -211,7 +231,7 @@ class InstanceArgs:
|
|
|
211
231
|
@pulumi.getter(name="productVersion")
|
|
212
232
|
def product_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
213
233
|
"""
|
|
214
|
-
KMS Instance commodity type (software/hardware)
|
|
234
|
+
KMS Instance commodity type (software/hardware)
|
|
215
235
|
"""
|
|
216
236
|
return pulumi.get(self, "product_version")
|
|
217
237
|
|
|
@@ -306,27 +326,29 @@ class _InstanceState:
|
|
|
306
326
|
zone_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
307
327
|
"""
|
|
308
328
|
Input properties used for looking up and filtering Instance resources.
|
|
309
|
-
:param pulumi.Input[Sequence[pulumi.Input['InstanceBindVpcArgs']]] bind_vpcs: Aucillary VPCs used to access this KMS instance
|
|
329
|
+
:param pulumi.Input[Sequence[pulumi.Input['InstanceBindVpcArgs']]] bind_vpcs: Aucillary VPCs used to access this KMS instance See `bind_vpcs` below.
|
|
310
330
|
:param pulumi.Input[builtins.str] ca_certificate_chain_pem: KMS instance certificate chain in PEM format.
|
|
311
331
|
:param pulumi.Input[builtins.str] create_time: The creation time of the resource.
|
|
312
332
|
:param pulumi.Input[builtins.str] end_date: (Available since v1.233.1) Instance expiration time.
|
|
313
333
|
:param pulumi.Input[builtins.str] force_delete_without_backup: Whether to force deletion even without backup.
|
|
314
|
-
:param pulumi.Input[builtins.str] instance_name: The name of the resource
|
|
334
|
+
:param pulumi.Input[builtins.str] instance_name: The name of the resource
|
|
315
335
|
:param pulumi.Input[builtins.int] key_num: Maximum number of stored keys. The attribute is valid when the attribute `payment_type` is `Subscription`.
|
|
316
336
|
:param pulumi.Input[builtins.str] log: Instance Audit Log Switch. The attribute is valid when the attribute `payment_type` is `Subscription`.
|
|
317
337
|
:param pulumi.Input[builtins.int] log_storage: Instance log capacity. The attribute is valid when the attribute `payment_type` is `Subscription`.
|
|
318
|
-
:param pulumi.Input[builtins.str] payment_type: Payment type,
|
|
338
|
+
:param pulumi.Input[builtins.str] payment_type: Payment type,valid values:
|
|
339
|
+
- `Subscription`: Prepaid.
|
|
340
|
+
- `PayAsYouGo`: Postpaid.
|
|
319
341
|
:param pulumi.Input[builtins.int] period: Purchase cycle, in months. The attribute is valid when the attribute `payment_type` is `Subscription`.
|
|
320
|
-
:param pulumi.Input[builtins.str] product_version: KMS Instance commodity type (software/hardware)
|
|
342
|
+
:param pulumi.Input[builtins.str] product_version: KMS Instance commodity type (software/hardware)
|
|
321
343
|
:param pulumi.Input[builtins.int] renew_period: Automatic renewal period, in months. The attribute is valid when the attribute `payment_type` is `Subscription`.
|
|
322
344
|
:param pulumi.Input[builtins.str] renew_status: Renewal options. Valid values: `AutoRenewal`, `ManualRenewal`. The attribute is valid when the attribute `payment_type` is `Subscription`.
|
|
323
345
|
:param pulumi.Input[builtins.int] secret_num: Maximum number of Secrets. The attribute is valid when the attribute `payment_type` is `Subscription`.
|
|
324
346
|
:param pulumi.Input[builtins.int] spec: The computation performance level of the KMS instance. The attribute is valid when the attribute `payment_type` is `Subscription`.
|
|
325
347
|
:param pulumi.Input[builtins.str] status: Instance status.
|
|
326
|
-
:param pulumi.Input[builtins.str] vpc_id: Instance VPC id
|
|
348
|
+
:param pulumi.Input[builtins.str] vpc_id: Instance VPC id
|
|
327
349
|
:param pulumi.Input[builtins.int] vpc_num: The number of managed accesses. The maximum number of VPCs that can access this KMS instance. The attribute is valid when the attribute `payment_type` is `Subscription`.
|
|
328
|
-
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] vswitch_ids: Instance bind vswitches
|
|
329
|
-
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] zone_ids: zone id
|
|
350
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] vswitch_ids: Instance bind vswitches
|
|
351
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] zone_ids: zone id
|
|
330
352
|
"""
|
|
331
353
|
if bind_vpcs is not None:
|
|
332
354
|
pulumi.set(__self__, "bind_vpcs", bind_vpcs)
|
|
@@ -375,7 +397,7 @@ class _InstanceState:
|
|
|
375
397
|
@pulumi.getter(name="bindVpcs")
|
|
376
398
|
def bind_vpcs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InstanceBindVpcArgs']]]]:
|
|
377
399
|
"""
|
|
378
|
-
Aucillary VPCs used to access this KMS instance
|
|
400
|
+
Aucillary VPCs used to access this KMS instance See `bind_vpcs` below.
|
|
379
401
|
"""
|
|
380
402
|
return pulumi.get(self, "bind_vpcs")
|
|
381
403
|
|
|
@@ -435,7 +457,7 @@ class _InstanceState:
|
|
|
435
457
|
@pulumi.getter(name="instanceName")
|
|
436
458
|
def instance_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
437
459
|
"""
|
|
438
|
-
The name of the resource
|
|
460
|
+
The name of the resource
|
|
439
461
|
"""
|
|
440
462
|
return pulumi.get(self, "instance_name")
|
|
441
463
|
|
|
@@ -483,7 +505,9 @@ class _InstanceState:
|
|
|
483
505
|
@pulumi.getter(name="paymentType")
|
|
484
506
|
def payment_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
485
507
|
"""
|
|
486
|
-
Payment type,
|
|
508
|
+
Payment type,valid values:
|
|
509
|
+
- `Subscription`: Prepaid.
|
|
510
|
+
- `PayAsYouGo`: Postpaid.
|
|
487
511
|
"""
|
|
488
512
|
return pulumi.get(self, "payment_type")
|
|
489
513
|
|
|
@@ -507,7 +531,7 @@ class _InstanceState:
|
|
|
507
531
|
@pulumi.getter(name="productVersion")
|
|
508
532
|
def product_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
509
533
|
"""
|
|
510
|
-
KMS Instance commodity type (software/hardware)
|
|
534
|
+
KMS Instance commodity type (software/hardware)
|
|
511
535
|
"""
|
|
512
536
|
return pulumi.get(self, "product_version")
|
|
513
537
|
|
|
@@ -579,7 +603,7 @@ class _InstanceState:
|
|
|
579
603
|
@pulumi.getter(name="vpcId")
|
|
580
604
|
def vpc_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
581
605
|
"""
|
|
582
|
-
Instance VPC id
|
|
606
|
+
Instance VPC id
|
|
583
607
|
"""
|
|
584
608
|
return pulumi.get(self, "vpc_id")
|
|
585
609
|
|
|
@@ -603,7 +627,7 @@ class _InstanceState:
|
|
|
603
627
|
@pulumi.getter(name="vswitchIds")
|
|
604
628
|
def vswitch_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
605
629
|
"""
|
|
606
|
-
Instance bind vswitches
|
|
630
|
+
Instance bind vswitches
|
|
607
631
|
"""
|
|
608
632
|
return pulumi.get(self, "vswitch_ids")
|
|
609
633
|
|
|
@@ -615,7 +639,7 @@ class _InstanceState:
|
|
|
615
639
|
@pulumi.getter(name="zoneIds")
|
|
616
640
|
def zone_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
617
641
|
"""
|
|
618
|
-
zone id
|
|
642
|
+
zone id
|
|
619
643
|
"""
|
|
620
644
|
return pulumi.get(self, "zone_ids")
|
|
621
645
|
|
|
@@ -632,6 +656,7 @@ class Instance(pulumi.CustomResource):
|
|
|
632
656
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
633
657
|
bind_vpcs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InstanceBindVpcArgs', 'InstanceBindVpcArgsDict']]]]] = None,
|
|
634
658
|
force_delete_without_backup: Optional[pulumi.Input[builtins.str]] = None,
|
|
659
|
+
instance_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
635
660
|
key_num: Optional[pulumi.Input[builtins.int]] = None,
|
|
636
661
|
log: Optional[pulumi.Input[builtins.str]] = None,
|
|
637
662
|
log_storage: Optional[pulumi.Input[builtins.int]] = None,
|
|
@@ -664,22 +689,25 @@ class Instance(pulumi.CustomResource):
|
|
|
664
689
|
|
|
665
690
|
:param str resource_name: The name of the resource.
|
|
666
691
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
667
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceBindVpcArgs', 'InstanceBindVpcArgsDict']]]] bind_vpcs: Aucillary VPCs used to access this KMS instance
|
|
692
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceBindVpcArgs', 'InstanceBindVpcArgsDict']]]] bind_vpcs: Aucillary VPCs used to access this KMS instance See `bind_vpcs` below.
|
|
668
693
|
:param pulumi.Input[builtins.str] force_delete_without_backup: Whether to force deletion even without backup.
|
|
694
|
+
:param pulumi.Input[builtins.str] instance_name: The name of the resource
|
|
669
695
|
:param pulumi.Input[builtins.int] key_num: Maximum number of stored keys. The attribute is valid when the attribute `payment_type` is `Subscription`.
|
|
670
696
|
:param pulumi.Input[builtins.str] log: Instance Audit Log Switch. The attribute is valid when the attribute `payment_type` is `Subscription`.
|
|
671
697
|
:param pulumi.Input[builtins.int] log_storage: Instance log capacity. The attribute is valid when the attribute `payment_type` is `Subscription`.
|
|
672
|
-
:param pulumi.Input[builtins.str] payment_type: Payment type,
|
|
698
|
+
:param pulumi.Input[builtins.str] payment_type: Payment type,valid values:
|
|
699
|
+
- `Subscription`: Prepaid.
|
|
700
|
+
- `PayAsYouGo`: Postpaid.
|
|
673
701
|
:param pulumi.Input[builtins.int] period: Purchase cycle, in months. The attribute is valid when the attribute `payment_type` is `Subscription`.
|
|
674
|
-
:param pulumi.Input[builtins.str] product_version: KMS Instance commodity type (software/hardware)
|
|
702
|
+
:param pulumi.Input[builtins.str] product_version: KMS Instance commodity type (software/hardware)
|
|
675
703
|
:param pulumi.Input[builtins.int] renew_period: Automatic renewal period, in months. The attribute is valid when the attribute `payment_type` is `Subscription`.
|
|
676
704
|
:param pulumi.Input[builtins.str] renew_status: Renewal options. Valid values: `AutoRenewal`, `ManualRenewal`. The attribute is valid when the attribute `payment_type` is `Subscription`.
|
|
677
705
|
:param pulumi.Input[builtins.int] secret_num: Maximum number of Secrets. The attribute is valid when the attribute `payment_type` is `Subscription`.
|
|
678
706
|
:param pulumi.Input[builtins.int] spec: The computation performance level of the KMS instance. The attribute is valid when the attribute `payment_type` is `Subscription`.
|
|
679
|
-
:param pulumi.Input[builtins.str] vpc_id: Instance VPC id
|
|
707
|
+
:param pulumi.Input[builtins.str] vpc_id: Instance VPC id
|
|
680
708
|
:param pulumi.Input[builtins.int] vpc_num: The number of managed accesses. The maximum number of VPCs that can access this KMS instance. The attribute is valid when the attribute `payment_type` is `Subscription`.
|
|
681
|
-
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] vswitch_ids: Instance bind vswitches
|
|
682
|
-
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] zone_ids: zone id
|
|
709
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] vswitch_ids: Instance bind vswitches
|
|
710
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] zone_ids: zone id
|
|
683
711
|
"""
|
|
684
712
|
...
|
|
685
713
|
@overload
|
|
@@ -719,6 +747,7 @@ class Instance(pulumi.CustomResource):
|
|
|
719
747
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
720
748
|
bind_vpcs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InstanceBindVpcArgs', 'InstanceBindVpcArgsDict']]]]] = None,
|
|
721
749
|
force_delete_without_backup: Optional[pulumi.Input[builtins.str]] = None,
|
|
750
|
+
instance_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
722
751
|
key_num: Optional[pulumi.Input[builtins.int]] = None,
|
|
723
752
|
log: Optional[pulumi.Input[builtins.str]] = None,
|
|
724
753
|
log_storage: Optional[pulumi.Input[builtins.int]] = None,
|
|
@@ -744,6 +773,7 @@ class Instance(pulumi.CustomResource):
|
|
|
744
773
|
|
|
745
774
|
__props__.__dict__["bind_vpcs"] = bind_vpcs
|
|
746
775
|
__props__.__dict__["force_delete_without_backup"] = force_delete_without_backup
|
|
776
|
+
__props__.__dict__["instance_name"] = instance_name
|
|
747
777
|
__props__.__dict__["key_num"] = key_num
|
|
748
778
|
__props__.__dict__["log"] = log
|
|
749
779
|
__props__.__dict__["log_storage"] = log_storage
|
|
@@ -767,7 +797,6 @@ class Instance(pulumi.CustomResource):
|
|
|
767
797
|
__props__.__dict__["ca_certificate_chain_pem"] = None
|
|
768
798
|
__props__.__dict__["create_time"] = None
|
|
769
799
|
__props__.__dict__["end_date"] = None
|
|
770
|
-
__props__.__dict__["instance_name"] = None
|
|
771
800
|
__props__.__dict__["status"] = None
|
|
772
801
|
super(Instance, __self__).__init__(
|
|
773
802
|
'alicloud:kms/instance:Instance',
|
|
@@ -807,27 +836,29 @@ class Instance(pulumi.CustomResource):
|
|
|
807
836
|
:param str resource_name: The unique name of the resulting resource.
|
|
808
837
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
809
838
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
810
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceBindVpcArgs', 'InstanceBindVpcArgsDict']]]] bind_vpcs: Aucillary VPCs used to access this KMS instance
|
|
839
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceBindVpcArgs', 'InstanceBindVpcArgsDict']]]] bind_vpcs: Aucillary VPCs used to access this KMS instance See `bind_vpcs` below.
|
|
811
840
|
:param pulumi.Input[builtins.str] ca_certificate_chain_pem: KMS instance certificate chain in PEM format.
|
|
812
841
|
:param pulumi.Input[builtins.str] create_time: The creation time of the resource.
|
|
813
842
|
:param pulumi.Input[builtins.str] end_date: (Available since v1.233.1) Instance expiration time.
|
|
814
843
|
:param pulumi.Input[builtins.str] force_delete_without_backup: Whether to force deletion even without backup.
|
|
815
|
-
:param pulumi.Input[builtins.str] instance_name: The name of the resource
|
|
844
|
+
:param pulumi.Input[builtins.str] instance_name: The name of the resource
|
|
816
845
|
:param pulumi.Input[builtins.int] key_num: Maximum number of stored keys. The attribute is valid when the attribute `payment_type` is `Subscription`.
|
|
817
846
|
:param pulumi.Input[builtins.str] log: Instance Audit Log Switch. The attribute is valid when the attribute `payment_type` is `Subscription`.
|
|
818
847
|
:param pulumi.Input[builtins.int] log_storage: Instance log capacity. The attribute is valid when the attribute `payment_type` is `Subscription`.
|
|
819
|
-
:param pulumi.Input[builtins.str] payment_type: Payment type,
|
|
848
|
+
:param pulumi.Input[builtins.str] payment_type: Payment type,valid values:
|
|
849
|
+
- `Subscription`: Prepaid.
|
|
850
|
+
- `PayAsYouGo`: Postpaid.
|
|
820
851
|
:param pulumi.Input[builtins.int] period: Purchase cycle, in months. The attribute is valid when the attribute `payment_type` is `Subscription`.
|
|
821
|
-
:param pulumi.Input[builtins.str] product_version: KMS Instance commodity type (software/hardware)
|
|
852
|
+
:param pulumi.Input[builtins.str] product_version: KMS Instance commodity type (software/hardware)
|
|
822
853
|
:param pulumi.Input[builtins.int] renew_period: Automatic renewal period, in months. The attribute is valid when the attribute `payment_type` is `Subscription`.
|
|
823
854
|
:param pulumi.Input[builtins.str] renew_status: Renewal options. Valid values: `AutoRenewal`, `ManualRenewal`. The attribute is valid when the attribute `payment_type` is `Subscription`.
|
|
824
855
|
:param pulumi.Input[builtins.int] secret_num: Maximum number of Secrets. The attribute is valid when the attribute `payment_type` is `Subscription`.
|
|
825
856
|
:param pulumi.Input[builtins.int] spec: The computation performance level of the KMS instance. The attribute is valid when the attribute `payment_type` is `Subscription`.
|
|
826
857
|
:param pulumi.Input[builtins.str] status: Instance status.
|
|
827
|
-
:param pulumi.Input[builtins.str] vpc_id: Instance VPC id
|
|
858
|
+
:param pulumi.Input[builtins.str] vpc_id: Instance VPC id
|
|
828
859
|
:param pulumi.Input[builtins.int] vpc_num: The number of managed accesses. The maximum number of VPCs that can access this KMS instance. The attribute is valid when the attribute `payment_type` is `Subscription`.
|
|
829
|
-
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] vswitch_ids: Instance bind vswitches
|
|
830
|
-
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] zone_ids: zone id
|
|
860
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] vswitch_ids: Instance bind vswitches
|
|
861
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] zone_ids: zone id
|
|
831
862
|
"""
|
|
832
863
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
833
864
|
|
|
@@ -860,7 +891,7 @@ class Instance(pulumi.CustomResource):
|
|
|
860
891
|
@pulumi.getter(name="bindVpcs")
|
|
861
892
|
def bind_vpcs(self) -> pulumi.Output[Optional[Sequence['outputs.InstanceBindVpc']]]:
|
|
862
893
|
"""
|
|
863
|
-
Aucillary VPCs used to access this KMS instance
|
|
894
|
+
Aucillary VPCs used to access this KMS instance See `bind_vpcs` below.
|
|
864
895
|
"""
|
|
865
896
|
return pulumi.get(self, "bind_vpcs")
|
|
866
897
|
|
|
@@ -900,7 +931,7 @@ class Instance(pulumi.CustomResource):
|
|
|
900
931
|
@pulumi.getter(name="instanceName")
|
|
901
932
|
def instance_name(self) -> pulumi.Output[builtins.str]:
|
|
902
933
|
"""
|
|
903
|
-
The name of the resource
|
|
934
|
+
The name of the resource
|
|
904
935
|
"""
|
|
905
936
|
return pulumi.get(self, "instance_name")
|
|
906
937
|
|
|
@@ -932,7 +963,9 @@ class Instance(pulumi.CustomResource):
|
|
|
932
963
|
@pulumi.getter(name="paymentType")
|
|
933
964
|
def payment_type(self) -> pulumi.Output[builtins.str]:
|
|
934
965
|
"""
|
|
935
|
-
Payment type,
|
|
966
|
+
Payment type,valid values:
|
|
967
|
+
- `Subscription`: Prepaid.
|
|
968
|
+
- `PayAsYouGo`: Postpaid.
|
|
936
969
|
"""
|
|
937
970
|
return pulumi.get(self, "payment_type")
|
|
938
971
|
|
|
@@ -948,7 +981,7 @@ class Instance(pulumi.CustomResource):
|
|
|
948
981
|
@pulumi.getter(name="productVersion")
|
|
949
982
|
def product_version(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
950
983
|
"""
|
|
951
|
-
KMS Instance commodity type (software/hardware)
|
|
984
|
+
KMS Instance commodity type (software/hardware)
|
|
952
985
|
"""
|
|
953
986
|
return pulumi.get(self, "product_version")
|
|
954
987
|
|
|
@@ -996,7 +1029,7 @@ class Instance(pulumi.CustomResource):
|
|
|
996
1029
|
@pulumi.getter(name="vpcId")
|
|
997
1030
|
def vpc_id(self) -> pulumi.Output[builtins.str]:
|
|
998
1031
|
"""
|
|
999
|
-
Instance VPC id
|
|
1032
|
+
Instance VPC id
|
|
1000
1033
|
"""
|
|
1001
1034
|
return pulumi.get(self, "vpc_id")
|
|
1002
1035
|
|
|
@@ -1012,7 +1045,7 @@ class Instance(pulumi.CustomResource):
|
|
|
1012
1045
|
@pulumi.getter(name="vswitchIds")
|
|
1013
1046
|
def vswitch_ids(self) -> pulumi.Output[Sequence[builtins.str]]:
|
|
1014
1047
|
"""
|
|
1015
|
-
Instance bind vswitches
|
|
1048
|
+
Instance bind vswitches
|
|
1016
1049
|
"""
|
|
1017
1050
|
return pulumi.get(self, "vswitch_ids")
|
|
1018
1051
|
|
|
@@ -1020,7 +1053,7 @@ class Instance(pulumi.CustomResource):
|
|
|
1020
1053
|
@pulumi.getter(name="zoneIds")
|
|
1021
1054
|
def zone_ids(self) -> pulumi.Output[Sequence[builtins.str]]:
|
|
1022
1055
|
"""
|
|
1023
|
-
zone id
|
|
1056
|
+
zone id
|
|
1024
1057
|
"""
|
|
1025
1058
|
return pulumi.get(self, "zone_ids")
|
|
1026
1059
|
|
pulumi_alicloud/kms/outputs.py
CHANGED
|
@@ -56,10 +56,10 @@ class InstanceBindVpc(dict):
|
|
|
56
56
|
vpc_owner_id: Optional[builtins.str] = None,
|
|
57
57
|
vswitch_id: Optional[builtins.str] = None):
|
|
58
58
|
"""
|
|
59
|
-
:param builtins.str region_id: region id
|
|
60
|
-
:param builtins.str vpc_id: VPC ID
|
|
61
|
-
:param builtins.str vpc_owner_id: VPC owner root user ID
|
|
62
|
-
:param builtins.str vswitch_id: vswitch id
|
|
59
|
+
:param builtins.str region_id: region id
|
|
60
|
+
:param builtins.str vpc_id: VPC ID
|
|
61
|
+
:param builtins.str vpc_owner_id: VPC owner root user ID
|
|
62
|
+
:param builtins.str vswitch_id: vswitch id
|
|
63
63
|
"""
|
|
64
64
|
if region_id is not None:
|
|
65
65
|
pulumi.set(__self__, "region_id", region_id)
|
|
@@ -74,7 +74,7 @@ class InstanceBindVpc(dict):
|
|
|
74
74
|
@pulumi.getter(name="regionId")
|
|
75
75
|
def region_id(self) -> Optional[builtins.str]:
|
|
76
76
|
"""
|
|
77
|
-
region id
|
|
77
|
+
region id
|
|
78
78
|
"""
|
|
79
79
|
return pulumi.get(self, "region_id")
|
|
80
80
|
|
|
@@ -82,7 +82,7 @@ class InstanceBindVpc(dict):
|
|
|
82
82
|
@pulumi.getter(name="vpcId")
|
|
83
83
|
def vpc_id(self) -> Optional[builtins.str]:
|
|
84
84
|
"""
|
|
85
|
-
VPC ID
|
|
85
|
+
VPC ID
|
|
86
86
|
"""
|
|
87
87
|
return pulumi.get(self, "vpc_id")
|
|
88
88
|
|
|
@@ -90,7 +90,7 @@ class InstanceBindVpc(dict):
|
|
|
90
90
|
@pulumi.getter(name="vpcOwnerId")
|
|
91
91
|
def vpc_owner_id(self) -> Optional[builtins.str]:
|
|
92
92
|
"""
|
|
93
|
-
VPC owner root user ID
|
|
93
|
+
VPC owner root user ID
|
|
94
94
|
"""
|
|
95
95
|
return pulumi.get(self, "vpc_owner_id")
|
|
96
96
|
|
|
@@ -98,7 +98,7 @@ class InstanceBindVpc(dict):
|
|
|
98
98
|
@pulumi.getter(name="vswitchId")
|
|
99
99
|
def vswitch_id(self) -> Optional[builtins.str]:
|
|
100
100
|
"""
|
|
101
|
-
vswitch id
|
|
101
|
+
vswitch id
|
|
102
102
|
"""
|
|
103
103
|
return pulumi.get(self, "vswitch_id")
|
|
104
104
|
|
|
@@ -126,7 +126,9 @@ class InstanceArgs:
|
|
|
126
126
|
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] 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.
|
|
127
127
|
:param pulumi.Input[builtins.str] maintain_end_time: The end time of the operation and maintenance time period of the KVStore DBInstance, in the format of HH:mmZ (UTC time).
|
|
128
128
|
:param pulumi.Input[builtins.str] maintain_start_time: The start time of the operation and maintenance time period of the KVStore DBInstance, in the format of HH:mmZ (UTC time).
|
|
129
|
-
:param pulumi.Input[builtins.str] node_type:
|
|
129
|
+
:param pulumi.Input[builtins.str] node_type: Node type, valid values:
|
|
130
|
+
- `MASTER_SLAVE`: High availability (dual copies)
|
|
131
|
+
- `STAND_ALONE`: Single copy
|
|
130
132
|
:param pulumi.Input[builtins.str] order_type: Specifies a change type when you change the configuration of a subscription instance. Valid values: `UPGRADE`, `DOWNGRADE`. Default value: `UPGRADE`. `UPGRADE` means upgrades the configuration of a subscription instance. `DOWNGRADE` means downgrades the configuration of a subscription instance.
|
|
131
133
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceParameterArgs']]] parameters: It has been deprecated from provider version 1.101.0 and `config` instead. See `parameters` below.
|
|
132
134
|
:param pulumi.Input[builtins.str] password: The password of the KVStore DBInstance. The password that is used to connect to the instance. The password must be 8 to 32 characters in length and must contain at least three of the following character types: uppercase letters, lowercase letters, special characters, and digits. Special characters include: `! @ # $ % ^ & * ( ) _ + - =`
|
|
@@ -742,7 +744,9 @@ class InstanceArgs:
|
|
|
742
744
|
@_utilities.deprecated("""Field 'node_type' has been deprecated from version 1.120.1""")
|
|
743
745
|
def node_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
744
746
|
"""
|
|
745
|
-
|
|
747
|
+
Node type, valid values:
|
|
748
|
+
- `MASTER_SLAVE`: High availability (dual copies)
|
|
749
|
+
- `STAND_ALONE`: Single copy
|
|
746
750
|
"""
|
|
747
751
|
return pulumi.get(self, "node_type")
|
|
748
752
|
|
|
@@ -1196,7 +1200,9 @@ class _InstanceState:
|
|
|
1196
1200
|
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] 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.
|
|
1197
1201
|
:param pulumi.Input[builtins.str] maintain_end_time: The end time of the operation and maintenance time period of the KVStore DBInstance, in the format of HH:mmZ (UTC time).
|
|
1198
1202
|
:param pulumi.Input[builtins.str] maintain_start_time: The start time of the operation and maintenance time period of the KVStore DBInstance, in the format of HH:mmZ (UTC time).
|
|
1199
|
-
:param pulumi.Input[builtins.str] node_type:
|
|
1203
|
+
:param pulumi.Input[builtins.str] node_type: Node type, valid values:
|
|
1204
|
+
- `MASTER_SLAVE`: High availability (dual copies)
|
|
1205
|
+
- `STAND_ALONE`: Single copy
|
|
1200
1206
|
:param pulumi.Input[builtins.str] order_type: Specifies a change type when you change the configuration of a subscription instance. Valid values: `UPGRADE`, `DOWNGRADE`. Default value: `UPGRADE`. `UPGRADE` means upgrades the configuration of a subscription instance. `DOWNGRADE` means downgrades the configuration of a subscription instance.
|
|
1201
1207
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceParameterArgs']]] parameters: It has been deprecated from provider version 1.101.0 and `config` instead. See `parameters` below.
|
|
1202
1208
|
:param pulumi.Input[builtins.str] password: The password of the KVStore DBInstance. The password that is used to connect to the instance. The password must be 8 to 32 characters in length and must contain at least three of the following character types: uppercase letters, lowercase letters, special characters, and digits. Special characters include: `! @ # $ % ^ & * ( ) _ + - =`
|
|
@@ -1864,7 +1870,9 @@ class _InstanceState:
|
|
|
1864
1870
|
@_utilities.deprecated("""Field 'node_type' has been deprecated from version 1.120.1""")
|
|
1865
1871
|
def node_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1866
1872
|
"""
|
|
1867
|
-
|
|
1873
|
+
Node type, valid values:
|
|
1874
|
+
- `MASTER_SLAVE`: High availability (dual copies)
|
|
1875
|
+
- `STAND_ALONE`: Single copy
|
|
1868
1876
|
"""
|
|
1869
1877
|
return pulumi.get(self, "node_type")
|
|
1870
1878
|
|
|
@@ -2347,7 +2355,9 @@ class Instance(pulumi.CustomResource):
|
|
|
2347
2355
|
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] 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.
|
|
2348
2356
|
:param pulumi.Input[builtins.str] maintain_end_time: The end time of the operation and maintenance time period of the KVStore DBInstance, in the format of HH:mmZ (UTC time).
|
|
2349
2357
|
:param pulumi.Input[builtins.str] maintain_start_time: The start time of the operation and maintenance time period of the KVStore DBInstance, in the format of HH:mmZ (UTC time).
|
|
2350
|
-
:param pulumi.Input[builtins.str] node_type:
|
|
2358
|
+
:param pulumi.Input[builtins.str] node_type: Node type, valid values:
|
|
2359
|
+
- `MASTER_SLAVE`: High availability (dual copies)
|
|
2360
|
+
- `STAND_ALONE`: Single copy
|
|
2351
2361
|
:param pulumi.Input[builtins.str] order_type: Specifies a change type when you change the configuration of a subscription instance. Valid values: `UPGRADE`, `DOWNGRADE`. Default value: `UPGRADE`. `UPGRADE` means upgrades the configuration of a subscription instance. `DOWNGRADE` means downgrades the configuration of a subscription instance.
|
|
2352
2362
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceParameterArgs', 'InstanceParameterArgsDict']]]] parameters: It has been deprecated from provider version 1.101.0 and `config` instead. See `parameters` below.
|
|
2353
2363
|
:param pulumi.Input[builtins.str] password: The password of the KVStore DBInstance. The password that is used to connect to the instance. The password must be 8 to 32 characters in length and must contain at least three of the following character types: uppercase letters, lowercase letters, special characters, and digits. Special characters include: `! @ # $ % ^ & * ( ) _ + - =`
|
|
@@ -2680,7 +2690,9 @@ class Instance(pulumi.CustomResource):
|
|
|
2680
2690
|
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] 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.
|
|
2681
2691
|
:param pulumi.Input[builtins.str] maintain_end_time: The end time of the operation and maintenance time period of the KVStore DBInstance, in the format of HH:mmZ (UTC time).
|
|
2682
2692
|
:param pulumi.Input[builtins.str] maintain_start_time: The start time of the operation and maintenance time period of the KVStore DBInstance, in the format of HH:mmZ (UTC time).
|
|
2683
|
-
:param pulumi.Input[builtins.str] node_type:
|
|
2693
|
+
:param pulumi.Input[builtins.str] node_type: Node type, valid values:
|
|
2694
|
+
- `MASTER_SLAVE`: High availability (dual copies)
|
|
2695
|
+
- `STAND_ALONE`: Single copy
|
|
2684
2696
|
:param pulumi.Input[builtins.str] order_type: Specifies a change type when you change the configuration of a subscription instance. Valid values: `UPGRADE`, `DOWNGRADE`. Default value: `UPGRADE`. `UPGRADE` means upgrades the configuration of a subscription instance. `DOWNGRADE` means downgrades the configuration of a subscription instance.
|
|
2685
2697
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceParameterArgs', 'InstanceParameterArgsDict']]]] parameters: It has been deprecated from provider version 1.101.0 and `config` instead. See `parameters` below.
|
|
2686
2698
|
:param pulumi.Input[builtins.str] password: The password of the KVStore DBInstance. The password that is used to connect to the instance. The password must be 8 to 32 characters in length and must contain at least three of the following character types: uppercase letters, lowercase letters, special characters, and digits. Special characters include: `! @ # $ % ^ & * ( ) _ + - =`
|
|
@@ -3109,7 +3121,9 @@ class Instance(pulumi.CustomResource):
|
|
|
3109
3121
|
@_utilities.deprecated("""Field 'node_type' has been deprecated from version 1.120.1""")
|
|
3110
3122
|
def node_type(self) -> pulumi.Output[builtins.str]:
|
|
3111
3123
|
"""
|
|
3112
|
-
|
|
3124
|
+
Node type, valid values:
|
|
3125
|
+
- `MASTER_SLAVE`: High availability (dual copies)
|
|
3126
|
+
- `STAND_ALONE`: Single copy
|
|
3113
3127
|
"""
|
|
3114
3128
|
return pulumi.get(self, "node_type")
|
|
3115
3129
|
|