Uses of Class
software.amazon.awscdk.services.apigatewayv2.HttpApi.Builder
Packages that use HttpApi.Builder
Package
Description
AWS::APIGatewayv2 Construct Library
-
Uses of HttpApi.Builder in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return HttpApi.BuilderModifier and TypeMethodDescription(experimental) Name for the HTTP API resource.HttpApi.Builder.corsPreflight(CorsPreflightOptions corsPreflight) (experimental) Specifies a CORS configuration for an API.static HttpApi.BuilderHttpApi.Builder.createDefaultStage(Boolean createDefaultStage) (experimental) Whether a default stage and deployment should be automatically created.HttpApi.Builder.defaultAuthorizationScopes(List<String> defaultAuthorizationScopes) (experimental) Default OIDC scopes attached to all routes in the gateway, unless explicitly configured on the route.HttpApi.Builder.defaultAuthorizer(IHttpRouteAuthorizer defaultAuthorizer) (experimental) Default Authorizer to applied to all routes in the gateway.HttpApi.Builder.defaultDomainMapping(DomainMappingOptions defaultDomainMapping) (experimental) Configure a custom domain with the API mapping resource to the HTTP API.HttpApi.Builder.defaultIntegration(HttpRouteIntegration defaultIntegration) (experimental) An integration that will be configured on the catch-all route ($default).HttpApi.Builder.description(String description) (experimental) The description of the API.HttpApi.Builder.disableExecuteApiEndpoint(Boolean disableExecuteApiEndpoint) (experimental) Specifies whether clients can invoke your API using the default endpoint.