Class: Aws::ElasticLoadBalancingV2::Types::UrlRewriteConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticloadbalancingv2/types.rb

Overview

Information about a URL rewrite transform. This transform matches a pattern in the request URL and replaces it with the specified string.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rewritesArray<Types::RewriteConfig>

The URL rewrite transform to apply to the request. The transform consists of a regular expression to match and a replacement string.

Returns:



5011
5012
5013
5014
5015
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 5011

class UrlRewriteConfig < Struct.new(
  :rewrites)
  SENSITIVE = []
  include Aws::Structure
end