Interface OpenApiOptions

    • Method Detail

      • getIntegrations

        @Stability(Experimental)
        @NotNull
        Map<String,​OpenApiIntegration> getIntegrations()
        (experimental) A mapping of API operation to its integration.
      • getOperationLookup

        @Stability(Experimental)
        @NotNull
        Map<String,​MethodAndPath> getOperationLookup()
        (experimental) Details about each operation.
      • getAuthType

        @Stability(Experimental)
        @Nullable
        default software.amazon.awscdk.services.apigateway.AuthorizationType getAuthType()
        (experimental) The authorization type to use for the API.
      • getCorsOptions

        @Stability(Experimental)
        @Nullable
        default software.amazon.awscdk.services.apigateway.CorsOptions getCorsOptions()
        (experimental) Cross Origin Resource Sharing options for the API.