Class PageRuleActionsForwardingUrlArgs
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.Cloudflare.Inputs
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class PageRuleActionsForwardingUrlArgs : ResourceArgs
Constructors
View SourcePageRuleActionsForwardingUrlArgs()
Declaration
public PageRuleActionsForwardingUrlArgs()
Properties
View SourceStatusCode
The status code to use for the redirection.
Declaration
public Input<int> StatusCode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Url
The URL to which the page rule should forward.
Declaration
public Input<string> Url { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |