constraints

@JvmName(name = "tfejewrplslacnud")
suspend fun constraints(value: Output<String>)
@JvmName(name = "nihdltnumrqlrjvk")
suspend fun constraints(value: String?)

Parameters

value

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.