interface CustomLineItemReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.BillingConductor.CustomLineItemReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbillingconductor#CustomLineItemReference |
![]() | software.amazon.awscdk.services.billingconductor.CustomLineItemReference |
![]() | aws_cdk.aws_billingconductor.CustomLineItemReference |
![]() | aws-cdk-lib » 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 billingconductor } from 'aws-cdk-lib';
const customLineItemReference: 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.