Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document disableoperations functionality #8249

Open
AnilMaktala opened this issue Feb 12, 2025 · 1 comment
Open

Document disableoperations functionality #8249

AnilMaktala opened this issue Feb 12, 2025 · 1 comment
Assignees
Labels
amplify/data Issue related to aws-amplify/amplify-category-api

Comments

@AnilMaktala
Copy link
Member

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 AnilMaktala added the amplify/data Issue related to aws-amplify/amplify-category-api label Feb 12, 2025
@AnilMaktala AnilMaktala self-assigned this Feb 12, 2025
@AnilMaktala AnilMaktala mentioned this issue Feb 28, 2025
15 tasks
@chrisl777
Copy link

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
amplify/data Issue related to aws-amplify/amplify-category-api
Projects
None yet
Development

No branches or pull requests

2 participants