AWS::BillingConductor::CustomLineItemA custom line item is an one time charge that is applied to a specific billing group's bill.
9 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | ARN |
AssociationSize | integer | Number of source values associated to this custom line item |
CreationTime | integer | Creation timestamp in UNIX epoch time format |
CurrencyCode | string | - |
LastModifiedTime | integer | Latest modified timestamp in UNIX epoch time format |
ProductCode | string | - |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
billingconductor:CreateCustomLineItembillingconductor:BatchAssociateResourcesToCustomLineItembillingconductor:ListCustomLineItemsbillingconductor:TagResourcebillingconductor:ListTagsForResourcebillingconductor:ListCustomLineItemsbillingconductor:ListCustomLineItemVersionsbillingconductor:ListResourcesAssociatedToCustomLineItembillingconductor:ListTagsForResourcebillingconductor:ListCustomLineItemsbillingconductor:ListResourcesAssociatedToCustomLineItembillingconductor:ListTagsForResourcebillingconductor:UpdateCustomLineItembillingconductor:ListCustomLineItemsbillingconductor:ListResourcesAssociatedToCustomLineItembillingconductor:BatchAssociateResourcesToCustomLineItembillingconductor:BatchDisassociateResourcesFromCustomLineItembillingconductor:TagResourcebillingconductor:UntagResourcebillingconductor:DeleteCustomLineItembillingconductor:ListCustomLineItemsbillingconductor:BatchDisassociateResourcesFromCustomLineItembillingconductor:ListResourcesAssociatedToCustomLineItembillingconductor:UntagResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
BillingGroupArnAccountIdComputationRulePresentationDetailsBillingPeriodRange/InclusiveStartBillingPeriodBillingPeriodRange/ExclusiveEndBillingPeriodCustomLineItemChargeDetails/Type