validation

@JvmName(name = "ojbyexenscwcujti")
suspend fun validation(value: Output<CustomResourceValidationArgs>)
@JvmName(name = "bweuiuxmuxtewdqe")
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 = "vghcritkphmlsopj")
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.