Show / Hide Table of Contents

Class FilterArgs

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

Constructors

View Source

FilterArgs()

Declaration
public FilterArgs()

Properties

View Source

Description

A note that you can use to describe the purpose of the filter.

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

Expression

The filter expression to be used.

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

Paused

Whether this filter is currently paused. Boolean value.

Declaration
public Input<bool> Paused { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Ref

Short reference tag to quickly select related rules.

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

ZoneId

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