Package-level declarations
Types
Link copied to clipboard
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.
Link copied to clipboard
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.
Link copied to clipboard
class InvoiceUnitArgsBuilder
Builder for InvoiceUnitArgs.
Link copied to clipboard
Link copied to clipboard
Builder for InvoiceUnit.
Link copied to clipboard
object InvoicingFunctions
Functions
Link copied to clipboard
suspend fun invoiceUnit(name: String, block: suspend InvoiceUnitResourceBuilder.() -> Unit): InvoiceUnit