interface CustomLineItemReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.BillingConductor.CustomLineItemReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsbillingconductor#CustomLineItemReference |
Java | software.amazon.awscdk.interfaces.billingconductor.CustomLineItemReference |
Python | aws_cdk.interfaces.aws_billingconductor.CustomLineItemReference |
TypeScript | aws-cdk-lib » interfaces » aws_billingconductor » CustomLineItemReference |
A reference to a CustomLineItem resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_billingconductor as interfaces_aws_billingconductor } from 'aws-cdk-lib/interfaces';
const customLineItemReference: interfaces_aws_billingconductor.CustomLineItemReference = {
customLineItemArn: 'customLineItemArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| custom | string | The Arn of the CustomLineItem resource. |
customLineItemArn
Type:
string
The Arn of the CustomLineItem resource.

.NET
Go
Java
Python
TypeScript