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
-
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.apigatewayv2.authorizers.HttpJwtAuthorizerProps
HttpJwtAuthorizerProps.Builder, HttpJwtAuthorizerProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(HttpJwtAuthorizerProps.Builder builder) Constructor that initializes the object based on literal property values passed by theHttpJwtAuthorizerProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
(experimental) The name of the authorizer.(experimental) The identity source for which authorization is requested.(experimental) A list of the intended recipients of the JWT.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theHttpJwtAuthorizerProps.Builder
.
-
-
Method Details
-
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 interfaceHttpJwtAuthorizerProps
-
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 interfaceHttpJwtAuthorizerProps
-
getIdentitySource
Description copied from interface:HttpJwtAuthorizerProps
(experimental) The identity source for which authorization is requested.Default: ['$request.header.Authorization']
- Specified by:
getIdentitySource
in interfaceHttpJwtAuthorizerProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-