Module: AWSCDK::APIGateway::RestAPIMode

Defined in:
api_gateway/rest_api_mode.rb

Overview

The Mode that determines how API Gateway handles resource updates when importing an OpenAPI definition.

Constant Summary collapse

OVERWRITE =
Deprecated.
Note:

Default:

The new API definition replaces the existing one.

Jsii::Enum.new("aws-cdk-lib.aws_apigateway.RestApiMode", "OVERWRITE")
MERGE =
Deprecated.
Note:

Default:

The new API definition is merged with the existing API.

Jsii::Enum.new("aws-cdk-lib.aws_apigateway.RestApiMode", "MERGE")