Stratosphere.AmplifyUIBuilder.Form
module Stratosphere.AmplifyUIBuilder.Form.FieldConfigProperty
module Stratosphere.AmplifyUIBuilder.Form.FormCTAProperty
module Stratosphere.AmplifyUIBuilder.Form.FormDataTypeConfigProperty
module Stratosphere.AmplifyUIBuilder.Form.FormStyleProperty
module Stratosphere.AmplifyUIBuilder.Form.SectionalElementProperty
data Form Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html#cfn-amplifyuibuilder-form-appid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html#cfn-amplifyuibuilder-form-cta
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html#cfn-amplifyuibuilder-form-datatype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html#cfn-amplifyuibuilder-form-environmentname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html#cfn-amplifyuibuilder-form-fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html#cfn-amplifyuibuilder-form-formactiontype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html#cfn-amplifyuibuilder-form-labeldecorator
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html#cfn-amplifyuibuilder-form-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html#cfn-amplifyuibuilder-form-schemaversion
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html#cfn-amplifyuibuilder-form-sectionalelements
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html#cfn-amplifyuibuilder-form-style
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html#cfn-amplifyuibuilder-form-tags
Defined in Stratosphere.AmplifyUIBuilder.Form
Methods
toJSON :: Form -> Value #
toEncoding :: Form -> Encoding #
toJSONList :: [Form] -> Value #
toEncodingList :: [Form] -> Encoding #
omitField :: Form -> Bool #
showsPrec :: Int -> Form -> ShowS #
show :: Form -> String #
showList :: [Form] -> ShowS #
(==) :: Form -> Form -> Bool #
(/=) :: Form -> Form -> Bool #
toResourceProperties :: Form -> ResourceProperties #
Associated Types
set :: PropertyType "AppId" Form -> Form -> Form #
set :: PropertyType "Cta" Form -> Form -> Form #
set :: PropertyType "DataType" Form -> Form -> Form #
set :: PropertyType "EnvironmentName" Form -> Form -> Form #
set :: PropertyType "Fields" Form -> Form -> Form #
set :: PropertyType "FormActionType" Form -> Form -> Form #
set :: PropertyType "LabelDecorator" Form -> Form -> Form #
set :: PropertyType "Name" Form -> Form -> Form #
set :: PropertyType "SchemaVersion" Form -> Form -> Form #
set :: PropertyType "SectionalElements" Form -> Form -> Form #
set :: PropertyType "Style" Form -> Form -> Form #
set :: PropertyType "Tags" Form -> Form -> Form #
mkForm :: Form Source #