ModifyRuleRequest

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

Indicates whether to remove all transforms from the rule. If you specify ResetTransforms, you can't specify Transforms.

Link copied to clipboard

The Amazon Resource Name (ARN) of 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. If you specify Transforms, you can't specify ResetTransforms.

Functions

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