Show / Hide Table of Contents

Class FunctionSourceRepositoryArgs

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

Constructors

View Source

FunctionSourceRepositoryArgs()

Declaration
public FunctionSourceRepositoryArgs()

Properties

View Source

DeployedUrl

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

Url

The URL pointing to the hosted repository where the function is defined. There are supported Cloud Source Repository URLs in the following formats:

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