Interface IValidator

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IValidator.Jsii$Default
All Known Implementing Classes:
IValidator.Jsii$Proxy, JsonSchemaValidator, LambdaValidator

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:02.343Z") @Stability(Stable) public interface IValidator extends software.amazon.jsii.JsiiSerializable
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IValidator.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    The content of the validator.
    The type of validator.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getContent

      @Stability(Stable) @NotNull String getContent()
      The content of the validator.
    • getType

      @Stability(Stable) @NotNull ValidatorType getType()
      The type of validator.