メインコンテンツまでスキップ

AWSElasticLoadBalancerRedirectActionConfiguration

No description

type AWSElasticLoadBalancerRedirectActionConfiguration {
host: String!
path: String!
port: Int!
protocol: String!
query: String!
statusCode: AWSElasticLoadBalancerRedirectActionStatusCodeType!
}

Fields

AWSElasticLoadBalancerRedirectActionConfiguration.host ● String! non-null scalar

The hostname. This component is not percent-encoded. The hostname can contain #{host}.

AWSElasticLoadBalancerRedirectActionConfiguration.path ● String! non-null scalar

The absolute path, starting with the leading "/". This component is not percent-encoded. The path can contain #{host}, #{path}, and #{port}.

AWSElasticLoadBalancerRedirectActionConfiguration.port ● Int! non-null scalar

The port. You can specify a value from 1 to 65535 or #{port}.

AWSElasticLoadBalancerRedirectActionConfiguration.protocol ● String! non-null scalar

The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.

AWSElasticLoadBalancerRedirectActionConfiguration.query ● String! non-null scalar

The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include the leading "?", as it is automatically added. You can specify any of the reserved keywords.

AWSElasticLoadBalancerRedirectActionConfiguration.statusCode ● AWSElasticLoadBalancerRedirectActionStatusCodeType! non-null enum

The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP 302).

Implemented by

AWSElasticLoadBalancerListenerActionConfiguration union