Show / Hide Table of Contents

Class PageRuleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PageRuleArgs
Inherited Members
ResourceArgs.Empty
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
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class PageRuleArgs : ResourceArgs

Constructors

View Source

PageRuleArgs()

Declaration
public PageRuleArgs()

Properties

View Source

Actions

The actions taken by the page rule, options given below.

Declaration
public Input<PageRuleActionsArgs> Actions { get; set; }
Property Value
Type Description
Input<PageRuleActionsArgs>
View Source

Priority

The priority of the page rule among others for this target, the higher the number the higher the priority as per API documentation.

Declaration
public Input<int> Priority { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Status

Whether the page rule is active or disabled.

Declaration
public Input<string> Status { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Target

The URL pattern to target with the page rule.

Declaration
public Input<string> Target { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ZoneId

The DNS zone ID to which the page rule should be added.

Declaration
public Input<string> ZoneId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.