docs icon indicating copy to clipboard operation
docs copied to clipboard

Document disableoperations functionality

Open AnilMaktala opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Document disableoperations functionality Describe the solution you'd like A clear and concise description of what you want to happen. QuickSightEmbedSession: a .model({ id: a.string().required(), userAlias: a.string().required(), dashboardId: a.string().required(), embedUrl: a.string().required(), createdAt: a.datetime(), }) .disableOperations(["mutations"]) .identifier(["id"]) .secondaryIndexes((index) => [index("userAlias").sortKeys(["dashboardId"])]) .authorization((allow) => allow.authenticated()),

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

AnilMaktala avatar Feb 12 '25 21:02 AnilMaktala

I would also like this documented.

Plus, it would be nice to document in relation to generating schema for Postgres or MySQL: https://docs.amplify.aws/react/build-a-backend/data/connect-to-existing-data-sources/connect-postgres-mysql-database/

chrisl777 avatar Feb 28 '25 20:02 chrisl777