ProjectInfo

class ProjectInfo : KotlinCustomResource

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}}

Properties

Link copied to clipboard
val billingAccount: Output<String>

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 id: Output<String>
Link copied to clipboard
val project: Output<String>

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

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>