class Aws::ElasticLoadBalancingV2::Types::Rule

Information about a rule.

@!attribute [rw] rule_arn

The Amazon Resource Name (ARN) of the rule.
@return [String]

@!attribute [rw] priority

The priority.
@return [String]

@!attribute [rw] conditions

The conditions. Each rule can include zero or one of the following
conditions: `http-request-method`, `host-header`, `path-pattern`,
and `source-ip`, and zero or more of the following conditions:
`http-header` and `query-string`.
@return [Array<Types::RuleCondition>]

@!attribute [rw] actions

The actions. Each rule must include exactly one of the following
types of actions: `forward`, `redirect`, or `fixed-response`, and it
must be the last action to be performed.
@return [Array<Types::Action>]

@!attribute [rw] is_default

Indicates whether this is the default rule.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/Rule AWS API Documentation

Constants

SENSITIVE