Class TriggerPredicate
Inheritance
System.Object
TriggerPredicate
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class TriggerPredicate
Fields
View SourceConditions
A list of the conditions that determine when the trigger will fire. Defined below.
Declaration
public readonly ImmutableArray<TriggerPredicateCondition> Conditions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<TriggerPredicateCondition> |
Logical
How to handle multiple conditions. Defaults to AND. Valid values are AND or ANY.
Declaration
public readonly string Logical
Field Value
| Type | Description |
|---|---|
| System.String |