Class HttpRouteAuthorizerConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigatewayv2.HttpRouteAuthorizerConfig.Jsii$Proxy
- All Implemented Interfaces:
HttpRouteAuthorizerConfig
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
HttpRouteAuthorizerConfig
@Stability(Experimental)
@Internal
public static final class HttpRouteAuthorizerConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements HttpRouteAuthorizerConfig
An implementation for
HttpRouteAuthorizerConfig
-
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.HttpRouteAuthorizerConfig
HttpRouteAuthorizerConfig.Builder, HttpRouteAuthorizerConfig.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theHttpRouteAuthorizerConfig.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theHttpRouteAuthorizerConfig.Builder
.
-
-
Method Details
-
getAuthorizationType
Description copied from interface:HttpRouteAuthorizerConfig
(experimental) The type of authorization.Possible values are:
- AWS_IAM - IAM Authorizer
- JWT - JSON Web Token Authorizer
- CUSTOM - Lambda Authorizer
- NONE - No Authorization
- Specified by:
getAuthorizationType
in interfaceHttpRouteAuthorizerConfig
-
getAuthorizationScopes
Description copied from interface:HttpRouteAuthorizerConfig
(experimental) The list of OIDC scopes to include in the authorization.Default: - no authorization scopes
- Specified by:
getAuthorizationScopes
in interfaceHttpRouteAuthorizerConfig
-
getAuthorizerId
Description copied from interface:HttpRouteAuthorizerConfig
(experimental) The authorizer id.Default: - No authorizer id (useful for AWS_IAM route authorizer)
- Specified by:
getAuthorizerId
in interfaceHttpRouteAuthorizerConfig
-
$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()
-