CreateRuleRequest

Types

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

Properties

Link copied to clipboard

The action for the default rule.

Link copied to clipboard

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.

Link copied to clipboard

The ID or Amazon Resource Name (ARN) of the listener.

Link copied to clipboard

The rule match.

Link copied to clipboard

The name of the rule. The name must be unique within the listener. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.

Link copied to clipboard

The priority assigned to the rule. Each rule for a specific listener must have a unique priority. The lower the priority number the higher the priority.

Link copied to clipboard

The ID or Amazon Resource Name (ARN) of the service.

Link copied to clipboard

The tags for the rule.

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