Show / Hide Table of Contents

Class AccessRuleConfigurationGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AccessRuleConfigurationGetArgs
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.Inputs
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class AccessRuleConfigurationGetArgs : ResourceArgs

Constructors

View Source

AccessRuleConfigurationGetArgs()

Declaration
public AccessRuleConfigurationGetArgs()

Properties

View Source

Target

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>
View Source

Value

The value to target. Depends on target's type.

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