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”.

ParameterConstraints - AWS Service Catalog
Esta página no se ha traducido a su idioma. Solicitar traducción

ParameterConstraints

The constraints that the administrator has put on the parameter.

Contents

AllowedPattern

A regular expression that represents the patterns that allow for String types. The pattern must match the entire parameter value provided.

Type: String

Required: No

AllowedValues

The values that the administrator has allowed for the parameter.

Type: Array of strings

Required: No

ConstraintDescription

A string that explains a constraint when the constraint is violated. For example, without a constraint description, a parameter that has an allowed pattern of [A-Za-z0-9]+ displays the following error message when the user specifies an invalid value:

Malformed input-Parameter MyParameter must match pattern [A-Za-z0-9]+

By adding a constraint description, such as must only contain letters (uppercase and lowercase) and numbers, you can display the following customized error message:

Malformed input-Parameter MyParameter must only contain uppercase and lowercase letters and numbers.

Type: String

Required: No

MaxLength

An integer value that determines the largest number of characters you want to allow for String types.

Type: String

Required: No

MaxValue

A numeric value that determines the largest numeric value you want to allow for Number types.

Type: String

Required: No

MinLength

An integer value that determines the smallest number of characters you want to allow for String types.

Type: String

Required: No

MinValue

A numeric value that determines the smallest numeric value you want to allow for Number types.

Type: String

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.