Skip to content

Commit

Permalink
fixed README
Browse files Browse the repository at this point in the history
  • Loading branch information
lpizzinidev committed Jul 17, 2023
1 parent 7f892c6 commit d9d2142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/aws-cdk-lib/aws-opensearchservice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,10 +381,10 @@ The domain can be configured to use [multi-AZ with standby](https://docs.aws.ama

```ts
const domain = new Domain(this, 'Domain', {
version: opensearch.EngineVersion.OPENSEARCH_1_3,
version: EngineVersion.OPENSEARCH_1_3,
ebs: {
volumeSize: 10,
volumeType: EbsDeviceVolumeType.GENERAL_PURPOSE_SSD_GP3,
volumeType: ec2.EbsDeviceVolumeType.GENERAL_PURPOSE_SSD_GP3,
},
zoneAwareness: {
enabled: true,
Expand Down

0 comments on commit d9d2142

Please sign in to comment.