Show / Hide Table of Contents

Class AccessRuleState

Inheritance
System.Object
InputArgs
ResourceArgs
AccessRuleState
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 AccessRuleState : ResourceArgs

Constructors

View Source

AccessRuleState()

Declaration
public AccessRuleState()

Properties

View Source

Configuration

Rule configuration to apply to a matched request. It's a complex value. See description below.

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

Mode

The action to apply to a matched request. Allowed values: "block", "challenge", "whitelist", "js_challenge"

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

Notes

A personal note about the rule. Typically used as a reminder or explanation for the rule.

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

ZoneId

The DNS zone to which the access 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.