@@ -32,8 +32,7 @@ export interface CapacityConfig {
32
32
/**
33
33
* The hardware configuration of the computer that hosts the dedicated master
34
34
* node, such as `m3.medium.search`. For valid values, see [Supported
35
- * Instance Types]
36
- * (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/supported-instance-types.html)
35
+ * Instance Types](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/supported-instance-types.html)
37
36
* in the Amazon OpenSearch Service Developer Guide.
38
37
*
39
38
* @default - r5.large.search
@@ -66,8 +65,8 @@ export interface CapacityConfig {
66
65
67
66
/**
68
67
* The instance type for your UltraWarm node, such as `ultrawarm1.medium.search`.
69
- * For valid values, see [UltraWarm Storage Limits]
70
- * (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/limits.html#limits-ultrawarm)
68
+ * For valid values, see [UltraWarm Storage
69
+ * Limits] (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/limits.html#limits-ultrawarm)
71
70
* in the Amazon OpenSearch Service Developer Guide.
72
71
*
73
72
* @default - ultrawarm1.medium.search
@@ -76,8 +75,8 @@ export interface CapacityConfig {
76
75
77
76
/**
78
77
* Indicates whether Multi-AZ with Standby deployment option is enabled.
79
- * For more information, see [Multi-AZ with Standby]
80
- * (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-multiaz.html#managedomains-za-standby)
78
+ * For more information, see [Multi-AZ with
79
+ * Standby] (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-multiaz.html#managedomains-za-standby)
81
80
*
82
81
* @default - no multi-az with standby
83
82
*/
@@ -95,8 +94,7 @@ export interface ZoneAwarenessConfig {
95
94
* in the same region to prevent data loss and minimize downtime in the event
96
95
* of node or data center failure. Don't enable zone awareness if your cluster
97
96
* has no replica index shards or is a single-node cluster. For more information,
98
- * see [Configuring a Multi-AZ Domain]
99
- * (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-multiaz.html)
97
+ * see [Configuring a Multi-AZ Domain](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-multiaz.html)
100
98
* in the Amazon OpenSearch Service Developer Guide.
101
99
*
102
100
* @default - false
@@ -115,8 +113,7 @@ export interface ZoneAwarenessConfig {
115
113
/**
116
114
* The configurations of Amazon Elastic Block Store (Amazon EBS) volumes that
117
115
* are attached to data nodes in the Amazon OpenSearch Service domain. For more information, see
118
- * [Amazon EBS]
119
- * (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AmazonEBS.html)
116
+ * [Amazon EBS](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AmazonEBS.html)
120
117
* in the Amazon Elastic Compute Cloud Developer Guide.
121
118
*/
122
119
export interface EbsOptions {
@@ -149,8 +146,7 @@ export interface EbsOptions {
149
146
* The size (in GiB) of the EBS volume for each data node. The minimum and
150
147
* maximum size of an EBS volume depends on the EBS volume type and the
151
148
* instance type to which it is attached. For valid values, see
152
- * [EBS volume size limits]
153
- * (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/limits.html#ebsresource)
149
+ * [EBS volume size limits](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/limits.html#ebsresource)
154
150
* in the Amazon OpenSearch Service Developer Guide.
155
151
*
156
152
* @default 10
0 commit comments