AWS Fundamentals Logo
AWS Fundamentals
AWS::BillingConductor::PricingRule

BillingConductor PricingRule

A markup/discount that is defined for a specific set of services that can later be associated with a pricing plan.

Properties

11 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
Required
Scope
string
RequiredCreate-only
Type
string
Required
BillingEntity
string
Create-only
Description
string
ModifierPercentage
number
Operation
string
Create-only
Service
string
Create-only
Tags
Array<Tag>
Tiering
object
UsageType
string
Create-only

Return Values

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

AttributeTypeDescription
ArnstringPricing rule ARN
AssociatedPricingPlanCountintegerThe number of pricing plans associated with pricing rule
CreationTimeintegerCreation timestamp in UNIX epoch time format
LastModifiedTimeintegerLatest modified timestamp in UNIX epoch time format

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::PricingRule

Resources:
  MyResource:
    Type: AWS::BillingConductor::PricingRule
    Properties:
      Name: "my-name"
      Scope: "GLOBAL"
      Type: "MARKUP"
      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:CreatePricingRulebillingconductor:ListPricingRulesbillingconductor:TagResourcebillingconductor:ListTagsForResource

read

billingconductor:ListPricingRulesbillingconductor:ListTagsForResource

update

billingconductor:UpdatePricingRulebillingconductor:ListPricingRulesbillingconductor:TagResourcebillingconductor:UntagResource

delete

billingconductor:DeletePricingRulebillingconductor:ListPricingRulesbillingconductor:UntagResource

list

billingconductor:ListPricingRulesbillingconductor:ListTagsForResource

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
Required3
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

ScopeServiceBillingEntityUsageTypeOperation

External Links