VPC環境で利用できます。
リダイレクトアクションです。
構文
構文は次の通りです。
private String protocol;
private String port;
private String host;
private String path;
private String query;
private String statusCode;
フィールド
フィールドの詳細は次の通りです。
フィールド | タイプ | 必須の有無 | 説明 |
---|---|---|---|
protocol |
String | Required | プロトコル
|
port |
String | Required | ポート
|
host |
String | Required | ホスト名
|
path |
String | Required | URLパス
|
query |
String | Required | クエリストリング
|
statusCode |
String | Required | レスポンスステータスコード
|