Show / Hide Table of Contents

Class GetFunctionEventTriggerResult

Inheritance
System.Object
GetFunctionEventTriggerResult
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 GetFunctionEventTriggerResult

Fields

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 readonly string EventType
Field Value
Type Description
System.String
View Source

FailurePolicies

Policy for failed executions. Structure is documented below.

Declaration
public readonly ImmutableArray<GetFunctionEventTriggerFailurePolicyResult> FailurePolicies
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetFunctionEventTriggerFailurePolicyResult>
View Source

Resource

The name of the resource whose events are being observed, for example, &quot;myBucket&quot;

Declaration
public readonly string Resource
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.