| Package | Description |
|---|---|
| software.amazon.awscdk.services.billingconductor |
AWS::BillingConductor Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnCustomLineItem.Builder |
CfnCustomLineItem.Builder.billingGroupArn(String billingGroupArn)
The Amazon Resource Name (ARN) that references the billing group where the custom line item applies to.
|
CfnCustomLineItem.Builder |
CfnCustomLineItem.Builder.billingPeriodRange(CfnCustomLineItem.BillingPeriodRangeProperty billingPeriodRange)
A time range for which the custom line item is effective.
|
CfnCustomLineItem.Builder |
CfnCustomLineItem.Builder.billingPeriodRange(IResolvable billingPeriodRange)
A time range for which the custom line item is effective.
|
static CfnCustomLineItem.Builder |
CfnCustomLineItem.Builder.create(software.constructs.Construct scope,
String id) |
CfnCustomLineItem.Builder |
CfnCustomLineItem.Builder.customLineItemChargeDetails(CfnCustomLineItem.CustomLineItemChargeDetailsProperty customLineItemChargeDetails)
The charge details of a custom line item.
|
CfnCustomLineItem.Builder |
CfnCustomLineItem.Builder.customLineItemChargeDetails(IResolvable customLineItemChargeDetails)
The charge details of a custom line item.
|
CfnCustomLineItem.Builder |
CfnCustomLineItem.Builder.description(String description)
The custom line item's description.
|
CfnCustomLineItem.Builder |
CfnCustomLineItem.Builder.name(String name)
The custom line item's name.
|
CfnCustomLineItem.Builder |
CfnCustomLineItem.Builder.tags(List<? extends CfnTag> tags)
`AWS::BillingConductor::CustomLineItem.Tags`.
|
Copyright © 2022. All rights reserved.