| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnRequestValidator.Builder |
CfnRequestValidator.Builder.create(software.constructs.Construct scope,
String id) |
CfnRequestValidator.Builder |
CfnRequestValidator.Builder.name(String name)
The name of this request validator.
|
CfnRequestValidator.Builder |
CfnRequestValidator.Builder.restApiId(String restApiId)
The identifier of the targeted API entity.
|
CfnRequestValidator.Builder |
CfnRequestValidator.Builder.validateRequestBody(Boolean validateRequestBody)
Indicates whether to validate the request body according to the configured schema for the targeted API and method.
|
CfnRequestValidator.Builder |
CfnRequestValidator.Builder.validateRequestBody(IResolvable validateRequestBody)
Indicates whether to validate the request body according to the configured schema for the targeted API and method.
|
CfnRequestValidator.Builder |
CfnRequestValidator.Builder.validateRequestParameters(Boolean validateRequestParameters)
Indicates whether to validate request parameters.
|
CfnRequestValidator.Builder |
CfnRequestValidator.Builder.validateRequestParameters(IResolvable validateRequestParameters)
Indicates whether to validate request parameters.
|
Copyright © 2022. All rights reserved.