Class LambdaValidator

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appconfig.alpha.LambdaValidator
All Implemented Interfaces:
IValidator, software.amazon.jsii.JsiiSerializable

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:15.598Z") @Stability(Deprecated) @Deprecated public abstract class LambdaValidator extends software.amazon.jsii.JsiiObject implements IValidator
Deprecated.
(deprecated) Defines an AWS Lambda validator.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.appconfig.alpha.*;
 import software.amazon.awscdk.services.lambda.*;
 Function function_;
 LambdaValidator lambdaValidator = LambdaValidator.fromFunction(function_);
 
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appconfig.alpha.IValidator

    IValidator.Jsii$Default
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Deprecated.
    protected
    LambdaValidator(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    Deprecated.
     
    protected
    LambdaValidator(software.amazon.jsii.JsiiObjectRef objRef)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    abstract String
    Deprecated.
    abstract ValidatorType
    Deprecated.

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Constructor Details

    • LambdaValidator

      protected LambdaValidator(software.amazon.jsii.JsiiObjectRef objRef)
      Deprecated.
    • LambdaValidator

      protected LambdaValidator(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      Deprecated.
    • LambdaValidator

      @Stability(Deprecated) @Deprecated protected LambdaValidator()
      Deprecated.
  • Method Details

    • fromFunction

      @Stability(Deprecated) @Deprecated @NotNull public static LambdaValidator fromFunction(@NotNull Function func)
      Deprecated.
      (deprecated) Defines an AWS Lambda validator from a Lambda function.

      This will call addPermission to your function to grant AWS AppConfig permissions.

      Parameters:
      func - The function that defines the validator. This parameter is required.
    • getContent

      @Stability(Deprecated) @Deprecated @NotNull public abstract String getContent()
      Deprecated.
      (deprecated) The content of the validator.
      Specified by:
      getContent in interface IValidator
    • getType

      @Stability(Deprecated) @Deprecated @NotNull public abstract ValidatorType getType()
      Deprecated.
      (deprecated) The type of validator.
      Specified by:
      getType in interface IValidator