interface FormBindingElementProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AmplifyUIBuilder.CfnComponent.FormBindingElementProperty |
![]() | software.amazon.awscdk.services.amplifyuibuilder.CfnComponent.FormBindingElementProperty |
![]() | aws_cdk.aws_amplifyuibuilder.CfnComponent.FormBindingElementProperty |
![]() | @aws-cdk/aws-amplifyuibuilder » CfnComponent » FormBindingElementProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as amplifyuibuilder from '@aws-cdk/aws-amplifyuibuilder';
const formBindingElementProperty: amplifyuibuilder.CfnComponent.FormBindingElementProperty = {
element: 'element',
property: 'property',
};
Properties
Name | Type | Description |
---|---|---|
element | string | CfnComponent.FormBindingElementProperty.Element . |
property | string | CfnComponent.FormBindingElementProperty.Property . |
element
Type:
string
CfnComponent.FormBindingElementProperty.Element
.
property
Type:
string
CfnComponent.FormBindingElementProperty.Property
.