@Stability(value=Experimental) @Internal public static final class HttpAuthorizerProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HttpAuthorizerProps
HttpAuthorizerPropssoftware.amazon.jsii.JsiiObject.InitializationModeHttpAuthorizerProps.Builder, HttpAuthorizerProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(HttpAuthorizerProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
HttpAuthorizerProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAuthorizerName()
(experimental) Name of the authorizer.
|
String |
getAuthorizerUri()
(experimental) The authorizer's Uniform Resource Identifier (URI).
|
Boolean |
getEnableSimpleResponses()
(experimental) Specifies whether a Lambda authorizer returns a response in a simple format.
|
IHttpApi |
getHttpApi()
(experimental) HTTP Api to attach the authorizer to.
|
List<String> |
getIdentitySource()
(experimental) The identity source for which authorization is requested.
|
List<String> |
getJwtAudience()
(experimental) A list of the intended recipients of the JWT.
|
String |
getJwtIssuer()
(experimental) The base domain of the identity provider that issues JWT.
|
AuthorizerPayloadVersion |
getPayloadFormatVersion()
(experimental) Specifies the format of the payload sent to an HTTP API Lambda authorizer.
|
Duration |
getResultsCacheTtl()
(experimental) How long APIGateway should cache the results.
|
HttpAuthorizerType |
getType()
(experimental) The type of authorizer.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(HttpAuthorizerProps.Builder builder)
HttpAuthorizerProps.Builder.public final IHttpApi getHttpApi()
HttpAuthorizerPropsgetHttpApi in interface HttpAuthorizerPropspublic final List<String> getIdentitySource()
HttpAuthorizerPropspublic final HttpAuthorizerType getType()
HttpAuthorizerPropsgetType in interface HttpAuthorizerPropspublic final String getAuthorizerName()
HttpAuthorizerPropsDefault: - id of the HttpAuthorizer construct.
getAuthorizerName in interface HttpAuthorizerPropspublic final String getAuthorizerUri()
HttpAuthorizerPropsFor REQUEST authorizers, this must be a well-formed Lambda function URI.
Default: - required for Request authorizer types
getAuthorizerUri in interface HttpAuthorizerPropspublic final Boolean getEnableSimpleResponses()
HttpAuthorizerPropsIf enabled, the Lambda authorizer can return a boolean value instead of an IAM policy.
Default: - The lambda authorizer must return an IAM policy as its response
getEnableSimpleResponses in interface HttpAuthorizerPropspublic final List<String> getJwtAudience()
HttpAuthorizerPropsA valid JWT must provide an aud that matches at least one entry in this list.
Default: - required for JWT authorizer typess.
getJwtAudience in interface HttpAuthorizerPropspublic final String getJwtIssuer()
HttpAuthorizerPropsDefault: - required for JWT authorizer types.
getJwtIssuer in interface HttpAuthorizerPropspublic final AuthorizerPayloadVersion getPayloadFormatVersion()
HttpAuthorizerPropsDefault: AuthorizerPayloadVersion.VERSION_2_0 if the authorizer type is HttpAuthorizerType.LAMBDA
getPayloadFormatVersion in interface HttpAuthorizerPropspublic final Duration getResultsCacheTtl()
HttpAuthorizerPropsMax 1 hour.
Default: - API Gateway will not cache authorizer responses
getResultsCacheTtl in interface HttpAuthorizerProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.