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.FormInputValueProperty

Description

 
Synopsis

Documentation

data FormInputValueProperty Source #

Describes the configuration for an input field on a form. Use FormInputValueProperty to specify the values to render or bind by default.

See: newFormInputValueProperty smart constructor.

Constructors

FormInputValueProperty' 

Fields

Instances

Instances details
FromJSON FormInputValueProperty Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.FormInputValueProperty

ToJSON FormInputValueProperty Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.FormInputValueProperty

Generic FormInputValueProperty Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.FormInputValueProperty

Associated Types

type Rep FormInputValueProperty :: Type -> Type #

Read FormInputValueProperty Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.FormInputValueProperty

Show FormInputValueProperty Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.FormInputValueProperty

NFData FormInputValueProperty Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.FormInputValueProperty

Methods

rnf :: FormInputValueProperty -> () #

Eq FormInputValueProperty Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.FormInputValueProperty

Hashable FormInputValueProperty Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.FormInputValueProperty

type Rep FormInputValueProperty Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.FormInputValueProperty

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

newFormInputValueProperty :: FormInputValueProperty Source #

Create a value of FormInputValueProperty 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:value:FormInputValueProperty', formInputValueProperty_value - The value to assign to the input field.

formInputValueProperty_value :: Lens' FormInputValueProperty (Maybe Text) Source #

The value to assign to the input field.