Bases: object
Properties for defining a CfnRequestValidator
.
rest_api_id (str
) â The string identifier of the associated RestApi.
name (Optional
[str
]) â The name of this RequestValidator.
validate_request_body (Union
[bool
, IResolvable
, None
]) â A Boolean flag to indicate whether to validate a request body according to the configured Model schema.
validate_request_parameters (Union
[bool
, IResolvable
, None
]) â A Boolean flag to indicate whether to validate request parameters ( true
) or not ( false
).
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_apigateway as apigateway cfn_request_validator_props = apigateway.CfnRequestValidatorProps( rest_api_id="restApiId", # the properties below are optional name="name", validate_request_body=False, validate_request_parameters=False )
Attributes
The name of this RequestValidator.
The string identifier of the associated RestApi.
A Boolean flag to indicate whether to validate a request body according to the configured Model schema.
A Boolean flag to indicate whether to validate request parameters ( true
) or not ( false
).
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4