ProjectInfoArgs

data class ProjectInfoArgs(val billingAccount: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<ProjectInfoArgs>

Billing information for a project. To get more information about ProjectInfo, see:

Example Usage

{{% /examples %}}

Import

ProjectInfo can be imported using any of these accepted formats

$ pulumi import gcp:billing/projectInfo:ProjectInfo default projects/{{project}}
$ pulumi import gcp:billing/projectInfo:ProjectInfo default {{project}}

Constructors

Link copied to clipboard
constructor(billingAccount: Output<String>? = null, project: Output<String>? = null)

Properties

Link copied to clipboard
val billingAccount: Output<String>? = null

The ID of the billing account associated with the project, if any. Set to empty string to disable billing for the project. For example, "012345-567890-ABCDEF" or "".

Link copied to clipboard
val project: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ProjectInfoArgs