See: Description
| Interface | Description |
|---|---|
| CfnApi.BodyS3LocationProperty |
The `BodyS3Location` property specifies an S3 location from which to import an OpenAPI definition.
|
| CfnApi.CorsProperty |
The `Cors` property specifies a CORS configuration for an API.
|
| CfnApiGatewayManagedOverrides.AccessLogSettingsProperty |
The `AccessLogSettings` property overrides the access log settings for an API Gateway-managed stage.
|
| CfnApiGatewayManagedOverrides.IntegrationOverridesProperty |
The `IntegrationOverrides` property overrides the integration settings for an API Gateway-managed integration.
|
| CfnApiGatewayManagedOverrides.RouteOverridesProperty |
The `RouteOverrides` property overrides the route configuration for an API Gateway-managed route.
|
| CfnApiGatewayManagedOverrides.RouteSettingsProperty |
The `RouteSettings` property overrides the route settings for an API Gateway-managed route.
|
| CfnApiGatewayManagedOverrides.StageOverridesProperty |
The `StageOverrides` property overrides the stage configuration for an API Gateway-managed stage.
|
| CfnApiGatewayManagedOverridesProps |
Properties for defining a `CfnApiGatewayManagedOverrides`.
|
| CfnApiMappingProps |
Properties for defining a `CfnApiMapping`.
|
| CfnApiProps |
Properties for defining a `CfnApi`.
|
| CfnAuthorizer.JWTConfigurationProperty |
The `JWTConfiguration` property specifies the configuration of a JWT authorizer.
|
| CfnAuthorizerProps |
Properties for defining a `CfnAuthorizer`.
|
| CfnDeploymentProps |
Properties for defining a `CfnDeployment`.
|
| CfnDomainName.DomainNameConfigurationProperty |
The `DomainNameConfiguration` property type specifies the configuration for a an API's domain name.
|
| CfnDomainName.MutualTlsAuthenticationProperty |
If specified, API Gateway performs two-way authentication between the client and the server.
|
| CfnDomainNameProps |
Properties for defining a `CfnDomainName`.
|
| CfnIntegration.ResponseParameterListProperty |
Specifies a list of response parameters for an HTTP API.
|
| CfnIntegration.ResponseParameterProperty |
Supported only for HTTP APIs.
|
| CfnIntegration.TlsConfigProperty |
The `TlsConfig` property specifies the TLS configuration for a private integration.
|
| CfnIntegrationProps |
Properties for defining a `CfnIntegration`.
|
| CfnIntegrationResponseProps |
Properties for defining a `CfnIntegrationResponse`.
|
| CfnModelProps |
Properties for defining a `CfnModel`.
|
| CfnRoute.ParameterConstraintsProperty |
Specifies whether the parameter is required.
|
| CfnRouteProps |
Properties for defining a `CfnRoute`.
|
| CfnRouteResponse.ParameterConstraintsProperty |
Specifies whether the parameter is required.
|
| CfnRouteResponseProps |
Properties for defining a `CfnRouteResponse`.
|
| CfnStage.AccessLogSettingsProperty |
Settings for logging access in a stage.
|
| CfnStage.RouteSettingsProperty |
Represents a collection of route settings.
|
| CfnStageProps |
Properties for defining a `CfnStage`.
|
| CfnVpcLinkProps |
Properties for defining a `CfnVpcLink`.
|
This module is part of the AWS Cloud Development Kit project.
import software.amazon.awscdk.services.apigatewayv2.*;
There are no official hand-written (L2) constructs for this service yet. Here are some suggestions on how to proceed:
An experimental construct library for this service is available in preview. Since it is not stable yet, it is distributed as a separate package so that you can pin its version independently of the rest of the CDK. See the package:
@aws-cdk/aws-apigatewayv2-alpha
There are no hand-written (L2) constructs for this service yet. However, you can still use the automatically generated L1 constructs, and use this service exactly as you would using CloudFormation directly.
For more information on the resources and properties available for this service, see the CloudFormation documentation for AWS::ApiGatewayV2.
(Read the CDK Contributing Guide and submit an RFC if you are interested in contributing to this construct library.)
Copyright © 2022. All rights reserved.