aws-cdk-lib.aws_billingconductor.CfnCustomLineItem.BillingPeriodRangeProperty

interface BillingPeriodRangeProperty

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

The billing period range in which the custom line item request will be applied.

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 billingPeriodRangeProperty: billingconductor.CfnCustomLineItem.BillingPeriodRangeProperty = {
  exclusiveEndBillingPeriod: 'exclusiveEndBillingPeriod',
  inclusiveStartBillingPeriod: 'inclusiveStartBillingPeriod',
};

Properties

NameTypeDescription
exclusiveEndBillingPeriod?stringThe exclusive end billing period that defines a billing period range where a custom line is applied.
inclusiveStartBillingPeriod?stringThe inclusive start billing period that defines a billing period range where a custom line is applied.

exclusiveEndBillingPeriod?

Type: string (optional)

The exclusive end billing period that defines a billing period range where a custom line is applied.


inclusiveStartBillingPeriod?

Type: string (optional)

The inclusive start billing period that defines a billing period range where a custom line is applied.