From 1d7e35746822e00b00d4c6a9498a384a873d767c Mon Sep 17 00:00:00 2001 From: mickychetta <45010053+mickychetta@users.noreply.github.com> Date: Wed, 12 Oct 2022 14:53:37 -0400 Subject: [PATCH] Update README.md --- .../@aws-solutions-constructs/aws-fargate-opensearch/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/patterns/@aws-solutions-constructs/aws-fargate-opensearch/README.md b/source/patterns/@aws-solutions-constructs/aws-fargate-opensearch/README.md index 51b69189e..02d718681 100755 --- a/source/patterns/@aws-solutions-constructs/aws-fargate-opensearch/README.md +++ b/source/patterns/@aws-solutions-constructs/aws-fargate-opensearch/README.md @@ -95,7 +95,7 @@ new FargateToOpenSearch(this, "test_construct", new FargateToOpenSearchProps.Bui |openSearchDomainName|`string`|Domain name for the OpenSearch Service.| |cognitoDomainName?|`string`|Optional Amazon Cognito domain name. If omitted the Amazon Cognito domain will default to the OpenSearch Service domain name.| |createCloudWatchAlarms?|`boolean`|Whether to create the recommended CloudWatch alarms.| -|domainEndpointEnvironmentVariableName?|`string`|Optional name for the OpenSearch Service domain endpoint environment variable set for the Lambda function. Defaults is `DOMAIN_ENDPOINT`.| +|domainEndpointEnvironmentVariableName?|`string`|Optional name for the OpenSearch Service domain endpoint environment variable set for the Lambda function. Default is `DOMAIN_ENDPOINT`.| ## Pattern Properties