AWS Fundamentals Logo
AWS Fundamentals
AWS::Invoicing::InvoiceUnit

Invoicing InvoiceUnit

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

6 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
InvoiceReceiver
string
RequiredCreate-only
Name
string
RequiredCreate-only
Rule
Rule
Required
Description
string
ResourceTags
array
TaxInheritanceDisabled
boolean

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
InvoiceUnitArnstring-
LastModifiednumber-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

invoicing:CreateInvoiceUnitinvoicing:TagResource

read

invoicing:GetInvoiceUnitinvoicing:ListTagsForResource

update

invoicing:UpdateInvoiceUnitinvoicing:UntagResourceinvoicing:TagResource

delete

invoicing:DeleteInvoiceUnit

list

invoicing:ListInvoiceUnits

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceInvoicing
Properties8
Required3
TaggingSupported
Primary IDInvoiceUnitArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

InvoiceReceiverName

External Links