CustomLineItemReference

class aws_cdk.aws_billingconductor.CustomLineItemReference(*, custom_line_item_arn)

Bases: object

A reference to a CustomLineItem resource.

Parameters:

custom_line_item_arn (str) – The Arn of the CustomLineItem 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_billingconductor as billingconductor

custom_line_item_reference = billingconductor.CustomLineItemReference(
    custom_line_item_arn="customLineItemArn"
)

Attributes

custom_line_item_arn

The Arn of the CustomLineItem resource.