AppSync datasource versioning not supported?

Our organization has a central repository for infrastructure that is written in terraform, where all AWS infrastructure we have goes. We are adding an AWS AppSync API instance, used by Amplify Datastore in the front end. The issue we are running into is that Datastore requires “Versioning” be enabled on the AppSync datasource backed by DynamoDB. This allows it to use the “DeltaSync” capabilities, and for us to get the value we are looking for. Unfortunately, Terraform does not appear to support enabling Versioning, or setting the DeltaSync config.

Am I missing something here? Is this functionality possible in some way not shown in the documentation referenced below? If this is indeed a functionality gap, is there any planned work on your roadmap to close this gap?

See cloudformation docs: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-dynamodbconfig.html

See terraform docs: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appsync_datasource