Class AccessRuleConfigurationArgs
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 AccessRuleConfigurationArgs : ResourceArgs
Constructors
View SourceAccessRuleConfigurationArgs()
Declaration
public AccessRuleConfigurationArgs()
Properties
View SourceTarget
The request property to target. Allowed values: "ip", "ip6", "ip_range", "asn", "country"
Declaration
public Input<string> Target { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Value
The value to target. Depends on target's type.
Declaration
public Input<string> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |