Show / Hide Table of Contents

Class StandardAppVersionLibraryArgs

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

Constructors

View Source

StandardAppVersionLibraryArgs()

Declaration
public StandardAppVersionLibraryArgs()

Properties

View Source

Name

Name of the library. Example "django".

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Version

Version of the library to select, or "latest".

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