Package-level declarations

Types

Link copied to clipboard
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.

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
Link copied to clipboard
object InvoiceUnitMapper : ResourceMapper<InvoiceUnit>
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun invoiceUnit(name: String, block: suspend InvoiceUnitResourceBuilder.() -> Unit): InvoiceUnit