Documentation
¶
Index ¶
- func StringInSlice(valid []string) schema.SchemaValidateDiagFunc
- func StringIsNotEmpty(i interface{}, k cty.Path) diag.Diagnostics
- func StringIsSystemOrUUID(i interface{}, k cty.Path) diag.Diagnostics
- func StringIsUUID(i interface{}, k cty.Path) diag.Diagnostics
- func StringLengthBetween(min, max int) schema.SchemaValidateDiagFunc
- func StringMatch(r *regexp.Regexp, message string) schema.SchemaValidateDiagFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StringInSlice ¶
func StringInSlice(valid []string) schema.SchemaValidateDiagFunc
func StringIsNotEmpty ¶
func StringIsNotEmpty(i interface{}, k cty.Path) diag.Diagnostics
func StringIsSystemOrUUID ¶ added in v0.0.33
func StringIsSystemOrUUID(i interface{}, k cty.Path) diag.Diagnostics
func StringIsUUID ¶
func StringIsUUID(i interface{}, k cty.Path) diag.Diagnostics
func StringLengthBetween ¶
func StringLengthBetween(min, max int) schema.SchemaValidateDiagFunc
func StringMatch ¶
func StringMatch(r *regexp.Regexp, message string) schema.SchemaValidateDiagFunc
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.