Billing Account Sink Args
fun BillingAccountSinkArgs(bigqueryOptions: Output<BigQueryOptionsArgs>? = null, billingAccountId: Output<String>? = null, description: Output<String>? = null, destination: Output<String>? = null, disabled: Output<Boolean>? = null, exclusions: Output<List<LogExclusionArgs>>? = null, filter: Output<String>? = null, includeChildren: Output<Boolean>? = null, name: Output<String>? = null, outputVersionFormat: Output<BillingAccountSinkOutputVersionFormat>? = null, uniqueWriterIdentity: Output<Boolean>? = null)