|
1576 | 1576 | }, |
1577 | 1577 | "volumeType": { |
1578 | 1578 | "type": "string", |
1579 | | - "description": "Valid variants are: `\"gp2\"` is General Purpose SSD, `\"gp3\"` is General Purpose SSD which can be optimised for high throughput (default), `\"io1\"` is Provisioned IOPS SSD, `\"sc1\"` is Cold HDD, `\"st1\"` is Throughput Optimized HDD.", |
1580 | | - "x-intellij-html-description": "Valid variants are: <code>"gp2"</code> is General Purpose SSD, <code>"gp3"</code> is General Purpose SSD which can be optimised for high throughput (default), <code>"io1"</code> is Provisioned IOPS SSD, <code>"sc1"</code> is Cold HDD, <code>"st1"</code> is Throughput Optimized HDD.", |
| 1579 | + "description": "Valid variants are: `\"gp2\"` is General Purpose SSD, `\"gp3\"` is General Purpose SSD which can be optimised for high throughput (default), `\"io1\"` is Provisioned IOPS SSD, `\"io2\"` is Provisioned IOPS SSD, `\"sc1\"` is Cold HDD, `\"st1\"` is Throughput Optimized HDD.", |
| 1580 | + "x-intellij-html-description": "Valid variants are: <code>"gp2"</code> is General Purpose SSD, <code>"gp3"</code> is General Purpose SSD which can be optimised for high throughput (default), <code>"io1"</code> is Provisioned IOPS SSD, <code>"io2"</code> is Provisioned IOPS SSD, <code>"sc1"</code> is Cold HDD, <code>"st1"</code> is Throughput Optimized HDD.", |
1581 | 1581 | "default": "gp3", |
1582 | 1582 | "enum": [ |
1583 | 1583 | "gp2", |
1584 | 1584 | "gp3", |
1585 | 1585 | "io1", |
| 1586 | + "io2", |
1586 | 1587 | "sc1", |
1587 | 1588 | "st1" |
1588 | 1589 | ] |
|
1945 | 1946 | }, |
1946 | 1947 | "volumeType": { |
1947 | 1948 | "type": "string", |
1948 | | - "description": "Valid variants are: `\"gp2\"` is General Purpose SSD, `\"gp3\"` is General Purpose SSD which can be optimised for high throughput (default), `\"io1\"` is Provisioned IOPS SSD, `\"sc1\"` is Cold HDD, `\"st1\"` is Throughput Optimized HDD.", |
1949 | | - "x-intellij-html-description": "Valid variants are: <code>"gp2"</code> is General Purpose SSD, <code>"gp3"</code> is General Purpose SSD which can be optimised for high throughput (default), <code>"io1"</code> is Provisioned IOPS SSD, <code>"sc1"</code> is Cold HDD, <code>"st1"</code> is Throughput Optimized HDD.", |
| 1949 | + "description": "Valid variants are: `\"gp2\"` is General Purpose SSD, `\"gp3\"` is General Purpose SSD which can be optimised for high throughput (default), `\"io1\"` is Provisioned IOPS SSD, `\"io2\"` is Provisioned IOPS SSD, `\"sc1\"` is Cold HDD, `\"st1\"` is Throughput Optimized HDD.", |
| 1950 | + "x-intellij-html-description": "Valid variants are: <code>"gp2"</code> is General Purpose SSD, <code>"gp3"</code> is General Purpose SSD which can be optimised for high throughput (default), <code>"io1"</code> is Provisioned IOPS SSD, <code>"io2"</code> is Provisioned IOPS SSD, <code>"sc1"</code> is Cold HDD, <code>"st1"</code> is Throughput Optimized HDD.", |
1950 | 1951 | "default": "gp3", |
1951 | 1952 | "enum": [ |
1952 | 1953 | "gp2", |
1953 | 1954 | "gp3", |
1954 | 1955 | "io1", |
| 1956 | + "io2", |
1955 | 1957 | "sc1", |
1956 | 1958 | "st1" |
1957 | 1959 | ] |
|
2654 | 2656 | }, |
2655 | 2657 | "volumeType": { |
2656 | 2658 | "type": "string", |
2657 | | - "description": "Valid variants are: `\"gp2\"` is General Purpose SSD, `\"gp3\"` is General Purpose SSD which can be optimised for high throughput (default), `\"io1\"` is Provisioned IOPS SSD, `\"sc1\"` is Cold HDD, `\"st1\"` is Throughput Optimized HDD.", |
2658 | | - "x-intellij-html-description": "Valid variants are: <code>"gp2"</code> is General Purpose SSD, <code>"gp3"</code> is General Purpose SSD which can be optimised for high throughput (default), <code>"io1"</code> is Provisioned IOPS SSD, <code>"sc1"</code> is Cold HDD, <code>"st1"</code> is Throughput Optimized HDD.", |
| 2659 | + "description": "Valid variants are: `\"gp2\"` is General Purpose SSD, `\"gp3\"` is General Purpose SSD which can be optimised for high throughput (default), `\"io1\"` is Provisioned IOPS SSD, `\"io2\"` is Provisioned IOPS SSD, `\"sc1\"` is Cold HDD, `\"st1\"` is Throughput Optimized HDD.", |
| 2660 | + "x-intellij-html-description": "Valid variants are: <code>"gp2"</code> is General Purpose SSD, <code>"gp3"</code> is General Purpose SSD which can be optimised for high throughput (default), <code>"io1"</code> is Provisioned IOPS SSD, <code>"io2"</code> is Provisioned IOPS SSD, <code>"sc1"</code> is Cold HDD, <code>"st1"</code> is Throughput Optimized HDD.", |
2659 | 2661 | "default": "gp3", |
2660 | 2662 | "enum": [ |
2661 | 2663 | "gp2", |
2662 | 2664 | "gp3", |
2663 | 2665 | "io1", |
| 2666 | + "io2", |
2664 | 2667 | "sc1", |
2665 | 2668 | "st1" |
2666 | 2669 | ] |
|
0 commit comments