CreateRuleRequest

Types

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

Properties

Link copied to clipboard

The actions.

Link copied to clipboard

The conditions.

Link copied to clipboard

The Amazon Resource Name (ARN) of the listener.

Link copied to clipboard

The rule priority. A listener can't have multiple rules with the same priority.

Link copied to clipboard
val tags: List<Tag>?

The tags to assign to the rule.

Link copied to clipboard

The transforms to apply to requests that match this rule. You can add one host header rewrite transform and one URL rewrite transform.

Functions

Link copied to clipboard
inline fun copy(block: CreateRuleRequest.Builder.() -> Unit = {}): CreateRuleRequest
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