Builder

class Builder

Properties

Link copied to clipboard
var body: String?

The simulated request body of an incoming invocation request.

Link copied to clipboard

A ClientCertificate identifier to use in the test invocation. API Gateway will use the certificate when making the HTTPS request to the defined back-end endpoint.

Link copied to clipboard

A key-value map of headers to simulate an incoming invocation request.

Link copied to clipboard

Specifies a test invoke method request's HTTP method.

Link copied to clipboard

The headers as a map from string to list of values to simulate an incoming invocation request.

Link copied to clipboard

The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.

Link copied to clipboard

Specifies a test invoke method request's resource ID.

Link copied to clipboard

The string identifier of the associated RestApi.

Link copied to clipboard

A key-value map of stage variables to simulate an invocation on a deployed Stage.