Interface CfnFormPropsMixin.IFormDataTypeConfigProperty
The FormDataTypeConfig property specifies the data type configuration for the data source associated with a form.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.AmplifyUIBuilder
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnFormPropsMixin.IFormDataTypeConfigProperty
Syntax (vb)
Public Interface CfnFormPropsMixin.IFormDataTypeConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.AmplifyUIBuilder;
var formDataTypeConfigProperty = new FormDataTypeConfigProperty {
DataSourceType = "dataSourceType",
DataTypeName = "dataTypeName"
};
Synopsis
Properties
| DataSourceType | The data source type, either an Amplify DataStore model or a custom data type. |
| DataTypeName | The unique name of the data type you are using as the data source for the form. |
Properties
DataSourceType
The data source type, either an Amplify DataStore model or a custom data type.
string? DataSourceType { get; }
Property Value
Remarks
DataTypeName
The unique name of the data type you are using as the data source for the form.
string? DataTypeName { get; }