constraints

val constraints: Output<String>?

The constraints of the common parameter. This value follows the json format. By default, this parameter is null. Valid values:

  • AllowedValues: The value that is allowed for the common parameter. It must be an array string.

  • AllowedPattern: The pattern that is allowed for the common parameter. It must be a regular expression.

  • MinLength: The minimum length of the common parameter.

  • MaxLength: The maximum length of the common parameter.