interface ICustomLineItemRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BillingConductor.ICustomLineItemRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbillingconductor#ICustomLineItemRef |
Java | software.amazon.awscdk.services.billingconductor.ICustomLineItemRef |
Python | aws_cdk.aws_billingconductor.ICustomLineItemRef |
TypeScript | aws-cdk-lib » aws_billingconductor » ICustomLineItemRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a CustomLineItem.
Properties
| Name | Type | Description |
|---|---|---|
| custom | Custom | A reference to a CustomLineItem resource. |
| node | Node | The tree node. |
customLineItemRef
Type:
Custom
A reference to a CustomLineItem resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript