AWS::Invoicing::InvoiceUnitAn invoice unit is a set of mutually exclusive account that correspond to your business entity. Invoice units allow you separate AWS account costs and configures your invoice for each business entity going forward.
import { CfnInvoiceUnit } from 'aws-cdk-lib/aws-invoicing';Or use the module namespace:
import * as invoicing from 'aws-cdk-lib/aws-invoicing';
// invoicing.CfnInvoiceUnitConfiguration passed to the constructor as CfnInvoiceUnitProps.
invoiceReceiverRequiredstringThe account that receives invoices related to the invoice unit.
nameRequiredstringA unique name that is distinctive within your AWS .
ruleRequiredIResolvable | RulePropertyAn `InvoiceUnitRule` object used the categorize invoice units.
descriptionOptionalstringThe assigned description for an invoice unit. This information can't be modified or deleted.
resourceTagsOptionalResourceTagProperty[]The tag structure that contains a tag key and value.
taxInheritanceDisabledOptionalboolean | IResolvableWhether the invoice unit based tax inheritance is/ should be enabled or disabled.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-invoicingAWS::Invoicing::InvoiceUnit