Class FunctionEventTrigger
Inheritance
System.Object
FunctionEventTrigger
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.Gcp.CloudFunctions.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class FunctionEventTrigger
Fields
View SourceEventType
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 readonly string EventType
Field Value
| Type | Description |
|---|---|
| System.String |
FailurePolicy
Specifies policy for failed executions. Structure is documented below.
Declaration
public readonly FunctionEventTriggerFailurePolicy FailurePolicy
Field Value
| Type | Description |
|---|---|
| FunctionEventTriggerFailurePolicy |
Resource
Required. The name or partial URI of the resource from
which to observe events. For example, "myBucket" or "projects/my-project/topics/my-topic"
Declaration
public readonly string Resource
Field Value
| Type | Description |
|---|---|
| System.String |