Show / Hide Table of Contents

Class TriggerPredicateGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TriggerPredicateGetArgs
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 TriggerPredicateGetArgs : ResourceArgs

Constructors

View Source

TriggerPredicateGetArgs()

Declaration
public TriggerPredicateGetArgs()

Properties

View Source

Conditions

A list of the conditions that determine when the trigger will fire. Defined below.

Declaration
public InputList<TriggerPredicateConditionGetArgs> Conditions { get; set; }
Property Value
Type Description
InputList<TriggerPredicateConditionGetArgs>
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.