RedirectionAction

Prev Next

Available in VPC

This is a redirect action.

Syntax

The syntax is as follows.

private String protocol;
private String port;
private String host;
private String path;
private String query;
private String statusCode;

Field

The following describes the fields.

Field Type Required Description
protocol String Required Protocol
  • HTTP | HTTPS
port String Required Port
  • 1 - 65534
host String Required Host name
  • Use the invoked hostname when using #{host}
path String Required URL path
  • Use the invoked path when using #{path}
query String Required Query string
  • Use the invoked query string when using #{query}
statusCode String Required Response status code
  • 301 | 302