Class TriggerPredicateArgs
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.Glue.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class TriggerPredicateArgs : ResourceArgs
Constructors
View SourceTriggerPredicateArgs()
Declaration
public TriggerPredicateArgs()
Properties
View SourceConditions
A list of the conditions that determine when the trigger will fire. Defined below.
Declaration
public InputList<TriggerPredicateConditionArgs> Conditions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<TriggerPredicateConditionArgs> |
Logical
How to handle multiple conditions. Defaults to AND. Valid values are AND or ANY.
Declaration
public Input<string> Logical { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |