@Stability(value=Experimental) @Internal public static final class HttpRouteProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HttpRouteProps
HttpRoutePropssoftware.amazon.jsii.JsiiObject.InitializationModeHttpRouteProps.Builder, HttpRouteProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(HttpRouteProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
HttpRouteProps.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.
|
IHttpRouteAuthorizer |
getAuthorizer()
(experimental) Authorizer for a WebSocket API or an HTTP API.
|
IHttpApi |
getHttpApi()
(experimental) the API the route is associated with.
|
HttpRouteIntegration |
getIntegration()
(experimental) The integration to be configured on this route.
|
HttpRouteKey |
getRouteKey()
(experimental) The key to this route.
|
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(HttpRouteProps.Builder builder)
HttpRouteProps.Builder.public final IHttpApi getHttpApi()
HttpRoutePropsgetHttpApi in interface HttpRoutePropspublic final HttpRouteKey getRouteKey()
HttpRoutePropsThis is a combination of an HTTP method and an HTTP path.
getRouteKey in interface HttpRoutePropspublic final List<String> getAuthorizationScopes()
HttpRoutePropsThese scopes will be merged with the scopes from the attached authorizer
Default: - no additional authorization scopes
getAuthorizationScopes in interface HttpRoutePropspublic final IHttpRouteAuthorizer getAuthorizer()
HttpRoutePropsDefault: - No authorizer
getAuthorizer in interface HttpRoutePropspublic final HttpRouteIntegration getIntegration()
BatchHttpRouteOptionsgetIntegration in interface BatchHttpRouteOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2023. All rights reserved.