validation

@JvmName(name = "ospuycxuicsautjk")
suspend fun validation(value: Output<CustomResourceValidationArgs>)
@JvmName(name = "hydxbccvfmqljada")
suspend fun validation(value: CustomResourceValidationArgs?)

Parameters

value

validation describes the schema used for validation and pruning of the custom resource. If present, this validation schema is used to validate all versions. Top-level and per-version schemas are mutually exclusive.


@JvmName(name = "akihnilpyhsncvgv")
suspend fun validation(argument: suspend CustomResourceValidationArgsBuilder.() -> Unit)

Parameters

argument

validation describes the schema used for validation and pruning of the custom resource. If present, this validation schema is used to validate all versions. Top-level and per-version schemas are mutually exclusive.