AWS Amplify Data Modeling - is there an option for enumerations?

0

Are enumerations available in AWS Amplify Studio data modeling? Below is a simplified example of something I am trying to do.

enum Example {
     optionA(char)
     optionB(AnotherEnum)
}

enum AnotherEnum {
...

My workaround at the moment is to make the Example from above a custom type that contains optional fields pointing to a String or an enum AnotherEnum. It seems to be working, so it is not a critical issue, but curious to know any workarounds.

已提问 1 年前82 查看次数
没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则