RequestValidator

class RequestValidator : KotlinCustomResource

The `AWS::ApiGateway::RequestValidator` resource sets up basic validation rules for incoming requests to your API. For more information, see Enable Basic Request Validation for an API in API Gateway in the API Gateway Developer Guide.

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>?

The name of this RequestValidator

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The ID for the request validator. For example: abc123 .

Link copied to clipboard
val restApiId: Output<String>

The string identifier of the associated RestApi.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

A Boolean flag to indicate whether to validate a request body according to the configured Model schema.

Link copied to clipboard

A Boolean flag to indicate whether to validate request parameters ( true ) or not ( false ).