Class OpenApiOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.aws.awsprototypingsdk.openapigateway.OpenApiOptions.Jsii$Proxy
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,OpenApiOptions
- Enclosing interface:
- OpenApiOptions
@Stability(Experimental) @Internal public static final class OpenApiOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OpenApiOptions
An implementation forOpenApiOptions
-
-
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.aws.awsprototypingsdk.openapigateway.OpenApiOptions
OpenApiOptions.Builder, OpenApiOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.protectedJsii$Proxy(OpenApiOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theOpenApiOptions.Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)software.amazon.awscdk.services.apigateway.CorsOptionsgetCorsOptions()(experimental) Cross Origin Resource Sharing options for the API.AuthorizergetDefaultAuthorizer()(experimental) The default authorizer to use for your api.Map<String,OpenApiIntegration>getIntegrations()(experimental) A mapping of API operation to its integration.Map<String,MethodAndPath>getOperationLookup()(experimental) Details about each operation.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(OpenApiOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theOpenApiOptions.Builder.
-
-
Method Detail
-
getIntegrations
public final Map<String,OpenApiIntegration> getIntegrations()
Description copied from interface:OpenApiOptions(experimental) A mapping of API operation to its integration.- Specified by:
getIntegrationsin interfaceOpenApiOptions
-
getOperationLookup
public final Map<String,MethodAndPath> getOperationLookup()
Description copied from interface:OpenApiOptions(experimental) Details about each operation.- Specified by:
getOperationLookupin interfaceOpenApiOptions
-
getCorsOptions
public final software.amazon.awscdk.services.apigateway.CorsOptions getCorsOptions()
Description copied from interface:OpenApiOptions(experimental) Cross Origin Resource Sharing options for the API.- Specified by:
getCorsOptionsin interfaceOpenApiOptions
-
getDefaultAuthorizer
public final Authorizer getDefaultAuthorizer()
Description copied from interface:OpenApiOptions(experimental) The default authorizer to use for your api.When omitted, no default authorizer is used. Authorizers specified at the integration level will override this for that operation.
- Specified by:
getDefaultAuthorizerin interfaceOpenApiOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-