AWS Fundamentals Logo
AWS Fundamentals
AWS::BillingConductor::CustomLineItem

BillingConductor CustomLineItem

A custom line item is an one time charge that is applied to a specific billing group's bill.

Properties

9 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
BillingGroupArn
string
RequiredCreate-only
Name
string
Required
AccountId
string
Create-only
BillingPeriodRange
BillingPeriodRange
ComputationRule
string
Create-only
CustomLineItemChargeDetails
CustomLineItemChargeDetails
Description
string
PresentationDetails
object
Create-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringARN
AssociationSizeintegerNumber of source values associated to this custom line item
CreationTimeintegerCreation timestamp in UNIX epoch time format
CurrencyCodestring-
LastModifiedTimeintegerLatest modified timestamp in UNIX epoch time format
ProductCodestring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::BillingConductor::CustomLineItem

Resources:
  MyResource:
    Type: AWS::BillingConductor::CustomLineItem
    Properties:
      Name: "my-name"
      BillingGroupArn: "arn:aws:service:region:account:resource"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

billingconductor:CreateCustomLineItembillingconductor:BatchAssociateResourcesToCustomLineItembillingconductor:ListCustomLineItemsbillingconductor:TagResourcebillingconductor:ListTagsForResource

read

billingconductor:ListCustomLineItemsbillingconductor:ListCustomLineItemVersionsbillingconductor:ListResourcesAssociatedToCustomLineItembillingconductor:ListTagsForResource

list

billingconductor:ListCustomLineItemsbillingconductor:ListResourcesAssociatedToCustomLineItembillingconductor:ListTagsForResource

update

billingconductor:UpdateCustomLineItembillingconductor:ListCustomLineItemsbillingconductor:ListResourcesAssociatedToCustomLineItembillingconductor:BatchAssociateResourcesToCustomLineItembillingconductor:BatchDisassociateResourcesFromCustomLineItembillingconductor:TagResourcebillingconductor:UntagResource

delete

billingconductor:DeleteCustomLineItembillingconductor:ListCustomLineItemsbillingconductor:BatchDisassociateResourcesFromCustomLineItembillingconductor:ListResourcesAssociatedToCustomLineItembillingconductor:UntagResource

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceBillingConductor
Properties15
Required2
TaggingSupported
Primary IDArn

Supported Operations

CreateReadListUpdateDelete

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

BillingGroupArnAccountIdComputationRulePresentationDetailsBillingPeriodRange/InclusiveStartBillingPeriodBillingPeriodRange/ExclusiveEndBillingPeriodCustomLineItemChargeDetails/Type

External Links