Show / Hide Table of Contents

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 Source

Conditions

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

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.