Interface CfnForm.FormDataTypeConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnForm.FormDataTypeConfigProperty.Jsii$Proxy
Enclosing class:
CfnForm

@Stability(Stable) public static interface CfnForm.FormDataTypeConfigProperty extends software.amazon.jsii.JsiiSerializable
The FormDataTypeConfig property specifies the data type configuration for the data source associated with a form.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.amplifyuibuilder.*;
 FormDataTypeConfigProperty formDataTypeConfigProperty = FormDataTypeConfigProperty.builder()
         .dataSourceType("dataSourceType")
         .dataTypeName("dataTypeName")
         .build();