aws-native logo
AWS Native v0.54.0, Mar 21 23

aws-native.amplifyuibuilder.Form

Definition of AWS::AmplifyUIBuilder::Form Resource Type

Create Form Resource

new Form(name: string, args: FormArgs, opts?: CustomResourceOptions);
@overload
def Form(resource_name: str,
         opts: Optional[ResourceOptions] = None,
         app_id: Optional[str] = None,
         cta: Optional[FormCTAArgs] = None,
         data_type: Optional[FormDataTypeConfigArgs] = None,
         environment_name: Optional[str] = None,
         fields: Optional[FormFieldsMapArgs] = None,
         form_action_type: Optional[FormActionType] = None,
         name: Optional[str] = None,
         schema_version: Optional[str] = None,
         sectional_elements: Optional[FormSectionalElementMapArgs] = None,
         style: Optional[FormStyleArgs] = None,
         tags: Optional[FormTagsArgs] = None)
@overload
def Form(resource_name: str,
         args: FormArgs,
         opts: Optional[ResourceOptions] = None)
func NewForm(ctx *Context, name string, args FormArgs, opts ...ResourceOption) (*Form, error)
public Form(string name, FormArgs args, CustomResourceOptions? opts = null)
public Form(String name, FormArgs args)
public Form(String name, FormArgs args, CustomResourceOptions options)
type: aws-native:amplifyuibuilder:Form
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args FormArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
args FormArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args FormArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args FormArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args FormArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Form Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

The Form resource accepts the following input properties:

Outputs

All input properties are implicitly available as output properties. Additionally, the Form resource produces the following output properties:

Id string

The provider-assigned unique ID for this managed resource.

Id string

The provider-assigned unique ID for this managed resource.

id String

The provider-assigned unique ID for this managed resource.

id string

The provider-assigned unique ID for this managed resource.

id str

The provider-assigned unique ID for this managed resource.

id String

The provider-assigned unique ID for this managed resource.

Supporting Types

FormActionType

Create
create
Update
update
FormActionTypeCreate
create
FormActionTypeUpdate
update
Create
create
Update
update
Create
create
Update
update
CREATE
create
UPDATE
update
"create"
create
"update"
update

FormButton

FormButtonsPosition

Top
top
Bottom
bottom
TopAndBottom
top_and_bottom
FormButtonsPositionTop
top
FormButtonsPositionBottom
bottom
FormButtonsPositionTopAndBottom
top_and_bottom
Top
top
Bottom
bottom
TopAndBottom
top_and_bottom
Top
top
Bottom
bottom
TopAndBottom
top_and_bottom
TOP
top
BOTTOM
bottom
TOP_AND_BOTTOM
top_and_bottom
"top"
top
"bottom"
bottom
"top_and_bottom"
top_and_bottom

FormCTA

FormDataSourceType

DataStore
DataStore
Custom
Custom
FormDataSourceTypeDataStore
DataStore
FormDataSourceTypeCustom
Custom
DataStore
DataStore
Custom
Custom
DataStore
DataStore
Custom
Custom
DATA_STORE
DataStore
CUSTOM
Custom
"DataStore"
DataStore
"Custom"
Custom

FormDataTypeConfig

FormStyle

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0