Show / Hide Table of Contents

Class GetFunctionResult

Inheritance
System.Object
GetFunctionResult
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
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetFunctionResult

Fields

View Source

AvailableMemoryMb

Available memory (in MB) to the function.

Declaration
public readonly int AvailableMemoryMb
Field Value
Type Description
System.Int32
View Source

Description

Description of the function.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

EntryPoint

Name of a JavaScript function that will be executed when the Google Cloud Function is triggered.

Declaration
public readonly string EntryPoint
Field Value
Type Description
System.String
View Source

EnvironmentVariables

Declaration
public readonly ImmutableDictionary<string, object> EnvironmentVariables
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

EventTriggers

A source that fires events in response to a condition in another service. Structure is documented below.

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

HttpsTriggerUrl

If function is triggered by HTTP, trigger URL is set here.

Declaration
public readonly string HttpsTriggerUrl
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

IngressSettings

Controls what traffic can reach the function.

Declaration
public readonly string IngressSettings
Field Value
Type Description
System.String
View Source

Labels

A map of labels applied to this function.

Declaration
public readonly ImmutableDictionary<string, object> Labels
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

MaxInstances

Declaration
public readonly int MaxInstances
Field Value
Type Description
System.Int32
View Source

Name

The name of the Cloud Function.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Project

Declaration
public readonly string Project
Field Value
Type Description
System.String
View Source

Region

Declaration
public readonly string Region
Field Value
Type Description
System.String
View Source

Runtime

The runtime in which the function is running.

Declaration
public readonly string Runtime
Field Value
Type Description
System.String
View Source

ServiceAccountEmail

The service account email to be assumed by the cloud function.

Declaration
public readonly string ServiceAccountEmail
Field Value
Type Description
System.String
View Source

SourceArchiveBucket

The GCS bucket containing the zip archive which contains the function.

Declaration
public readonly string SourceArchiveBucket
Field Value
Type Description
System.String
View Source

SourceArchiveObject

The source archive object (file) in archive bucket.

Declaration
public readonly string SourceArchiveObject
Field Value
Type Description
System.String
View Source

SourceRepositories

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

Timeout

Function execution timeout (in seconds).

Declaration
public readonly int Timeout
Field Value
Type Description
System.Int32
View Source

TriggerHttp

If function is triggered by HTTP, this boolean is set.

Declaration
public readonly bool TriggerHttp
Field Value
Type Description
System.Boolean
View Source

VpcConnector

The VPC Network Connector that this cloud function can connect to.

Declaration
public readonly string VpcConnector
Field Value
Type Description
System.String
View Source

VpcConnectorEgressSettings

The egress settings for the connector, controlling what traffic is diverted through it.

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