CreateRuleResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The rule action. Each rule must include exactly one of the following types of actions: forward or fixed-response, and it must be the last action to be performed.

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the rule.

Link copied to clipboard
val id: String?

The ID of the rule.

Link copied to clipboard

The rule match. The RuleMatch must be an HttpMatch. This means that the rule should be an exact match on HTTP constraints which are made up of the HTTP method, path, and header.

Link copied to clipboard
val name: String?

The name of the rule.

Link copied to clipboard

The priority assigned to the rule. The lower the priority number the higher the priority.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String