Skip to content

Commit c05a874

Browse files
chore(appsync): add new enum values for appsync (#34374)
This PR updates the enum values for appsync.
1 parent b1165e4 commit c05a874

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)