Skip to content

Commit 6a8d591

Browse files
authored
Merge branch 'main' into add/alb-multi-value-headers
2 parents 3f832fa + c05a874 commit 6a8d591

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/aws-cdk-lib/aws-appsync/lib/data-source-common.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ export enum AppSyncDataSourceType {
5555
* Bedrock runtime data source type
5656
*/
5757
BEDROCK = 'AMAZON_BEDROCK_RUNTIME',
58+
59+
/**
60+
* Elasticsearch data source type
61+
*/
62+
ELASTICSEARCH = 'AMAZON_ELASTICSEARCH',
5863
}
5964

6065
/**

0 commit comments

Comments
 (0)