| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.AmplifyUiBuilder.Types.ComponentBindingPropertiesValue
Description
Synopsis
- data ComponentBindingPropertiesValue = ComponentBindingPropertiesValue' {}
- newComponentBindingPropertiesValue :: ComponentBindingPropertiesValue
- componentBindingPropertiesValue_bindingProperties :: Lens' ComponentBindingPropertiesValue (Maybe ComponentBindingPropertiesValueProperties)
- componentBindingPropertiesValue_defaultValue :: Lens' ComponentBindingPropertiesValue (Maybe Text)
- componentBindingPropertiesValue_type :: Lens' ComponentBindingPropertiesValue (Maybe Text)
Documentation
data ComponentBindingPropertiesValue Source #
Represents the data binding configuration for a component at runtime.
You can use ComponentBindingPropertiesValue to add exposed properties
to a component to allow different values to be entered when a component
is reused in different places in an app.
See: newComponentBindingPropertiesValue smart constructor.
Constructors
| ComponentBindingPropertiesValue' | |
Fields
| |
Instances
newComponentBindingPropertiesValue :: ComponentBindingPropertiesValue Source #
Create a value of ComponentBindingPropertiesValue with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:bindingProperties:ComponentBindingPropertiesValue', componentBindingPropertiesValue_bindingProperties - Describes the properties to customize with data at runtime.
ComponentBindingPropertiesValue, componentBindingPropertiesValue_defaultValue - The default value of the property.
$sel:type':ComponentBindingPropertiesValue', componentBindingPropertiesValue_type - The property type.
componentBindingPropertiesValue_bindingProperties :: Lens' ComponentBindingPropertiesValue (Maybe ComponentBindingPropertiesValueProperties) Source #
Describes the properties to customize with data at runtime.
componentBindingPropertiesValue_defaultValue :: Lens' ComponentBindingPropertiesValue (Maybe Text) Source #
The default value of the property.
componentBindingPropertiesValue_type :: Lens' ComponentBindingPropertiesValue (Maybe Text) Source #
The property type.