Class FlexibleAppVersionDeploymentCloudBuildOptionsGetArgs
Inheritance
System.Object
FlexibleAppVersionDeploymentCloudBuildOptionsGetArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class FlexibleAppVersionDeploymentCloudBuildOptionsGetArgs : ResourceArgs
Constructors
View SourceFlexibleAppVersionDeploymentCloudBuildOptionsGetArgs()
Declaration
public FlexibleAppVersionDeploymentCloudBuildOptionsGetArgs()
Properties
View SourceAppYamlPath
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> |
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> |