Show / Hide Table of Contents

Class FlexibleAppVersionDeploymentCloudBuildOptions

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

Fields

View Source

AppYamlPath

Path to the yaml file used in deployment, used to determine runtime configuration details.

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

CloudBuildTimeout

The Cloud Build timeout used as part of any dependent builds performed by version creation. Defaults to 10 minutes. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".

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