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.

posta un anno fa82 visualizzazioni
Nessuna risposta

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande