SubAccountArgs

data class SubAccountArgs(val deletionPolicy: Output<String>? = null, val displayName: Output<String>? = null, val masterBillingAccount: Output<String>? = null) : ConvertibleToJava<SubAccountArgs>

Import

Billing Subaccounts can be imported using any of these accepted formats

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

Constructors

Link copied to clipboard
fun SubAccountArgs(deletionPolicy: Output<String>? = null, displayName: Output<String>? = null, masterBillingAccount: Output<String>? = null)

Functions

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

Properties

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

The display name of the billing account.

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

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