@Stability(value=Experimental) @Internal public static final class AddRoutesOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AddRoutesOptions
AddRoutesOptionssoftware.amazon.jsii.JsiiObject.InitializationModeAddRoutesOptions.Builder, AddRoutesOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(AddRoutesOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
AddRoutesOptions.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 to be associated to these routes.
|
HttpRouteIntegration |
getIntegration()
(experimental) The integration to be configured on this route.
|
List<HttpMethod> |
getMethods()
(experimental) The HTTP methods to be configured.
|
String |
getPath()
(experimental) The path at which all of these routes are configured.
|
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(AddRoutesOptions.Builder builder)
AddRoutesOptions.Builder.public final String getPath()
AddRoutesOptionsgetPath in interface AddRoutesOptionspublic final List<String> getAuthorizationScopes()
AddRoutesOptionsThese scopes will override the default authorization scopes on the gateway. Set to [] to remove default scopes
Default: - uses defaultAuthorizationScopes if configured on the API, otherwise none.
getAuthorizationScopes in interface AddRoutesOptionspublic final IHttpRouteAuthorizer getAuthorizer()
AddRoutesOptionsUse NoneAuthorizer to remove the default authorizer for the api
Default: - uses the default authorizer if one is specified on the HttpApi
getAuthorizer in interface AddRoutesOptionspublic final List<HttpMethod> getMethods()
AddRoutesOptionsDefault: HttpMethod.ANY
getMethods in interface AddRoutesOptionspublic 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.