interface FormInputBindingPropertiesValuePropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AmplifyUIBuilder.CfnFormPropsMixin.FormInputBindingPropertiesValuePropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsamplifyuibuilder#CfnFormPropsMixin_FormInputBindingPropertiesValuePropertiesProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.amplifyuibuilder.CfnFormPropsMixin.FormInputBindingPropertiesValuePropertiesProperty |
Python | aws_cdk.cfn_property_mixins.aws_amplifyuibuilder.CfnFormPropsMixin.FormInputBindingPropertiesValuePropertiesProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_amplifyuibuilder » CfnFormPropsMixin » FormInputBindingPropertiesValuePropertiesProperty |
Represents the data binding configuration for a specific property using data stored in AWS .
For AWS connected properties, you can bind a property to data stored in an Amplify DataStore model.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_amplifyuibuilder as amplifyuibuilder } from '@aws-cdk/cfn-property-mixins';
const formInputBindingPropertiesValuePropertiesProperty: amplifyuibuilder.CfnFormPropsMixin.FormInputBindingPropertiesValuePropertiesProperty = {
model: 'model',
};
Properties
| Name | Type | Description |
|---|---|---|
| model? | string | An Amplify DataStore model. |
model?
Type:
string
(optional)
An Amplify DataStore model.

.NET
Go
Java
Python
TypeScript