AWS Fundamentals Logo
AWS Fundamentals
AWS::BillingConductor::PricingPlan

BillingConductor PricingPlan

Pricing Plan enables you to customize your billing details consistent with the usage that accrues in each of your billing groups.

Properties

4 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
Required
Description
string
PricingRuleArns
Array<string>
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
ArnstringPricing Plan ARN
CreationTimeintegerCreation timestamp in UNIX epoch time format
LastModifiedTimeintegerLatest modified timestamp in UNIX epoch time format
SizeintegerNumber of associated pricing rules

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

Resources:
  MyResource:
    Type: AWS::BillingConductor::PricingPlan
    Properties:
      Name: "my-name"
      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:CreatePricingPlanbillingconductor:AssociatePricingRulesbillingconductor:ListPricingPlansbillingconductor:TagResourcebillingconductor:ListTagsForResource

read

billingconductor:ListPricingPlansbillingconductor:ListPricingRulesAssociatedToPricingPlanbillingconductor:ListTagsForResource

list

billingconductor:ListPricingPlansbillingconductor:ListPricingRulesAssociatedToPricingPlanbillingconductor:ListTagsForResource

update

billingconductor:ListPricingPlansbillingconductor:UpdatePricingPlanbillingconductor:ListPricingRulesAssociatedToPricingPlanbillingconductor:AssociatePricingRulesbillingconductor:DisassociatePricingRulesbillingconductor:TagResourcebillingconductor:UntagResource

delete

billingconductor:ListPricingPlansbillingconductor:DeletePricingPlanbillingconductor: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
Properties8
Required1
TaggingSupported
Primary IDArn

Supported Operations

CreateReadListUpdateDelete

External Links