amazonka-amplifyuibuilder-2.0: Amazon Amplify UI Builder SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.AmplifyUiBuilder.Types.ComponentBindingPropertiesValue

Description

 
Synopsis

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

Instances details
FromJSON ComponentBindingPropertiesValue Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.ComponentBindingPropertiesValue

ToJSON ComponentBindingPropertiesValue Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.ComponentBindingPropertiesValue

Generic ComponentBindingPropertiesValue Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.ComponentBindingPropertiesValue

Associated Types

type Rep ComponentBindingPropertiesValue :: Type -> Type #

Read ComponentBindingPropertiesValue Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.ComponentBindingPropertiesValue

Show ComponentBindingPropertiesValue Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.ComponentBindingPropertiesValue

NFData ComponentBindingPropertiesValue Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.ComponentBindingPropertiesValue

Eq ComponentBindingPropertiesValue Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.ComponentBindingPropertiesValue

Hashable ComponentBindingPropertiesValue Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.ComponentBindingPropertiesValue

type Rep ComponentBindingPropertiesValue Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.ComponentBindingPropertiesValue

type Rep ComponentBindingPropertiesValue = D1 ('MetaData "ComponentBindingPropertiesValue" "Amazonka.AmplifyUiBuilder.Types.ComponentBindingPropertiesValue" "amazonka-amplifyuibuilder-2.0-KN0MRaPu7dZCAXr3ruBTcC" 'False) (C1 ('MetaCons "ComponentBindingPropertiesValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bindingProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComponentBindingPropertiesValueProperties)) :*: (S1 ('MetaSel ('Just "defaultValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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.