CustomProviderValidationArgs

data class CustomProviderValidationArgs(val specification: Output<String>) : ConvertibleToJava<CustomProviderValidationArgs>

Constructors

Link copied to clipboard
constructor(specification: Output<String>)

Properties

Link copied to clipboard
val specification: Output<String>

The endpoint where the validation specification is located.

Functions

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