Class HttpJwtAuthorizerProps.Jsii$Proxy

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

@Stability(Experimental) @Internal public static final class HttpJwtAuthorizerProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HttpJwtAuthorizerProps
An implementation for HttpJwtAuthorizerProps
  • 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(HttpJwtAuthorizerProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the HttpJwtAuthorizerProps.Builder.
  • Method Details

    • getJwtAudience

      public final List<String> getJwtAudience()
      Description copied from interface: HttpJwtAuthorizerProps
      (experimental) A list of the intended recipients of the JWT.

      A valid JWT must provide an aud that matches at least one entry in this list.

      Specified by:
      getJwtAudience in interface HttpJwtAuthorizerProps
    • getAuthorizerName

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

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

      Specified by:
      getAuthorizerName in interface HttpJwtAuthorizerProps
    • getIdentitySource

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

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

      Specified by:
      getIdentitySource in interface HttpJwtAuthorizerProps
    • $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