Rule
Information about a rule.
Contents
- Actions.member.N
- 
               The actions. Each rule must include exactly one of the following types of actions: forward,redirect, orfixed-response, and it must be the last action to be performed.Type: Array of Action objects Required: No 
- Conditions.member.N
- 
               The conditions. Each rule can include zero or one of the following conditions: http-request-method,host-header,path-pattern, andsource-ip, and zero or more of the following conditions:http-headerandquery-string.Type: Array of RuleCondition objects Required: No 
- IsDefault
- 
               Indicates whether this is the default rule. Type: Boolean Required: No 
- Priority
- 
               The priority. Type: String Required: No 
- RuleArn
- 
               The Amazon Resource Name (ARN) of the rule. Type: String Required: No 
- Transforms.member.N
- 
               The transforms for the rule. Type: Array of RuleTransform objects Required: No 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: