SubAccount

Import

Billing Subaccounts can be imported using any of these accepted formats

$ pulumi import gcp:billing/subAccount:SubAccount default billingAccounts/{billing_account_id}

Properties

Link copied to clipboard

The billing account id.

Link copied to clipboard
val deletionPolicy: Output<String>?
Link copied to clipboard
val displayName: Output<String>

The display name of the billing account.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The name of the master billing account that the subaccount will be created under in the form {billing_account_id} or billingAccounts/{billing_account_id}.

Link copied to clipboard
val name: Output<String>

The resource name of the billing account in the form billingAccounts/{billing_account_id}.

Link copied to clipboard
val open: Output<Boolean>

true if the billing account is open, false if the billing account is closed.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>