-
Couldn't load subscription status.
- Fork 2
types.SchemaTable
types.SchemaTable
-
SchemaTableBase↳
SchemaTable
- attributes
- auto
- globalSecondaryIndexes
- localSecondaryIndexes
- mutation
- partitionKey
- prefix
- props
- query
- scan
- sortKey
- subscription
- tableName
- tableProps
• Optional attributes: Record<string, string>
• Optional auto: boolean
SchemaTableBase.auto
• Optional globalSecondaryIndexes: (string | SchemaGlobalIndex | SchemaGlobal)[]
• Optional localSecondaryIndexes: (string | SchemaLocalIndex | SchemaLocal)[]
• Optional mutation: boolean
SchemaTableBase.mutation
• partitionKey: string | KeyInstance
• Optional prefix: string
• Optional props: DynamoTableProps
SchemaTableBase.props
• Optional query: boolean
SchemaTableBase.query
• Optional scan: boolean
SchemaTableBase.scan
• Optional sortKey: string | KeyInstance
• Optional subscription: boolean
SchemaTableBase.subscription
• Readonly tableName: string
SchemaTableBase.tableName
• Optional tableProps: DynamoTableProps