AWS::Invoicing::InvoiceUnitAn 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.
6 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
InvoiceReceiver | string | RequiredCreate-only |
Name | string | RequiredCreate-only |
Rule | Rule | Required |
Description | string | |
ResourceTags | array | |
TaxInheritanceDisabled | boolean |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
InvoiceUnitArn | string | - |
LastModified | number | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Invoicing::InvoiceUnit
Resources:
MyResource:
Type: AWS::Invoicing::InvoiceUnit
Properties:
InvoiceReceiver: "value"
Name: "my-name"
Rule: "value"
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
invoicing:CreateInvoiceUnitinvoicing:TagResourceinvoicing:GetInvoiceUnitinvoicing:ListTagsForResourceinvoicing:UpdateInvoiceUnitinvoicing:UntagResourceinvoicing:TagResourceinvoicing:DeleteInvoiceUnitinvoicing:ListInvoiceUnitsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterInvoiceUnitArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
InvoiceReceiverName