AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes the data type configuration for the data source associated with a form.

Inheritance Hierarchy

System.Object
  Amazon.AmplifyUIBuilder.Model.FormDataTypeConfig

Namespace: Amazon.AmplifyUIBuilder.Model
Assembly: AWSSDK.AmplifyUIBuilder.dll
Version: 3.x.y.z

Syntax

C#
public class FormDataTypeConfig

The FormDataTypeConfig type exposes the following members

Constructors

NameDescription
Public Method FormDataTypeConfig()

Properties

NameTypeDescription
Public Property DataSourceType Amazon.AmplifyUIBuilder.FormDataSourceType

Gets and sets the property DataSourceType.

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

Public Property DataTypeName System.String

Gets and sets the property DataTypeName.

The unique name of the data type you are using as the data source for the form.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5