Show / Hide Table of Contents

Class CfnForm.FormInputValuePropertyProperty

The FormInputValueProperty property specifies the configuration for an input field on a form.

Inheritance
System.Object
CfnForm.FormInputValuePropertyProperty
Implements
CfnForm.IFormInputValuePropertyProperty
Namespace: Amazon.CDK.AWS.AmplifyUIBuilder
Assembly: Amazon.CDK.AWS.AmplifyUIBuilder.dll
Syntax (csharp)
public class FormInputValuePropertyProperty : Object, CfnForm.IFormInputValuePropertyProperty
Syntax (vb)
Public Class FormInputValuePropertyProperty
    Inherits Object
    Implements CfnForm.IFormInputValuePropertyProperty
Remarks

Use FormInputValueProperty to specify the values to render or bind by default.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-forminputvalueproperty.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AmplifyUIBuilder;

var formInputValuePropertyProperty = new FormInputValuePropertyProperty {
    Value = "value"
};

Synopsis

Constructors

FormInputValuePropertyProperty()

Properties

Value

The value to assign to the input field.

Constructors

FormInputValuePropertyProperty()

public FormInputValuePropertyProperty()

Properties

Value

The value to assign to the input field.

public string Value { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-forminputvalueproperty.html#cfn-amplifyuibuilder-form-forminputvalueproperty-value

Implements

CfnForm.IFormInputValuePropertyProperty
Back to top Generated by DocFX