Interface CfnComponentPropsMixin.FormBindingElementProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnComponentPropsMixin.FormBindingElementProperty.Jsii$Proxy
- Enclosing class:
CfnComponentPropsMixin
@Stability(Stable)
public static interface CfnComponentPropsMixin.FormBindingElementProperty
extends software.amazon.jsii.JsiiSerializable
Describes how to bind a component property to form data.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.amplifyuibuilder.*;
FormBindingElementProperty formBindingElementProperty = FormBindingElementProperty.builder()
.element("element")
.property("property")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnComponentPropsMixin.FormBindingElementPropertystatic final classAn implementation forCfnComponentPropsMixin.FormBindingElementProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getElement
The name of the component to retrieve a value from.- See Also:
-
getProperty
The property to retrieve a value from.- See Also:
-
builder
-