aws-cdk-lib.aws_billingconductor.CfnCustomLineItem.CustomLineItemFlatChargeDetailsProperty

interface CustomLineItemFlatChargeDetailsProperty

LanguageType name
.NETAmazon.CDK.AWS.BillingConductor.CfnCustomLineItem.CustomLineItemFlatChargeDetailsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsbillingconductor#CfnCustomLineItem_CustomLineItemFlatChargeDetailsProperty
Javasoftware.amazon.awscdk.services.billingconductor.CfnCustomLineItem.CustomLineItemFlatChargeDetailsProperty
Pythonaws_cdk.aws_billingconductor.CfnCustomLineItem.CustomLineItemFlatChargeDetailsProperty
TypeScript aws-cdk-lib » aws_billingconductor » CfnCustomLineItem » CustomLineItemFlatChargeDetailsProperty

The charge details of a custom line item.

It should contain only one of Flat or Percentage .

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 customLineItemFlatChargeDetailsProperty: billingconductor.CfnCustomLineItem.CustomLineItemFlatChargeDetailsProperty = {
  chargeValue: 123,
};

Properties

NameTypeDescription
chargeValuenumberThe custom line item's fixed charge value in USD.

chargeValue

Type: number

The custom line item's fixed charge value in USD.