InvoiceUnitArgs

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.

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, invoiceReceiver: Output<String>? = null, name: Output<String>? = null, resourceTags: Output<List<TagArgs>>? = null, rule: Output<InvoiceUnitRuleArgs>? = null, taxInheritanceDisabled: Output<Boolean>? = null)

Properties

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

The assigned description for an invoice unit. This information can't be modified or deleted.

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

The account that receives invoices related to the invoice unit.

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

A unique name that is distinctive within your AWS .

Link copied to clipboard
val resourceTags: Output<List<TagArgs>>? = null

The tag structure that contains a tag key and value.

Link copied to clipboard
val rule: Output<InvoiceUnitRuleArgs>? = null

An InvoiceUnitRule object used the categorize invoice units.

Link copied to clipboard
val taxInheritanceDisabled: Output<Boolean>? = null

Whether the invoice unit based tax inheritance is/ should be enabled or disabled.

Functions

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