EnumTypeOptions¶
-
class
aws_cdk.aws_appsync.
EnumTypeOptions
(*, definition)¶ Bases:
object
(experimental) Properties for configuring an Enum Type.
- Parameters
definition (
List
[str
]) – (experimental) the attributes of this type.- Stability
experimental
Attributes
-
definition
¶ (experimental) the attributes of this type.
- Stability
experimental
- Return type
List
[str
]