Class FilterArgs
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
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class FilterArgs : ResourceArgs
Constructors
View SourceFilterArgs()
Declaration
public FilterArgs()
Properties
View SourceDescription
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> |
Expression
The filter expression to be used.
Declaration
public Input<string> Expression { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Paused
Whether this filter is currently paused. Boolean value.
Declaration
public Input<bool> Paused { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Ref
Short reference tag to quickly select related rules.
Declaration
public Input<string> Ref { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |