constraints

val constraints: Output<String>?

The constraints of the encryption parameter. By default, this parameter is null. Valid values:

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

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

  • MinLength: The minimum length of the encryption parameter.

  • MaxLength: The maximum length of the encryption parameter.