Interface OpenApiGatewayLambdaApiProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,OpenApiOptions,software.amazon.awscdk.services.apigateway.RestApiBaseProps
- All Known Implementing Classes:
OpenApiGatewayLambdaApiProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.66.0 (build 3c9512b)", date="2022-09-02T02:19:45.828Z") @Stability(Experimental) public interface OpenApiGatewayLambdaApiProps extends software.amazon.jsii.JsiiSerializable, software.amazon.awscdk.services.apigateway.RestApiBaseProps, OpenApiOptions
(experimental) Configuration for the OpenApiGatewayLambdaApi construct.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOpenApiGatewayLambdaApiProps.BuilderA builder forOpenApiGatewayLambdaApiPropsstatic classOpenApiGatewayLambdaApiProps.Jsii$ProxyAn implementation forOpenApiGatewayLambdaApiProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static OpenApiGatewayLambdaApiProps.Builderbuilder()ObjectgetSpec()(experimental) The parsed OpenAPI specification.StringgetSpecPath()(experimental) Path to the JSON open api spec.-
Methods inherited from interface software.aws.awsprototypingsdk.openapigateway.OpenApiOptions
getCorsOptions, getDefaultAuthorizer, getIntegrations, getOperationLookup
-
Methods inherited from interface software.amazon.awscdk.services.apigateway.RestApiBaseProps
getCloudWatchRole, getDeploy, getDeployOptions, getDescription, getDisableExecuteApiEndpoint, getDomainName, getEndpointExportName, getEndpointTypes, getFailOnWarnings, getParameters, getPolicy, getRestApiName, getRetainDeployments
-
-
-
-
Method Detail
-
getSpec
@Stability(Experimental) @NotNull Object getSpec()
(experimental) The parsed OpenAPI specification.
-
getSpecPath
@Stability(Experimental) @NotNull String getSpecPath()
(experimental) Path to the JSON open api spec.
-
builder
@Stability(Experimental) static OpenApiGatewayLambdaApiProps.Builder builder()
-
-