Seleccione sus preferencias de cookies

Usamos cookies esenciales y herramientas similares que son necesarias para proporcionar nuestro sitio y nuestros servicios. Usamos cookies de rendimiento para recopilar estadísticas anónimas para que podamos entender cómo los clientes usan nuestro sitio y hacer mejoras. Las cookies esenciales no se pueden desactivar, pero puede hacer clic en “Personalizar” o “Rechazar” para rechazar las cookies de rendimiento.

Si está de acuerdo, AWS y los terceros aprobados también utilizarán cookies para proporcionar características útiles del sitio, recordar sus preferencias y mostrar contenido relevante, incluida publicidad relevante. Para aceptar o rechazar todas las cookies no esenciales, haga clic en “Aceptar” o “Rechazar”. Para elegir opciones más detalladas, haga clic en “Personalizar”.

FieldTypeDetails - AmazonAppFlow
Esta página no se ha traducido a su idioma. Solicitar traducción

FieldTypeDetails

Contains details regarding the supported field type and the operators that can be applied for filtering.

Contents

fieldType

The type of field, such as string, integer, date, and so on.

Type: String

Required: Yes

filterOperators

The list of operators supported by a field.

Type: Array of strings

Valid Values: PROJECTION | LESS_THAN | GREATER_THAN | CONTAINS | BETWEEN | LESS_THAN_OR_EQUAL_TO | GREATER_THAN_OR_EQUAL_TO | EQUAL_TO | NOT_EQUAL_TO | ADDITION | MULTIPLICATION | DIVISION | SUBTRACTION | MASK_ALL | MASK_FIRST_N | MASK_LAST_N | VALIDATE_NON_NULL | VALIDATE_NON_ZERO | VALIDATE_NON_NEGATIVE | VALIDATE_NUMERIC | NO_OP

Required: Yes

fieldLengthRange

This is the allowable length range for this field's value.

Type: Range object

Required: No

fieldValueRange

The range of values this field can hold.

Type: Range object

Required: No

supportedDateFormat

The date format that the field supports.

Type: String

Length Constraints: Maximum length of 2048.

Pattern: .*

Required: No

supportedValues

The list of values that a field can contain. For example, a Boolean fieldType can have two values: "true" and "false".

Type: Array of strings

Length Constraints: Maximum length of 128.

Pattern: \S+

Required: No

valueRegexPattern

The regular expression pattern for the field name.

Type: String

Length Constraints: Maximum length of 2048.

Pattern: .*

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following:

PrivacidadTérminos del sitioPreferencias de cookies
© 2025, Amazon Web Services, Inc o sus afiliados. Todos los derechos reservados.