Invoice Unit Args
data class InvoiceUnitArgs(val description: Output<String>? = null, val invoiceReceiver: Output<String>? = null, val name: Output<String>? = null, val resourceTags: Output<List<TagArgs>>? = null, val rule: Output<InvoiceUnitRuleArgs>? = null, val taxInheritanceDisabled: Output<Boolean>? = null) : ConvertibleToJava<InvoiceUnitArgs>
An invoice unit is a set of mutually exclusive accounts that correspond to your business entity. Invoice units allow you to separate AWS account costs and configures your invoice for each business entity.
Properties
Link copied to clipboard
The assigned description for an invoice unit. This information can't be modified or deleted.
Link copied to clipboard
The account that receives invoices related to the invoice unit.
Link copied to clipboard
The tag structure that contains a tag key and value.
Link copied to clipboard
An InvoiceUnitRule
object used the categorize invoice units.
Link copied to clipboard
Whether the invoice unit based tax inheritance is/ should be enabled or disabled.