Class FlexibleAppVersionDeploymentFileGetArgs
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 FlexibleAppVersionDeploymentFileGetArgs : ResourceArgs
Constructors
View SourceFlexibleAppVersionDeploymentFileGetArgs()
Declaration
public FlexibleAppVersionDeploymentFileGetArgs()
Properties
View SourceName
Full Serverless VPC Access Connector name e.g. /projects/my-project/locations/us-central1/connectors/c1.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Sha1Sum
SHA1 checksum of the file
Declaration
public Input<string> Sha1Sum { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SourceUrl
Source URL
Declaration
public Input<string> SourceUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |