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
|
port |
String | Required | Port
|
host |
String | Required | Host name
|
path |
String | Required | URL path
|
query |
String | Required | Query string
|
statusCode |
String | Required | Response status code
|