Class StandardAppVersionHandlerScriptArgs
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 StandardAppVersionHandlerScriptArgs : ResourceArgs
Constructors
View SourceStandardAppVersionHandlerScriptArgs()
Declaration
public StandardAppVersionHandlerScriptArgs()
Properties
View SourceScriptPath
Path to the script from the application root directory.
Declaration
public Input<string> ScriptPath { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |