Class WebSocketLambdaAuthorizerProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigatewayv2.authorizers.WebSocketLambdaAuthorizerProps.Jsii$Proxy
All Implemented Interfaces:
WebSocketLambdaAuthorizerProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
WebSocketLambdaAuthorizerProps

@Stability(Experimental) @Internal public static final class WebSocketLambdaAuthorizerProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements WebSocketLambdaAuthorizerProps
An implementation for WebSocketLambdaAuthorizerProps
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(WebSocketLambdaAuthorizerProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the WebSocketLambdaAuthorizerProps.Builder.
  • Method Details

    • getAuthorizerName

      public final String getAuthorizerName()
      Description copied from interface: WebSocketLambdaAuthorizerProps
      (experimental) The name of the authorizer.

      Default: - same value as `id` passed in the constructor.

      Specified by:
      getAuthorizerName in interface WebSocketLambdaAuthorizerProps
    • getIdentitySource

      public final List<String> getIdentitySource()
      Description copied from interface: WebSocketLambdaAuthorizerProps
      (experimental) The identity source for which authorization is requested.

      Request parameter match 'route.request.querystring|header.[a-zA-z0-9._-]+'. Staged variable match 'stageVariables.[a-zA-Z0-9._-]+'. Context parameter match 'context.[a-zA-Z0-9._-]+'.

      Default: ['route.request.header.Authorization']

      Specified by:
      getIdentitySource in interface WebSocketLambdaAuthorizerProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object