Show / Hide Table of Contents

Class FlexibleAppVersionDeploymentCloudBuildOptionsGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FlexibleAppVersionDeploymentCloudBuildOptionsGetArgs
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.AppEngine.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class FlexibleAppVersionDeploymentCloudBuildOptionsGetArgs : ResourceArgs

Constructors

View Source

FlexibleAppVersionDeploymentCloudBuildOptionsGetArgs()

Declaration
public FlexibleAppVersionDeploymentCloudBuildOptionsGetArgs()

Properties

View Source

AppYamlPath

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

Declaration
public Input<string> AppYamlPath { get; set; }
Property Value
Type Description
Input<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 Input<string> CloudBuildTimeout { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.