interface InvoiceUnitReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Invoicing.InvoiceUnitReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsinvoicing#InvoiceUnitReference |
Java | software.amazon.awscdk.interfaces.invoicing.InvoiceUnitReference |
Python | aws_cdk.interfaces.aws_invoicing.InvoiceUnitReference |
TypeScript | aws-cdk-lib » interfaces » aws_invoicing » InvoiceUnitReference |
A reference to a InvoiceUnit resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_invoicing as interfaces_aws_invoicing } from 'aws-cdk-lib/interfaces';
const invoiceUnitReference: interfaces_aws_invoicing.InvoiceUnitReference = {
invoiceUnitArn: 'invoiceUnitArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| invoice | string | The InvoiceUnitArn of the InvoiceUnit resource. |
invoiceUnitArn
Type:
string
The InvoiceUnitArn of the InvoiceUnit resource.

.NET
Go
Java
Python
TypeScript