Show / Hide Table of Contents

Class ProjectLocationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ProjectLocationArgs
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.Firebase
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ProjectLocationArgs : ResourceArgs

Constructors

View Source

ProjectLocationArgs()

Declaration
public ProjectLocationArgs()

Properties

View Source

LocationId

The ID of the default GCP resource location for the Project. The location must be one of the available GCP resource locations.

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

Project

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

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