pulumi-alicloud 3.61.0__py3-none-any.whl → 3.61.0a1723820875__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 -27
- pulumi_alicloud/_inputs.py +0 -16
- pulumi_alicloud/alikafka/instance.py +14 -21
- pulumi_alicloud/amqp/binding.py +0 -7
- pulumi_alicloud/config/outputs.py +0 -12
- pulumi_alicloud/cs/_inputs.py +2 -50
- pulumi_alicloud/cs/node_pool.py +42 -42
- pulumi_alicloud/cs/outputs.py +3 -45
- pulumi_alicloud/dataworks/__init__.py +0 -1
- pulumi_alicloud/elasticsearch/instance.py +14 -296
- pulumi_alicloud/log/store.py +10 -91
- pulumi_alicloud/mongodb/_inputs.py +12 -12
- pulumi_alicloud/mongodb/instance.py +7 -54
- pulumi_alicloud/mongodb/outputs.py +12 -12
- pulumi_alicloud/mongodb/sharding_instance.py +7 -54
- pulumi_alicloud/mongodb/sharding_network_private_address.py +39 -145
- pulumi_alicloud/pulumi-plugin.json +1 -1
- {pulumi_alicloud-3.61.0.dist-info → pulumi_alicloud-3.61.0a1723820875.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.61.0.dist-info → pulumi_alicloud-3.61.0a1723820875.dist-info}/RECORD +21 -29
- {pulumi_alicloud-3.61.0.dist-info → pulumi_alicloud-3.61.0a1723820875.dist-info}/WHEEL +1 -1
- pulumi_alicloud/dataworks/project.py +0 -450
- pulumi_alicloud/selectdb/__init__.py +0 -13
- pulumi_alicloud/selectdb/_inputs.py +0 -446
- pulumi_alicloud/selectdb/db_cluster.py +0 -830
- pulumi_alicloud/selectdb/db_instance.py +0 -1368
- pulumi_alicloud/selectdb/get_db_clusters.py +0 -184
- pulumi_alicloud/selectdb/get_db_instances.py +0 -191
- pulumi_alicloud/selectdb/outputs.py +0 -1122
- {pulumi_alicloud-3.61.0.dist-info → pulumi_alicloud-3.61.0a1723820875.dist-info}/top_level.txt +0 -0
|
@@ -31,7 +31,6 @@ class InstanceArgs:
|
|
|
31
31
|
enable_public: Optional[pulumi.Input[bool]] = None,
|
|
32
32
|
instance_charge_type: Optional[pulumi.Input[str]] = None,
|
|
33
33
|
kibana_node_spec: Optional[pulumi.Input[str]] = None,
|
|
34
|
-
kibana_private_security_group_id: Optional[pulumi.Input[str]] = None,
|
|
35
34
|
kibana_private_whitelists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
36
35
|
kibana_whitelists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
37
36
|
kms_encrypted_password: Optional[pulumi.Input[str]] = None,
|
|
@@ -48,11 +47,6 @@ class InstanceArgs:
|
|
|
48
47
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
49
48
|
setting_config: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
50
49
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
51
|
-
warm_node_amount: Optional[pulumi.Input[int]] = None,
|
|
52
|
-
warm_node_disk_encrypted: Optional[pulumi.Input[bool]] = None,
|
|
53
|
-
warm_node_disk_size: Optional[pulumi.Input[int]] = None,
|
|
54
|
-
warm_node_disk_type: Optional[pulumi.Input[str]] = None,
|
|
55
|
-
warm_node_spec: Optional[pulumi.Input[str]] = None,
|
|
56
50
|
zone_count: Optional[pulumi.Input[int]] = None):
|
|
57
51
|
"""
|
|
58
52
|
The set of arguments for constructing a Instance resource.
|
|
@@ -60,7 +54,7 @@ class InstanceArgs:
|
|
|
60
54
|
:param pulumi.Input[int] data_node_disk_size: The single data node storage space.
|
|
61
55
|
:param pulumi.Input[str] data_node_disk_type: The data node disk type. Supported values: cloud_ssd, cloud_efficiency.
|
|
62
56
|
:param pulumi.Input[str] data_node_spec: The data node specifications of the Elasticsearch instance.
|
|
63
|
-
:param pulumi.Input[str] version: Elasticsearch version. Supported values: `5.5.3_with_X-Pack`, `6.3_with_X-Pack`, `6.7_with_X-Pack`, `6.8_with_X-Pack`, `7.4_with_X-Pack`
|
|
57
|
+
:param pulumi.Input[str] version: Elasticsearch version. Supported values: `5.5.3_with_X-Pack`, `6.3_with_X-Pack`, `6.7_with_X-Pack`, `6.8_with_X-Pack`, `7.4_with_X-Pack` and `7.7_with_X-Pack`.
|
|
64
58
|
:param pulumi.Input[str] vswitch_id: The ID of VSwitch.
|
|
65
59
|
:param pulumi.Input[int] auto_renew_duration: Auto-renewal period of an Elasticsearch Instance, in the unit of the month. It is valid when `instance_charge_type` is `PrePaid` and `renew_status` is `AutoRenewal`.
|
|
66
60
|
:param pulumi.Input[int] client_node_amount: The Elasticsearch cluster's client node quantity, between 2 and 25.
|
|
@@ -73,8 +67,7 @@ class InstanceArgs:
|
|
|
73
67
|
:param pulumi.Input[bool] enable_public: Bool, default to false. When it set to true, the instance can enable public network access。
|
|
74
68
|
:param pulumi.Input[str] instance_charge_type: Valid values are `PrePaid`, `PostPaid`. Default to `PostPaid`. From version 1.69.0, the Elasticsearch cluster allows you to update your instance_charge_ype from `PostPaid` to `PrePaid`, the following attributes are required: `period`. But, updating from `PostPaid` to `PrePaid` is not supported.
|
|
75
69
|
:param pulumi.Input[str] kibana_node_spec: The kibana node specifications of the Elasticsearch instance. Default is `elasticsearch.n4.small`.
|
|
76
|
-
:param pulumi.Input[str]
|
|
77
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] kibana_private_whitelists: Set the Kibana's IP whitelist in private network, This option has been abandoned on newly created instance, please use `kibana_private_security_group_id` instead
|
|
70
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] kibana_private_whitelists: Set the Kibana's IP whitelist in private network.
|
|
78
71
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] kibana_whitelists: Set the Kibana's IP whitelist in internet network.
|
|
79
72
|
:param pulumi.Input[str] kms_encrypted_password: An KMS encrypts password used to an instance. If the `password` is filled in, this field will be ignored, but you have to specify one of `password` and `kms_encrypted_password` fields.
|
|
80
73
|
:param pulumi.Input[Mapping[str, pulumi.Input[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.
|
|
@@ -90,11 +83,6 @@ class InstanceArgs:
|
|
|
90
83
|
:param pulumi.Input[str] resource_group_id: The ID of resource group which the Elasticsearch instance belongs.
|
|
91
84
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] setting_config: The YML configuration of the instance.[Detailed introduction](https://www.alibabacloud.com/help/doc-detail/61336.html).
|
|
92
85
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
93
|
-
:param pulumi.Input[int] warm_node_amount: The Elasticsearch cluster's warm node quantity, between 3 and 50.
|
|
94
|
-
:param pulumi.Input[bool] warm_node_disk_encrypted: If encrypt the warm node disk. Valid values are `true`, `false`. Default to `false`.
|
|
95
|
-
:param pulumi.Input[int] warm_node_disk_size: The single warm node storage space, should between 500 and 20480
|
|
96
|
-
:param pulumi.Input[str] warm_node_disk_type: The warm node disk type. Supported values: cloud_efficiency.
|
|
97
|
-
:param pulumi.Input[str] warm_node_spec: The warm node specifications of the Elasticsearch instance.
|
|
98
86
|
:param pulumi.Input[int] zone_count: The Multi-AZ supported for Elasticsearch, between 1 and 3. The `data_node_amount` value must be an integral multiple of the `zone_count` value.
|
|
99
87
|
"""
|
|
100
88
|
pulumi.set(__self__, "data_node_amount", data_node_amount)
|
|
@@ -125,8 +113,6 @@ class InstanceArgs:
|
|
|
125
113
|
pulumi.set(__self__, "instance_charge_type", instance_charge_type)
|
|
126
114
|
if kibana_node_spec is not None:
|
|
127
115
|
pulumi.set(__self__, "kibana_node_spec", kibana_node_spec)
|
|
128
|
-
if kibana_private_security_group_id is not None:
|
|
129
|
-
pulumi.set(__self__, "kibana_private_security_group_id", kibana_private_security_group_id)
|
|
130
116
|
if kibana_private_whitelists is not None:
|
|
131
117
|
pulumi.set(__self__, "kibana_private_whitelists", kibana_private_whitelists)
|
|
132
118
|
if kibana_whitelists is not None:
|
|
@@ -159,16 +145,6 @@ class InstanceArgs:
|
|
|
159
145
|
pulumi.set(__self__, "setting_config", setting_config)
|
|
160
146
|
if tags is not None:
|
|
161
147
|
pulumi.set(__self__, "tags", tags)
|
|
162
|
-
if warm_node_amount is not None:
|
|
163
|
-
pulumi.set(__self__, "warm_node_amount", warm_node_amount)
|
|
164
|
-
if warm_node_disk_encrypted is not None:
|
|
165
|
-
pulumi.set(__self__, "warm_node_disk_encrypted", warm_node_disk_encrypted)
|
|
166
|
-
if warm_node_disk_size is not None:
|
|
167
|
-
pulumi.set(__self__, "warm_node_disk_size", warm_node_disk_size)
|
|
168
|
-
if warm_node_disk_type is not None:
|
|
169
|
-
pulumi.set(__self__, "warm_node_disk_type", warm_node_disk_type)
|
|
170
|
-
if warm_node_spec is not None:
|
|
171
|
-
pulumi.set(__self__, "warm_node_spec", warm_node_spec)
|
|
172
148
|
if zone_count is not None:
|
|
173
149
|
pulumi.set(__self__, "zone_count", zone_count)
|
|
174
150
|
|
|
@@ -224,7 +200,7 @@ class InstanceArgs:
|
|
|
224
200
|
@pulumi.getter
|
|
225
201
|
def version(self) -> pulumi.Input[str]:
|
|
226
202
|
"""
|
|
227
|
-
Elasticsearch version. Supported values: `5.5.3_with_X-Pack`, `6.3_with_X-Pack`, `6.7_with_X-Pack`, `6.8_with_X-Pack`, `7.4_with_X-Pack`
|
|
203
|
+
Elasticsearch version. Supported values: `5.5.3_with_X-Pack`, `6.3_with_X-Pack`, `6.7_with_X-Pack`, `6.8_with_X-Pack`, `7.4_with_X-Pack` and `7.7_with_X-Pack`.
|
|
228
204
|
"""
|
|
229
205
|
return pulumi.get(self, "version")
|
|
230
206
|
|
|
@@ -376,23 +352,11 @@ class InstanceArgs:
|
|
|
376
352
|
def kibana_node_spec(self, value: Optional[pulumi.Input[str]]):
|
|
377
353
|
pulumi.set(self, "kibana_node_spec", value)
|
|
378
354
|
|
|
379
|
-
@property
|
|
380
|
-
@pulumi.getter(name="kibanaPrivateSecurityGroupId")
|
|
381
|
-
def kibana_private_security_group_id(self) -> Optional[pulumi.Input[str]]:
|
|
382
|
-
"""
|
|
383
|
-
the security group id associated with Kibana private network, this param is required when `enable_kibana_private_network` set true, and the security group id should in the same VPC as `vswitch_id`
|
|
384
|
-
"""
|
|
385
|
-
return pulumi.get(self, "kibana_private_security_group_id")
|
|
386
|
-
|
|
387
|
-
@kibana_private_security_group_id.setter
|
|
388
|
-
def kibana_private_security_group_id(self, value: Optional[pulumi.Input[str]]):
|
|
389
|
-
pulumi.set(self, "kibana_private_security_group_id", value)
|
|
390
|
-
|
|
391
355
|
@property
|
|
392
356
|
@pulumi.getter(name="kibanaPrivateWhitelists")
|
|
393
357
|
def kibana_private_whitelists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
394
358
|
"""
|
|
395
|
-
Set the Kibana's IP whitelist in private network
|
|
359
|
+
Set the Kibana's IP whitelist in private network.
|
|
396
360
|
"""
|
|
397
361
|
return pulumi.get(self, "kibana_private_whitelists")
|
|
398
362
|
|
|
@@ -580,66 +544,6 @@ class InstanceArgs:
|
|
|
580
544
|
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
581
545
|
pulumi.set(self, "tags", value)
|
|
582
546
|
|
|
583
|
-
@property
|
|
584
|
-
@pulumi.getter(name="warmNodeAmount")
|
|
585
|
-
def warm_node_amount(self) -> Optional[pulumi.Input[int]]:
|
|
586
|
-
"""
|
|
587
|
-
The Elasticsearch cluster's warm node quantity, between 3 and 50.
|
|
588
|
-
"""
|
|
589
|
-
return pulumi.get(self, "warm_node_amount")
|
|
590
|
-
|
|
591
|
-
@warm_node_amount.setter
|
|
592
|
-
def warm_node_amount(self, value: Optional[pulumi.Input[int]]):
|
|
593
|
-
pulumi.set(self, "warm_node_amount", value)
|
|
594
|
-
|
|
595
|
-
@property
|
|
596
|
-
@pulumi.getter(name="warmNodeDiskEncrypted")
|
|
597
|
-
def warm_node_disk_encrypted(self) -> Optional[pulumi.Input[bool]]:
|
|
598
|
-
"""
|
|
599
|
-
If encrypt the warm node disk. Valid values are `true`, `false`. Default to `false`.
|
|
600
|
-
"""
|
|
601
|
-
return pulumi.get(self, "warm_node_disk_encrypted")
|
|
602
|
-
|
|
603
|
-
@warm_node_disk_encrypted.setter
|
|
604
|
-
def warm_node_disk_encrypted(self, value: Optional[pulumi.Input[bool]]):
|
|
605
|
-
pulumi.set(self, "warm_node_disk_encrypted", value)
|
|
606
|
-
|
|
607
|
-
@property
|
|
608
|
-
@pulumi.getter(name="warmNodeDiskSize")
|
|
609
|
-
def warm_node_disk_size(self) -> Optional[pulumi.Input[int]]:
|
|
610
|
-
"""
|
|
611
|
-
The single warm node storage space, should between 500 and 20480
|
|
612
|
-
"""
|
|
613
|
-
return pulumi.get(self, "warm_node_disk_size")
|
|
614
|
-
|
|
615
|
-
@warm_node_disk_size.setter
|
|
616
|
-
def warm_node_disk_size(self, value: Optional[pulumi.Input[int]]):
|
|
617
|
-
pulumi.set(self, "warm_node_disk_size", value)
|
|
618
|
-
|
|
619
|
-
@property
|
|
620
|
-
@pulumi.getter(name="warmNodeDiskType")
|
|
621
|
-
def warm_node_disk_type(self) -> Optional[pulumi.Input[str]]:
|
|
622
|
-
"""
|
|
623
|
-
The warm node disk type. Supported values: cloud_efficiency.
|
|
624
|
-
"""
|
|
625
|
-
return pulumi.get(self, "warm_node_disk_type")
|
|
626
|
-
|
|
627
|
-
@warm_node_disk_type.setter
|
|
628
|
-
def warm_node_disk_type(self, value: Optional[pulumi.Input[str]]):
|
|
629
|
-
pulumi.set(self, "warm_node_disk_type", value)
|
|
630
|
-
|
|
631
|
-
@property
|
|
632
|
-
@pulumi.getter(name="warmNodeSpec")
|
|
633
|
-
def warm_node_spec(self) -> Optional[pulumi.Input[str]]:
|
|
634
|
-
"""
|
|
635
|
-
The warm node specifications of the Elasticsearch instance.
|
|
636
|
-
"""
|
|
637
|
-
return pulumi.get(self, "warm_node_spec")
|
|
638
|
-
|
|
639
|
-
@warm_node_spec.setter
|
|
640
|
-
def warm_node_spec(self, value: Optional[pulumi.Input[str]]):
|
|
641
|
-
pulumi.set(self, "warm_node_spec", value)
|
|
642
|
-
|
|
643
547
|
@property
|
|
644
548
|
@pulumi.getter(name="zoneCount")
|
|
645
549
|
def zone_count(self) -> Optional[pulumi.Input[int]]:
|
|
@@ -674,7 +578,6 @@ class _InstanceState:
|
|
|
674
578
|
kibana_domain: Optional[pulumi.Input[str]] = None,
|
|
675
579
|
kibana_node_spec: Optional[pulumi.Input[str]] = None,
|
|
676
580
|
kibana_port: Optional[pulumi.Input[int]] = None,
|
|
677
|
-
kibana_private_security_group_id: Optional[pulumi.Input[str]] = None,
|
|
678
581
|
kibana_private_whitelists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
679
582
|
kibana_whitelists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
680
583
|
kms_encrypted_password: Optional[pulumi.Input[str]] = None,
|
|
@@ -697,11 +600,6 @@ class _InstanceState:
|
|
|
697
600
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
698
601
|
version: Optional[pulumi.Input[str]] = None,
|
|
699
602
|
vswitch_id: Optional[pulumi.Input[str]] = None,
|
|
700
|
-
warm_node_amount: Optional[pulumi.Input[int]] = None,
|
|
701
|
-
warm_node_disk_encrypted: Optional[pulumi.Input[bool]] = None,
|
|
702
|
-
warm_node_disk_size: Optional[pulumi.Input[int]] = None,
|
|
703
|
-
warm_node_disk_type: Optional[pulumi.Input[str]] = None,
|
|
704
|
-
warm_node_spec: Optional[pulumi.Input[str]] = None,
|
|
705
603
|
zone_count: Optional[pulumi.Input[int]] = None):
|
|
706
604
|
"""
|
|
707
605
|
Input properties used for looking up and filtering Instance resources.
|
|
@@ -723,8 +621,7 @@ class _InstanceState:
|
|
|
723
621
|
:param pulumi.Input[str] kibana_domain: Kibana console domain (Internet access supported).
|
|
724
622
|
:param pulumi.Input[str] kibana_node_spec: The kibana node specifications of the Elasticsearch instance. Default is `elasticsearch.n4.small`.
|
|
725
623
|
:param pulumi.Input[int] kibana_port: Kibana console port.
|
|
726
|
-
:param pulumi.Input[str]
|
|
727
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] kibana_private_whitelists: Set the Kibana's IP whitelist in private network, This option has been abandoned on newly created instance, please use `kibana_private_security_group_id` instead
|
|
624
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] kibana_private_whitelists: Set the Kibana's IP whitelist in private network.
|
|
728
625
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] kibana_whitelists: Set the Kibana's IP whitelist in internet network.
|
|
729
626
|
:param pulumi.Input[str] kms_encrypted_password: An KMS encrypts password used to an instance. If the `password` is filled in, this field will be ignored, but you have to specify one of `password` and `kms_encrypted_password` fields.
|
|
730
627
|
:param pulumi.Input[Mapping[str, pulumi.Input[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.
|
|
@@ -744,13 +641,8 @@ class _InstanceState:
|
|
|
744
641
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] setting_config: The YML configuration of the instance.[Detailed introduction](https://www.alibabacloud.com/help/doc-detail/61336.html).
|
|
745
642
|
:param pulumi.Input[str] status: The Elasticsearch instance status. Includes `active`, `activating`, `inactive`. Some operations are denied when status is not `active`.
|
|
746
643
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
747
|
-
:param pulumi.Input[str] version: Elasticsearch version. Supported values: `5.5.3_with_X-Pack`, `6.3_with_X-Pack`, `6.7_with_X-Pack`, `6.8_with_X-Pack`, `7.4_with_X-Pack`
|
|
644
|
+
:param pulumi.Input[str] version: Elasticsearch version. Supported values: `5.5.3_with_X-Pack`, `6.3_with_X-Pack`, `6.7_with_X-Pack`, `6.8_with_X-Pack`, `7.4_with_X-Pack` and `7.7_with_X-Pack`.
|
|
748
645
|
:param pulumi.Input[str] vswitch_id: The ID of VSwitch.
|
|
749
|
-
:param pulumi.Input[int] warm_node_amount: The Elasticsearch cluster's warm node quantity, between 3 and 50.
|
|
750
|
-
:param pulumi.Input[bool] warm_node_disk_encrypted: If encrypt the warm node disk. Valid values are `true`, `false`. Default to `false`.
|
|
751
|
-
:param pulumi.Input[int] warm_node_disk_size: The single warm node storage space, should between 500 and 20480
|
|
752
|
-
:param pulumi.Input[str] warm_node_disk_type: The warm node disk type. Supported values: cloud_efficiency.
|
|
753
|
-
:param pulumi.Input[str] warm_node_spec: The warm node specifications of the Elasticsearch instance.
|
|
754
646
|
:param pulumi.Input[int] zone_count: The Multi-AZ supported for Elasticsearch, between 1 and 3. The `data_node_amount` value must be an integral multiple of the `zone_count` value.
|
|
755
647
|
"""
|
|
756
648
|
if auto_renew_duration is not None:
|
|
@@ -789,8 +681,6 @@ class _InstanceState:
|
|
|
789
681
|
pulumi.set(__self__, "kibana_node_spec", kibana_node_spec)
|
|
790
682
|
if kibana_port is not None:
|
|
791
683
|
pulumi.set(__self__, "kibana_port", kibana_port)
|
|
792
|
-
if kibana_private_security_group_id is not None:
|
|
793
|
-
pulumi.set(__self__, "kibana_private_security_group_id", kibana_private_security_group_id)
|
|
794
684
|
if kibana_private_whitelists is not None:
|
|
795
685
|
pulumi.set(__self__, "kibana_private_whitelists", kibana_private_whitelists)
|
|
796
686
|
if kibana_whitelists is not None:
|
|
@@ -835,16 +725,6 @@ class _InstanceState:
|
|
|
835
725
|
pulumi.set(__self__, "version", version)
|
|
836
726
|
if vswitch_id is not None:
|
|
837
727
|
pulumi.set(__self__, "vswitch_id", vswitch_id)
|
|
838
|
-
if warm_node_amount is not None:
|
|
839
|
-
pulumi.set(__self__, "warm_node_amount", warm_node_amount)
|
|
840
|
-
if warm_node_disk_encrypted is not None:
|
|
841
|
-
pulumi.set(__self__, "warm_node_disk_encrypted", warm_node_disk_encrypted)
|
|
842
|
-
if warm_node_disk_size is not None:
|
|
843
|
-
pulumi.set(__self__, "warm_node_disk_size", warm_node_disk_size)
|
|
844
|
-
if warm_node_disk_type is not None:
|
|
845
|
-
pulumi.set(__self__, "warm_node_disk_type", warm_node_disk_type)
|
|
846
|
-
if warm_node_spec is not None:
|
|
847
|
-
pulumi.set(__self__, "warm_node_spec", warm_node_spec)
|
|
848
728
|
if zone_count is not None:
|
|
849
729
|
pulumi.set(__self__, "zone_count", zone_count)
|
|
850
730
|
|
|
@@ -1064,23 +944,11 @@ class _InstanceState:
|
|
|
1064
944
|
def kibana_port(self, value: Optional[pulumi.Input[int]]):
|
|
1065
945
|
pulumi.set(self, "kibana_port", value)
|
|
1066
946
|
|
|
1067
|
-
@property
|
|
1068
|
-
@pulumi.getter(name="kibanaPrivateSecurityGroupId")
|
|
1069
|
-
def kibana_private_security_group_id(self) -> Optional[pulumi.Input[str]]:
|
|
1070
|
-
"""
|
|
1071
|
-
the security group id associated with Kibana private network, this param is required when `enable_kibana_private_network` set true, and the security group id should in the same VPC as `vswitch_id`
|
|
1072
|
-
"""
|
|
1073
|
-
return pulumi.get(self, "kibana_private_security_group_id")
|
|
1074
|
-
|
|
1075
|
-
@kibana_private_security_group_id.setter
|
|
1076
|
-
def kibana_private_security_group_id(self, value: Optional[pulumi.Input[str]]):
|
|
1077
|
-
pulumi.set(self, "kibana_private_security_group_id", value)
|
|
1078
|
-
|
|
1079
947
|
@property
|
|
1080
948
|
@pulumi.getter(name="kibanaPrivateWhitelists")
|
|
1081
949
|
def kibana_private_whitelists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1082
950
|
"""
|
|
1083
|
-
Set the Kibana's IP whitelist in private network
|
|
951
|
+
Set the Kibana's IP whitelist in private network.
|
|
1084
952
|
"""
|
|
1085
953
|
return pulumi.get(self, "kibana_private_whitelists")
|
|
1086
954
|
|
|
@@ -1320,7 +1188,7 @@ class _InstanceState:
|
|
|
1320
1188
|
@pulumi.getter
|
|
1321
1189
|
def version(self) -> Optional[pulumi.Input[str]]:
|
|
1322
1190
|
"""
|
|
1323
|
-
Elasticsearch version. Supported values: `5.5.3_with_X-Pack`, `6.3_with_X-Pack`, `6.7_with_X-Pack`, `6.8_with_X-Pack`, `7.4_with_X-Pack`
|
|
1191
|
+
Elasticsearch version. Supported values: `5.5.3_with_X-Pack`, `6.3_with_X-Pack`, `6.7_with_X-Pack`, `6.8_with_X-Pack`, `7.4_with_X-Pack` and `7.7_with_X-Pack`.
|
|
1324
1192
|
"""
|
|
1325
1193
|
return pulumi.get(self, "version")
|
|
1326
1194
|
|
|
@@ -1340,66 +1208,6 @@ class _InstanceState:
|
|
|
1340
1208
|
def vswitch_id(self, value: Optional[pulumi.Input[str]]):
|
|
1341
1209
|
pulumi.set(self, "vswitch_id", value)
|
|
1342
1210
|
|
|
1343
|
-
@property
|
|
1344
|
-
@pulumi.getter(name="warmNodeAmount")
|
|
1345
|
-
def warm_node_amount(self) -> Optional[pulumi.Input[int]]:
|
|
1346
|
-
"""
|
|
1347
|
-
The Elasticsearch cluster's warm node quantity, between 3 and 50.
|
|
1348
|
-
"""
|
|
1349
|
-
return pulumi.get(self, "warm_node_amount")
|
|
1350
|
-
|
|
1351
|
-
@warm_node_amount.setter
|
|
1352
|
-
def warm_node_amount(self, value: Optional[pulumi.Input[int]]):
|
|
1353
|
-
pulumi.set(self, "warm_node_amount", value)
|
|
1354
|
-
|
|
1355
|
-
@property
|
|
1356
|
-
@pulumi.getter(name="warmNodeDiskEncrypted")
|
|
1357
|
-
def warm_node_disk_encrypted(self) -> Optional[pulumi.Input[bool]]:
|
|
1358
|
-
"""
|
|
1359
|
-
If encrypt the warm node disk. Valid values are `true`, `false`. Default to `false`.
|
|
1360
|
-
"""
|
|
1361
|
-
return pulumi.get(self, "warm_node_disk_encrypted")
|
|
1362
|
-
|
|
1363
|
-
@warm_node_disk_encrypted.setter
|
|
1364
|
-
def warm_node_disk_encrypted(self, value: Optional[pulumi.Input[bool]]):
|
|
1365
|
-
pulumi.set(self, "warm_node_disk_encrypted", value)
|
|
1366
|
-
|
|
1367
|
-
@property
|
|
1368
|
-
@pulumi.getter(name="warmNodeDiskSize")
|
|
1369
|
-
def warm_node_disk_size(self) -> Optional[pulumi.Input[int]]:
|
|
1370
|
-
"""
|
|
1371
|
-
The single warm node storage space, should between 500 and 20480
|
|
1372
|
-
"""
|
|
1373
|
-
return pulumi.get(self, "warm_node_disk_size")
|
|
1374
|
-
|
|
1375
|
-
@warm_node_disk_size.setter
|
|
1376
|
-
def warm_node_disk_size(self, value: Optional[pulumi.Input[int]]):
|
|
1377
|
-
pulumi.set(self, "warm_node_disk_size", value)
|
|
1378
|
-
|
|
1379
|
-
@property
|
|
1380
|
-
@pulumi.getter(name="warmNodeDiskType")
|
|
1381
|
-
def warm_node_disk_type(self) -> Optional[pulumi.Input[str]]:
|
|
1382
|
-
"""
|
|
1383
|
-
The warm node disk type. Supported values: cloud_efficiency.
|
|
1384
|
-
"""
|
|
1385
|
-
return pulumi.get(self, "warm_node_disk_type")
|
|
1386
|
-
|
|
1387
|
-
@warm_node_disk_type.setter
|
|
1388
|
-
def warm_node_disk_type(self, value: Optional[pulumi.Input[str]]):
|
|
1389
|
-
pulumi.set(self, "warm_node_disk_type", value)
|
|
1390
|
-
|
|
1391
|
-
@property
|
|
1392
|
-
@pulumi.getter(name="warmNodeSpec")
|
|
1393
|
-
def warm_node_spec(self) -> Optional[pulumi.Input[str]]:
|
|
1394
|
-
"""
|
|
1395
|
-
The warm node specifications of the Elasticsearch instance.
|
|
1396
|
-
"""
|
|
1397
|
-
return pulumi.get(self, "warm_node_spec")
|
|
1398
|
-
|
|
1399
|
-
@warm_node_spec.setter
|
|
1400
|
-
def warm_node_spec(self, value: Optional[pulumi.Input[str]]):
|
|
1401
|
-
pulumi.set(self, "warm_node_spec", value)
|
|
1402
|
-
|
|
1403
1211
|
@property
|
|
1404
1212
|
@pulumi.getter(name="zoneCount")
|
|
1405
1213
|
def zone_count(self) -> Optional[pulumi.Input[int]]:
|
|
@@ -1433,7 +1241,6 @@ class Instance(pulumi.CustomResource):
|
|
|
1433
1241
|
enable_public: Optional[pulumi.Input[bool]] = None,
|
|
1434
1242
|
instance_charge_type: Optional[pulumi.Input[str]] = None,
|
|
1435
1243
|
kibana_node_spec: Optional[pulumi.Input[str]] = None,
|
|
1436
|
-
kibana_private_security_group_id: Optional[pulumi.Input[str]] = None,
|
|
1437
1244
|
kibana_private_whitelists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1438
1245
|
kibana_whitelists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1439
1246
|
kms_encrypted_password: Optional[pulumi.Input[str]] = None,
|
|
@@ -1452,11 +1259,6 @@ class Instance(pulumi.CustomResource):
|
|
|
1452
1259
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
1453
1260
|
version: Optional[pulumi.Input[str]] = None,
|
|
1454
1261
|
vswitch_id: Optional[pulumi.Input[str]] = None,
|
|
1455
|
-
warm_node_amount: Optional[pulumi.Input[int]] = None,
|
|
1456
|
-
warm_node_disk_encrypted: Optional[pulumi.Input[bool]] = None,
|
|
1457
|
-
warm_node_disk_size: Optional[pulumi.Input[int]] = None,
|
|
1458
|
-
warm_node_disk_type: Optional[pulumi.Input[str]] = None,
|
|
1459
|
-
warm_node_spec: Optional[pulumi.Input[str]] = None,
|
|
1460
1262
|
zone_count: Optional[pulumi.Input[int]] = None,
|
|
1461
1263
|
__props__=None):
|
|
1462
1264
|
"""
|
|
@@ -1485,8 +1287,7 @@ class Instance(pulumi.CustomResource):
|
|
|
1485
1287
|
:param pulumi.Input[bool] enable_public: Bool, default to false. When it set to true, the instance can enable public network access。
|
|
1486
1288
|
:param pulumi.Input[str] instance_charge_type: Valid values are `PrePaid`, `PostPaid`. Default to `PostPaid`. From version 1.69.0, the Elasticsearch cluster allows you to update your instance_charge_ype from `PostPaid` to `PrePaid`, the following attributes are required: `period`. But, updating from `PostPaid` to `PrePaid` is not supported.
|
|
1487
1289
|
:param pulumi.Input[str] kibana_node_spec: The kibana node specifications of the Elasticsearch instance. Default is `elasticsearch.n4.small`.
|
|
1488
|
-
:param pulumi.Input[str]
|
|
1489
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] kibana_private_whitelists: Set the Kibana's IP whitelist in private network, This option has been abandoned on newly created instance, please use `kibana_private_security_group_id` instead
|
|
1290
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] kibana_private_whitelists: Set the Kibana's IP whitelist in private network.
|
|
1490
1291
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] kibana_whitelists: Set the Kibana's IP whitelist in internet network.
|
|
1491
1292
|
:param pulumi.Input[str] kms_encrypted_password: An KMS encrypts password used to an instance. If the `password` is filled in, this field will be ignored, but you have to specify one of `password` and `kms_encrypted_password` fields.
|
|
1492
1293
|
:param pulumi.Input[Mapping[str, pulumi.Input[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.
|
|
@@ -1502,13 +1303,8 @@ class Instance(pulumi.CustomResource):
|
|
|
1502
1303
|
:param pulumi.Input[str] resource_group_id: The ID of resource group which the Elasticsearch instance belongs.
|
|
1503
1304
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] setting_config: The YML configuration of the instance.[Detailed introduction](https://www.alibabacloud.com/help/doc-detail/61336.html).
|
|
1504
1305
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
1505
|
-
:param pulumi.Input[str] version: Elasticsearch version. Supported values: `5.5.3_with_X-Pack`, `6.3_with_X-Pack`, `6.7_with_X-Pack`, `6.8_with_X-Pack`, `7.4_with_X-Pack`
|
|
1306
|
+
:param pulumi.Input[str] version: Elasticsearch version. Supported values: `5.5.3_with_X-Pack`, `6.3_with_X-Pack`, `6.7_with_X-Pack`, `6.8_with_X-Pack`, `7.4_with_X-Pack` and `7.7_with_X-Pack`.
|
|
1506
1307
|
:param pulumi.Input[str] vswitch_id: The ID of VSwitch.
|
|
1507
|
-
:param pulumi.Input[int] warm_node_amount: The Elasticsearch cluster's warm node quantity, between 3 and 50.
|
|
1508
|
-
:param pulumi.Input[bool] warm_node_disk_encrypted: If encrypt the warm node disk. Valid values are `true`, `false`. Default to `false`.
|
|
1509
|
-
:param pulumi.Input[int] warm_node_disk_size: The single warm node storage space, should between 500 and 20480
|
|
1510
|
-
:param pulumi.Input[str] warm_node_disk_type: The warm node disk type. Supported values: cloud_efficiency.
|
|
1511
|
-
:param pulumi.Input[str] warm_node_spec: The warm node specifications of the Elasticsearch instance.
|
|
1512
1308
|
:param pulumi.Input[int] zone_count: The Multi-AZ supported for Elasticsearch, between 1 and 3. The `data_node_amount` value must be an integral multiple of the `zone_count` value.
|
|
1513
1309
|
"""
|
|
1514
1310
|
...
|
|
@@ -1556,7 +1352,6 @@ class Instance(pulumi.CustomResource):
|
|
|
1556
1352
|
enable_public: Optional[pulumi.Input[bool]] = None,
|
|
1557
1353
|
instance_charge_type: Optional[pulumi.Input[str]] = None,
|
|
1558
1354
|
kibana_node_spec: Optional[pulumi.Input[str]] = None,
|
|
1559
|
-
kibana_private_security_group_id: Optional[pulumi.Input[str]] = None,
|
|
1560
1355
|
kibana_private_whitelists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1561
1356
|
kibana_whitelists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1562
1357
|
kms_encrypted_password: Optional[pulumi.Input[str]] = None,
|
|
@@ -1575,11 +1370,6 @@ class Instance(pulumi.CustomResource):
|
|
|
1575
1370
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
1576
1371
|
version: Optional[pulumi.Input[str]] = None,
|
|
1577
1372
|
vswitch_id: Optional[pulumi.Input[str]] = None,
|
|
1578
|
-
warm_node_amount: Optional[pulumi.Input[int]] = None,
|
|
1579
|
-
warm_node_disk_encrypted: Optional[pulumi.Input[bool]] = None,
|
|
1580
|
-
warm_node_disk_size: Optional[pulumi.Input[int]] = None,
|
|
1581
|
-
warm_node_disk_type: Optional[pulumi.Input[str]] = None,
|
|
1582
|
-
warm_node_spec: Optional[pulumi.Input[str]] = None,
|
|
1583
1373
|
zone_count: Optional[pulumi.Input[int]] = None,
|
|
1584
1374
|
__props__=None):
|
|
1585
1375
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
@@ -1613,7 +1403,6 @@ class Instance(pulumi.CustomResource):
|
|
|
1613
1403
|
__props__.__dict__["enable_public"] = enable_public
|
|
1614
1404
|
__props__.__dict__["instance_charge_type"] = instance_charge_type
|
|
1615
1405
|
__props__.__dict__["kibana_node_spec"] = kibana_node_spec
|
|
1616
|
-
__props__.__dict__["kibana_private_security_group_id"] = kibana_private_security_group_id
|
|
1617
1406
|
__props__.__dict__["kibana_private_whitelists"] = kibana_private_whitelists
|
|
1618
1407
|
__props__.__dict__["kibana_whitelists"] = kibana_whitelists
|
|
1619
1408
|
__props__.__dict__["kms_encrypted_password"] = kms_encrypted_password
|
|
@@ -1636,11 +1425,6 @@ class Instance(pulumi.CustomResource):
|
|
|
1636
1425
|
if vswitch_id is None and not opts.urn:
|
|
1637
1426
|
raise TypeError("Missing required property 'vswitch_id'")
|
|
1638
1427
|
__props__.__dict__["vswitch_id"] = vswitch_id
|
|
1639
|
-
__props__.__dict__["warm_node_amount"] = warm_node_amount
|
|
1640
|
-
__props__.__dict__["warm_node_disk_encrypted"] = warm_node_disk_encrypted
|
|
1641
|
-
__props__.__dict__["warm_node_disk_size"] = warm_node_disk_size
|
|
1642
|
-
__props__.__dict__["warm_node_disk_type"] = warm_node_disk_type
|
|
1643
|
-
__props__.__dict__["warm_node_spec"] = warm_node_spec
|
|
1644
1428
|
__props__.__dict__["zone_count"] = zone_count
|
|
1645
1429
|
__props__.__dict__["domain"] = None
|
|
1646
1430
|
__props__.__dict__["kibana_domain"] = None
|
|
@@ -1679,7 +1463,6 @@ class Instance(pulumi.CustomResource):
|
|
|
1679
1463
|
kibana_domain: Optional[pulumi.Input[str]] = None,
|
|
1680
1464
|
kibana_node_spec: Optional[pulumi.Input[str]] = None,
|
|
1681
1465
|
kibana_port: Optional[pulumi.Input[int]] = None,
|
|
1682
|
-
kibana_private_security_group_id: Optional[pulumi.Input[str]] = None,
|
|
1683
1466
|
kibana_private_whitelists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1684
1467
|
kibana_whitelists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1685
1468
|
kms_encrypted_password: Optional[pulumi.Input[str]] = None,
|
|
@@ -1702,11 +1485,6 @@ class Instance(pulumi.CustomResource):
|
|
|
1702
1485
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
1703
1486
|
version: Optional[pulumi.Input[str]] = None,
|
|
1704
1487
|
vswitch_id: Optional[pulumi.Input[str]] = None,
|
|
1705
|
-
warm_node_amount: Optional[pulumi.Input[int]] = None,
|
|
1706
|
-
warm_node_disk_encrypted: Optional[pulumi.Input[bool]] = None,
|
|
1707
|
-
warm_node_disk_size: Optional[pulumi.Input[int]] = None,
|
|
1708
|
-
warm_node_disk_type: Optional[pulumi.Input[str]] = None,
|
|
1709
|
-
warm_node_spec: Optional[pulumi.Input[str]] = None,
|
|
1710
1488
|
zone_count: Optional[pulumi.Input[int]] = None) -> 'Instance':
|
|
1711
1489
|
"""
|
|
1712
1490
|
Get an existing Instance resource's state with the given name, id, and optional extra
|
|
@@ -1733,8 +1511,7 @@ class Instance(pulumi.CustomResource):
|
|
|
1733
1511
|
:param pulumi.Input[str] kibana_domain: Kibana console domain (Internet access supported).
|
|
1734
1512
|
:param pulumi.Input[str] kibana_node_spec: The kibana node specifications of the Elasticsearch instance. Default is `elasticsearch.n4.small`.
|
|
1735
1513
|
:param pulumi.Input[int] kibana_port: Kibana console port.
|
|
1736
|
-
:param pulumi.Input[str]
|
|
1737
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] kibana_private_whitelists: Set the Kibana's IP whitelist in private network, This option has been abandoned on newly created instance, please use `kibana_private_security_group_id` instead
|
|
1514
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] kibana_private_whitelists: Set the Kibana's IP whitelist in private network.
|
|
1738
1515
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] kibana_whitelists: Set the Kibana's IP whitelist in internet network.
|
|
1739
1516
|
:param pulumi.Input[str] kms_encrypted_password: An KMS encrypts password used to an instance. If the `password` is filled in, this field will be ignored, but you have to specify one of `password` and `kms_encrypted_password` fields.
|
|
1740
1517
|
:param pulumi.Input[Mapping[str, pulumi.Input[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.
|
|
@@ -1754,13 +1531,8 @@ class Instance(pulumi.CustomResource):
|
|
|
1754
1531
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] setting_config: The YML configuration of the instance.[Detailed introduction](https://www.alibabacloud.com/help/doc-detail/61336.html).
|
|
1755
1532
|
:param pulumi.Input[str] status: The Elasticsearch instance status. Includes `active`, `activating`, `inactive`. Some operations are denied when status is not `active`.
|
|
1756
1533
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
1757
|
-
:param pulumi.Input[str] version: Elasticsearch version. Supported values: `5.5.3_with_X-Pack`, `6.3_with_X-Pack`, `6.7_with_X-Pack`, `6.8_with_X-Pack`, `7.4_with_X-Pack`
|
|
1534
|
+
:param pulumi.Input[str] version: Elasticsearch version. Supported values: `5.5.3_with_X-Pack`, `6.3_with_X-Pack`, `6.7_with_X-Pack`, `6.8_with_X-Pack`, `7.4_with_X-Pack` and `7.7_with_X-Pack`.
|
|
1758
1535
|
:param pulumi.Input[str] vswitch_id: The ID of VSwitch.
|
|
1759
|
-
:param pulumi.Input[int] warm_node_amount: The Elasticsearch cluster's warm node quantity, between 3 and 50.
|
|
1760
|
-
:param pulumi.Input[bool] warm_node_disk_encrypted: If encrypt the warm node disk. Valid values are `true`, `false`. Default to `false`.
|
|
1761
|
-
:param pulumi.Input[int] warm_node_disk_size: The single warm node storage space, should between 500 and 20480
|
|
1762
|
-
:param pulumi.Input[str] warm_node_disk_type: The warm node disk type. Supported values: cloud_efficiency.
|
|
1763
|
-
:param pulumi.Input[str] warm_node_spec: The warm node specifications of the Elasticsearch instance.
|
|
1764
1536
|
:param pulumi.Input[int] zone_count: The Multi-AZ supported for Elasticsearch, between 1 and 3. The `data_node_amount` value must be an integral multiple of the `zone_count` value.
|
|
1765
1537
|
"""
|
|
1766
1538
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -1785,7 +1557,6 @@ class Instance(pulumi.CustomResource):
|
|
|
1785
1557
|
__props__.__dict__["kibana_domain"] = kibana_domain
|
|
1786
1558
|
__props__.__dict__["kibana_node_spec"] = kibana_node_spec
|
|
1787
1559
|
__props__.__dict__["kibana_port"] = kibana_port
|
|
1788
|
-
__props__.__dict__["kibana_private_security_group_id"] = kibana_private_security_group_id
|
|
1789
1560
|
__props__.__dict__["kibana_private_whitelists"] = kibana_private_whitelists
|
|
1790
1561
|
__props__.__dict__["kibana_whitelists"] = kibana_whitelists
|
|
1791
1562
|
__props__.__dict__["kms_encrypted_password"] = kms_encrypted_password
|
|
@@ -1808,11 +1579,6 @@ class Instance(pulumi.CustomResource):
|
|
|
1808
1579
|
__props__.__dict__["tags"] = tags
|
|
1809
1580
|
__props__.__dict__["version"] = version
|
|
1810
1581
|
__props__.__dict__["vswitch_id"] = vswitch_id
|
|
1811
|
-
__props__.__dict__["warm_node_amount"] = warm_node_amount
|
|
1812
|
-
__props__.__dict__["warm_node_disk_encrypted"] = warm_node_disk_encrypted
|
|
1813
|
-
__props__.__dict__["warm_node_disk_size"] = warm_node_disk_size
|
|
1814
|
-
__props__.__dict__["warm_node_disk_type"] = warm_node_disk_type
|
|
1815
|
-
__props__.__dict__["warm_node_spec"] = warm_node_spec
|
|
1816
1582
|
__props__.__dict__["zone_count"] = zone_count
|
|
1817
1583
|
return Instance(resource_name, opts=opts, __props__=__props__)
|
|
1818
1584
|
|
|
@@ -1960,19 +1726,11 @@ class Instance(pulumi.CustomResource):
|
|
|
1960
1726
|
"""
|
|
1961
1727
|
return pulumi.get(self, "kibana_port")
|
|
1962
1728
|
|
|
1963
|
-
@property
|
|
1964
|
-
@pulumi.getter(name="kibanaPrivateSecurityGroupId")
|
|
1965
|
-
def kibana_private_security_group_id(self) -> pulumi.Output[Optional[str]]:
|
|
1966
|
-
"""
|
|
1967
|
-
the security group id associated with Kibana private network, this param is required when `enable_kibana_private_network` set true, and the security group id should in the same VPC as `vswitch_id`
|
|
1968
|
-
"""
|
|
1969
|
-
return pulumi.get(self, "kibana_private_security_group_id")
|
|
1970
|
-
|
|
1971
1729
|
@property
|
|
1972
1730
|
@pulumi.getter(name="kibanaPrivateWhitelists")
|
|
1973
1731
|
def kibana_private_whitelists(self) -> pulumi.Output[Sequence[str]]:
|
|
1974
1732
|
"""
|
|
1975
|
-
Set the Kibana's IP whitelist in private network
|
|
1733
|
+
Set the Kibana's IP whitelist in private network.
|
|
1976
1734
|
"""
|
|
1977
1735
|
return pulumi.get(self, "kibana_private_whitelists")
|
|
1978
1736
|
|
|
@@ -2132,7 +1890,7 @@ class Instance(pulumi.CustomResource):
|
|
|
2132
1890
|
@pulumi.getter
|
|
2133
1891
|
def version(self) -> pulumi.Output[str]:
|
|
2134
1892
|
"""
|
|
2135
|
-
Elasticsearch version. Supported values: `5.5.3_with_X-Pack`, `6.3_with_X-Pack`, `6.7_with_X-Pack`, `6.8_with_X-Pack`, `7.4_with_X-Pack`
|
|
1893
|
+
Elasticsearch version. Supported values: `5.5.3_with_X-Pack`, `6.3_with_X-Pack`, `6.7_with_X-Pack`, `6.8_with_X-Pack`, `7.4_with_X-Pack` and `7.7_with_X-Pack`.
|
|
2136
1894
|
"""
|
|
2137
1895
|
return pulumi.get(self, "version")
|
|
2138
1896
|
|
|
@@ -2144,46 +1902,6 @@ class Instance(pulumi.CustomResource):
|
|
|
2144
1902
|
"""
|
|
2145
1903
|
return pulumi.get(self, "vswitch_id")
|
|
2146
1904
|
|
|
2147
|
-
@property
|
|
2148
|
-
@pulumi.getter(name="warmNodeAmount")
|
|
2149
|
-
def warm_node_amount(self) -> pulumi.Output[Optional[int]]:
|
|
2150
|
-
"""
|
|
2151
|
-
The Elasticsearch cluster's warm node quantity, between 3 and 50.
|
|
2152
|
-
"""
|
|
2153
|
-
return pulumi.get(self, "warm_node_amount")
|
|
2154
|
-
|
|
2155
|
-
@property
|
|
2156
|
-
@pulumi.getter(name="warmNodeDiskEncrypted")
|
|
2157
|
-
def warm_node_disk_encrypted(self) -> pulumi.Output[Optional[bool]]:
|
|
2158
|
-
"""
|
|
2159
|
-
If encrypt the warm node disk. Valid values are `true`, `false`. Default to `false`.
|
|
2160
|
-
"""
|
|
2161
|
-
return pulumi.get(self, "warm_node_disk_encrypted")
|
|
2162
|
-
|
|
2163
|
-
@property
|
|
2164
|
-
@pulumi.getter(name="warmNodeDiskSize")
|
|
2165
|
-
def warm_node_disk_size(self) -> pulumi.Output[Optional[int]]:
|
|
2166
|
-
"""
|
|
2167
|
-
The single warm node storage space, should between 500 and 20480
|
|
2168
|
-
"""
|
|
2169
|
-
return pulumi.get(self, "warm_node_disk_size")
|
|
2170
|
-
|
|
2171
|
-
@property
|
|
2172
|
-
@pulumi.getter(name="warmNodeDiskType")
|
|
2173
|
-
def warm_node_disk_type(self) -> pulumi.Output[Optional[str]]:
|
|
2174
|
-
"""
|
|
2175
|
-
The warm node disk type. Supported values: cloud_efficiency.
|
|
2176
|
-
"""
|
|
2177
|
-
return pulumi.get(self, "warm_node_disk_type")
|
|
2178
|
-
|
|
2179
|
-
@property
|
|
2180
|
-
@pulumi.getter(name="warmNodeSpec")
|
|
2181
|
-
def warm_node_spec(self) -> pulumi.Output[Optional[str]]:
|
|
2182
|
-
"""
|
|
2183
|
-
The warm node specifications of the Elasticsearch instance.
|
|
2184
|
-
"""
|
|
2185
|
-
return pulumi.get(self, "warm_node_spec")
|
|
2186
|
-
|
|
2187
1905
|
@property
|
|
2188
1906
|
@pulumi.getter(name="zoneCount")
|
|
2189
1907
|
def zone_count(self) -> pulumi.Output[Optional[int]]:
|