Show / Hide Table of Contents

Class FunctionEventTriggerGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FunctionEventTriggerGetArgs
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.Gcp.CloudFunctions.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class FunctionEventTriggerGetArgs : ResourceArgs

Constructors

View Source

FunctionEventTriggerGetArgs()

Declaration
public FunctionEventTriggerGetArgs()

Properties

View Source

EventType

The type of event to observe. For example: "google.storage.object.finalize". See the documentation on calling Cloud Functions for a full reference of accepted triggers.

Declaration
public Input<string> EventType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

FailurePolicy

Specifies policy for failed executions. Structure is documented below.

Declaration
public Input<FunctionEventTriggerFailurePolicyGetArgs> FailurePolicy { get; set; }
Property Value
Type Description
Input<FunctionEventTriggerFailurePolicyGetArgs>
View Source

Resource

Required. The name or partial URI of the resource from which to observe events. For example, &quot;myBucket&quot; or &quot;projects/my-project/topics/my-topic&quot;

Declaration
public Input<string> Resource { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.