Show / Hide Table of Contents

Class StandardAppVersionDeploymentGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
StandardAppVersionDeploymentGetArgs
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 StandardAppVersionDeploymentGetArgs : ResourceArgs

Constructors

View Source

StandardAppVersionDeploymentGetArgs()

Declaration
public StandardAppVersionDeploymentGetArgs()

Properties

View Source

Files

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<StandardAppVersionDeploymentFileGetArgs> Files { get; set; }
Property Value
Type Description
InputList<StandardAppVersionDeploymentFileGetArgs>
View Source

Zip

Zip File Structure is documented below.

Declaration
public Input<StandardAppVersionDeploymentZipGetArgs> Zip { get; set; }
Property Value
Type Description
Input<StandardAppVersionDeploymentZipGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.