AWS::AmplifyUIBuilder::Form FormDataTypeConfig - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 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