@Stability(value=Experimental) @Internal public static final class HttpRouteAuthorizerConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HttpRouteAuthorizerConfig
HttpRouteAuthorizerConfigsoftware.amazon.jsii.JsiiObject.InitializationModeHttpRouteAuthorizerConfig.Builder, HttpRouteAuthorizerConfig.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(HttpAuthorizerType authorizationType,
List<String> authorizationScopes,
String authorizerId)
Constructor that initializes the object based on literal property values passed by the
HttpRouteAuthorizerConfig.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) |
List<String> |
getAuthorizationScopes()
(experimental) The list of OIDC scopes to include in the authorization.
|
HttpAuthorizerType |
getAuthorizationType()
(experimental) The type of authorization.
|
String |
getAuthorizerId()
(experimental) The authorizer id.
|
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(HttpAuthorizerType authorizationType, List<String> authorizationScopes, String authorizerId)
HttpRouteAuthorizerConfig.Builder.public final HttpAuthorizerType getAuthorizationType()
HttpRouteAuthorizerConfiggetAuthorizationType in interface HttpRouteAuthorizerConfigpublic final List<String> getAuthorizationScopes()
HttpRouteAuthorizerConfigDefault: - no authorization scopes
getAuthorizationScopes in interface HttpRouteAuthorizerConfigpublic final String getAuthorizerId()
HttpRouteAuthorizerConfigDefault: - No authorizer id (useful for AWS_IAM route authorizer)
getAuthorizerId in interface HttpRouteAuthorizerConfig@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.