AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes the configuration information for a field in a table.

Inheritance Hierarchy

System.Object
  Amazon.AmplifyUIBuilder.Model.FieldConfig

Namespace: Amazon.AmplifyUIBuilder.Model
Assembly: AWSSDK.AmplifyUIBuilder.dll
Version: 3.x.y.z

Syntax

C#
public class FieldConfig

The FieldConfig type exposes the following members

Constructors

NameDescription
Public Method FieldConfig()

Properties

NameTypeDescription
Public Property Excluded System.Boolean

Gets and sets the property Excluded.

Specifies whether to hide a field.

Public Property InputType Amazon.AmplifyUIBuilder.Model.FieldInputConfig

Gets and sets the property InputType.

Describes the configuration for the default input value to display for a field.

Public Property Label System.String

Gets and sets the property Label.

The label for the field.

Public Property Position Amazon.AmplifyUIBuilder.Model.FieldPosition

Gets and sets the property Position.

Specifies the field position.

Public Property Validations System.Collections.Generic.List<Amazon.AmplifyUIBuilder.Model.FieldValidationConfiguration>

Gets and sets the property Validations.

The validations to perform on the value in the field.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5