Class HttpRouteProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigatewayv2.HttpRouteProps.Jsii$Proxy
- All Implemented Interfaces:
BatchHttpRouteOptions
,HttpRouteProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- HttpRouteProps
@Stability(Stable)
@Internal
public static final class HttpRouteProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements HttpRouteProps
An implementation for
HttpRouteProps
-
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.HttpRouteProps
HttpRouteProps.Builder, HttpRouteProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(HttpRouteProps.Builder builder) Constructor that initializes the object based on literal property values passed by theHttpRouteProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
The list of OIDC scopes to include in the authorization.final IHttpRouteAuthorizer
Authorizer for a WebSocket API or an HTTP API.final IHttpApi
the API the route is associated with.final HttpRouteIntegration
The integration to be configured on this route.final HttpRouteKey
The key to this route.final int
hashCode()
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 theHttpRouteProps.Builder
.
-
-
Method Details
-
getHttpApi
Description copied from interface:HttpRouteProps
the API the route is associated with.- Specified by:
getHttpApi
in interfaceHttpRouteProps
-
getRouteKey
Description copied from interface:HttpRouteProps
The key to this route.This is a combination of an HTTP method and an HTTP path.
- Specified by:
getRouteKey
in interfaceHttpRouteProps
-
getAuthorizationScopes
Description copied from interface:HttpRouteProps
The list of OIDC scopes to include in the authorization.These scopes will be merged with the scopes from the attached authorizer
Default: - no additional authorization scopes
- Specified by:
getAuthorizationScopes
in interfaceHttpRouteProps
-
getAuthorizer
Description copied from interface:HttpRouteProps
Authorizer for a WebSocket API or an HTTP API.Default: - No authorizer
- Specified by:
getAuthorizer
in interfaceHttpRouteProps
-
getIntegration
Description copied from interface:BatchHttpRouteOptions
The integration to be configured on this route.- Specified by:
getIntegration
in interfaceBatchHttpRouteOptions
-
$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()
-