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.61.0 (build abf4039)", date="2022-06-22T03:19:15.805Z") @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.-
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, getDisableExecuteApiEndpoint, getDomainName, getEndpointExportName, getEndpointTypes, getFailOnWarnings, getParameters, getPolicy, getRestApiName, getRetainDeployments
-
-
-
-
Method Detail
-
getSpec
@Stability(Experimental) @NotNull Object getSpec()
(experimental) The parsed OpenAPI specification.
-
builder
@Stability(Experimental) static OpenApiGatewayLambdaApiProps.Builder builder()
-
-