TemplateValidationStrategyArgs

data class TemplateValidationStrategyArgs(val mode: Output<TemplateValidationStrategyMode>) : ConvertibleToJava<TemplateValidationStrategyArgs>

The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to LENIENT, validation is skipped for specific errors.

Constructors

Link copied to clipboard
constructor(mode: Output<TemplateValidationStrategyMode>)

Properties

Link copied to clipboard

The mode of validation for the asset to be created or updated. When you set this value to STRICT , strict validation for every error is enforced. When you set this value to LENIENT , validation is skipped for specific UI errors.

Functions

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