Show / Hide Table of Contents

Class TriggerPredicateArgs

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

Constructors

View Source

TriggerPredicateArgs()

Declaration
public TriggerPredicateArgs()

Properties

View Source

Conditions

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

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