View Source aws_billingconductor (aws v1.0.4)
Amazon Web Services Billing Conductor is a fully managed service that you can use to customize a proforma: https://docs.aws.amazon.com/billingconductor/latest/userguide/understanding-eb.html#eb-other-definitions version of your billing data each month, to accurately show or chargeback your end customers.
Amazon Web Services Billing Conductor doesn't change the way you're billed by Amazon Web Services each month by design. Instead, it provides you with a mechanism to configure, generate, and display rates to certain customers over a given billing period. You can also analyze the difference between the rates you apply to your accounting groupings relative to your actual rates from Amazon Web Services. As a result of your Amazon Web Services Billing Conductor configuration, the payer account can also see the custom rate applied on the billing details page of the Amazon Web Services Billing console: https://console.aws.amazon.com/billing, or configure a cost and usage report per billing group.
This documentation shows how you can configure Amazon Web Services Billing Conductor using its API. For more information about using the Amazon Web Services Billing Conductor: https://console.aws.amazon.com/billingconductor/ user interface, see the Amazon Web Services Billing Conductor User Guide: https://docs.aws.amazon.com/billingconductor/latest/userguide/what-is-billingconductor.html.Summary
Functions
Connects an array of account IDs in a consolidated billing family to a predefined billing group.
Connects an array of PricingRuleArns
to a defined PricingPlan
.
Creates a custom line item that can be used to create a one-time fixed charge that can be applied to a single billing group for the current or previous billing period.
Deletes a pricing plan.
This is a paginated call to list linked accounts that are linked to the payer account for the specified time period.
A paginated call to retrieve a list of billing groups for the given billing period.
A paginated call to get a list of all custom line items (FFLIs) for the given billing period.
A paginated call to get pricing plans for the given billing period.
Associates the specified tags to a resource with the specified resourceArn
.
Functions
Connects an array of account IDs in a consolidated billing family to a predefined billing group.
The account IDs must be a part of the consolidated billing family during the current month, and not already associated with another billing group. The maximum number of accounts that can be associated in one call is 30.Connects an array of PricingRuleArns
to a defined PricingPlan
.
PricingRuleArn
that can be associated in one call is 30.
batch_associate_resources_to_custom_line_item(Client, Input0, Options0)
View Sourcebatch_disassociate_resources_from_custom_line_item(Client, Input0, Options0)
View SourceCreates a custom line item that can be used to create a one-time fixed charge that can be applied to a single billing group for the current or previous billing period.
The one-time fixed charge is either a fee or discount.Deletes a pricing plan.
The pricing plan must not be associated with any billing groups to delete successfully.This is a paginated call to list linked accounts that are linked to the payer account for the specified time period.
If no information is provided, the current billing period is used. The response will optionally include the billing group that's associated with the linked account.A paginated call to retrieve a list of billing groups for the given billing period.
If you don't provide a billing group, the current billing period is used.A paginated call to get a list of all custom line items (FFLIs) for the given billing period.
If you don't provide a billing period, the current billing period is used.A paginated call to get pricing plans for the given billing period.
If you don't provide a billing period, the current billing period is used.list_pricing_plans_associated_with_pricing_rule(Client, Input0, Options0)
View Sourcelist_pricing_rules_associated_to_pricing_plan(Client, Input0, Options0)
View Sourcelist_resources_associated_to_custom_line_item(Client, Input0, Options0)
View Sourcelist_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)
View SourceAssociates the specified tags to a resource with the specified resourceArn
.