aws-cdk-lib.aws_billingconductor.CfnCustomLineItem.CustomLineItemPercentageChargeDetailsProperty

interface CustomLineItemPercentageChargeDetailsProperty

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

A representation of the charge details associated with a percentage custom line item.

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 customLineItemPercentageChargeDetailsProperty: billingconductor.CfnCustomLineItem.CustomLineItemPercentageChargeDetailsProperty = {
  percentageValue: 123,

  // the properties below are optional
  childAssociatedResources: ['childAssociatedResources'],
};

Properties

NameTypeDescription
percentageValuenumberThe custom line item's percentage value.
childAssociatedResources?string[]A list of resource ARNs to associate to the percentage custom line item.

percentageValue

Type: number

The custom line item's percentage value.

This will be multiplied against the combined value of its associated resources to determine its charge value.


childAssociatedResources?

Type: string[] (optional)

A list of resource ARNs to associate to the percentage custom line item.