AWS::AmplifyUIBuilder::Form FormDataTypeConfig - AWS CloudFormation

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: 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