Skip to content

Commit af69009

Browse files
author
Dinesh Sajwan
committed
feat(visualqa): model validation
2 parents f29e1c3 + d112f86 commit af69009

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

apidocs/classes/QaAppsyncOpensearch.md

+9
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ The QaAppsyncOpensearch class.
3434
- [securityGroup](QaAppsyncOpensearch.md#securitygroup)
3535
- [stage](QaAppsyncOpensearch.md#stage)
3636
- [vpc](QaAppsyncOpensearch.md#vpc)
37+
- [CONSTRUCT\_SCHEMA\_UPDATE\_WARNING](QaAppsyncOpensearch.md#construct_schema_update_warning)
3738
- [usageMetricMap](QaAppsyncOpensearch.md#usagemetricmap)
3839

3940
### Methods
@@ -240,6 +241,14 @@ Returns the instance of ec2.IVpc used by the construct
240241

241242
___
242243

244+
### CONSTRUCT\_SCHEMA\_UPDATE\_WARNING
245+
246+
`Static` `Readonly` **CONSTRUCT\_SCHEMA\_UPDATE\_WARNING**: ``"\n Attention QaAppsyncOpensearch users, an update has been made to \n the GraphQL schema.To ensure continued functionality, please review \n and update your GraphQL mutations and subscriptions to align with \n the new schema.This schema update enables enhanced capabilities \n and optimizations,so adopting the changes is recommended. \n Please refer to the construct documentation for details \n on the schema changes and examples of updated GraphQL statements.\n Reach out to the support team if you need assistance \n updating your integration codebase. \n "``
247+
248+
Construct warning
249+
250+
___
251+
243252
### usageMetricMap
244253

245254
`Static` `Protected` **usageMetricMap**: `Record`\<`string`, `number`\>

apidocs/interfaces/QaAppsyncOpensearchProps.md

+10
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The properties for the QaAppsyncOpensearchProps class.
2323
- [observability](QaAppsyncOpensearchProps.md#observability)
2424
- [openSearchIndexName](QaAppsyncOpensearchProps.md#opensearchindexname)
2525
- [openSearchSecret](QaAppsyncOpensearchProps.md#opensearchsecret)
26+
- [sagemakerEndpointName](QaAppsyncOpensearchProps.md#sagemakerendpointname)
2627
- [stage](QaAppsyncOpensearchProps.md#stage)
2728
- [vpcProps](QaAppsyncOpensearchProps.md#vpcprops)
2829

@@ -238,6 +239,15 @@ domain is configured with Username/Password.
238239

239240
___
240241

242+
### sagemakerEndpointName
243+
244+
`Optional` `Readonly` **sagemakerEndpointName**: `string`
245+
246+
Optional. Allows to provide custom lambda code
247+
and settings instead of the existing
248+
249+
___
250+
241251
### stage
242252

243253
`Optional` `Readonly` **stage**: `string`

0 commit comments

Comments
 (0)