Class RulePredicateArgs
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.Aws.WafRegional.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RulePredicateArgs : ResourceArgs
Constructors
View SourceRulePredicateArgs()
Declaration
public RulePredicateArgs()
Properties
View SourceDataId
Declaration
public Input<string> DataId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Negated
Declaration
public Input<bool> Negated { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Type
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |