This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::AmplifyUIBuilder::Form FormDataTypeConfig
The FormDataTypeConfig property specifies the data type configuration for the data source associated with a form.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DataSourceType" :String, "DataTypeName" :String}
YAML
DataSourceType:StringDataTypeName:String
Properties
DataSourceType-
The data source type, either an Amplify DataStore model or a custom data type.
Required: Yes
Type: String
Allowed values:
DataStore | CustomUpdate requires: No interruption
DataTypeName-
The unique name of the data type you are using as the data source for the form.
Required: Yes
Type: String
Update requires: No interruption