AWS::AmplifyUIBuilder::Form FormDataTypeConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon CloudFormation template, use the following syntax:

JSON

{ "DataSourceType" : String, "DataTypeName" : String }

YAML

DataSourceType: String DataTypeName: String

Properties

DataSourceType

The data source type, either an Amplify DataStore model or a custom data type.

Required: Yes

Type: String

Allowed values: DataStore | Custom

Update 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