InvoiceUnitReference

class aws_cdk.aws_invoicing.InvoiceUnitReference(*, invoice_unit_arn)

Bases: object

A reference to a InvoiceUnit resource.

Parameters:

invoice_unit_arn (str) – The InvoiceUnitArn of the InvoiceUnit resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_invoicing as invoicing

invoice_unit_reference = invoicing.InvoiceUnitReference(
    invoice_unit_arn="invoiceUnitArn"
)

Attributes

invoice_unit_arn

The InvoiceUnitArn of the InvoiceUnit resource.