InvoiceUnit

class InvoiceUnit : KotlinCustomResource

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
val description: Output<String>?

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

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

The account that receives invoices related to the invoice unit.

Link copied to clipboard
val invoiceUnitArn: Output<String>

The ARN to identify an invoice unit. This information can't be modified or deleted.

Link copied to clipboard
val lastModified: Output<Double>

The last time the invoice unit was updated. This is important to determine the version of invoice unit configuration used to create the invoices. Any invoice created after this modified time will use this invoice unit configuration.

Link copied to clipboard
val name: Output<String>

A unique name that is distinctive within your AWS .

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val resourceTags: Output<List<Tag>>?

The tag structure that contains a tag key and value.

Link copied to clipboard
val rule: Output<InvoiceUnitRule>

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.

Link copied to clipboard
val urn: Output<String>