CustomRPValidationsArgs

data class CustomRPValidationsArgs(val specification: Output<String>, val validationType: Output<Either<String, ValidationType>>? = null) : ConvertibleToJava<CustomRPValidationsArgs>

A validation to apply on custom resource provider requests.

Constructors

Link copied to clipboard
constructor(specification: Output<String>, validationType: Output<Either<String, ValidationType>>? = null)

Properties

Link copied to clipboard
val specification: Output<String>

A link to the validation specification. The specification must be hosted on raw.githubusercontent.com.

Link copied to clipboard
val validationType: Output<Either<String, ValidationType>>? = null

The type of validation to run against a matching request.

Functions

Link copied to clipboard
open override fun toJava(): CustomRPValidationsArgs