Class StandardAppVersionDeploymentArgs
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 StandardAppVersionDeploymentArgs : ResourceArgs
Constructors
View SourceStandardAppVersionDeploymentArgs()
Declaration
public StandardAppVersionDeploymentArgs()
Properties
View SourceFiles
Manifest of the files stored in Google Cloud Storage that are included as part of this version. All files must be readable using the credentials supplied with this call. Structure is documented below.
Declaration
public InputList<StandardAppVersionDeploymentFileArgs> Files { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<StandardAppVersionDeploymentFileArgs> |
Zip
Zip File Structure is documented below.
Declaration
public Input<StandardAppVersionDeploymentZipArgs> Zip { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<StandardAppVersionDeploymentZipArgs> |