Class RegionUrlMapPathMatcherRouteRuleRouteActionUrlRewriteArgs
Inheritance
System.Object
RegionUrlMapPathMatcherRouteRuleRouteActionUrlRewriteArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Compute.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class RegionUrlMapPathMatcherRouteRuleRouteActionUrlRewriteArgs : ResourceArgs
Constructors
View SourceRegionUrlMapPathMatcherRouteRuleRouteActionUrlRewriteArgs()
Declaration
public RegionUrlMapPathMatcherRouteRuleRouteActionUrlRewriteArgs()
Properties
View SourceHostRewrite
Prior to forwarding the request to the selected service, the request's host header is replaced with contents of hostRewrite. The value must be between 1 and 255 characters.
Declaration
public Input<string> HostRewrite { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PathPrefixRewrite
Prior to forwarding the request to the selected backend service, the matching portion of the request's path is replaced by pathPrefixRewrite. The value must be between 1 and 1024 characters.
Declaration
public Input<string> PathPrefixRewrite { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |