AWS::BillingConductor::PricingRuleA markup/discount that is defined for a specific set of services that can later be associated with a pricing plan.
11 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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 |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | Pricing rule ARN |
AssociatedPricingPlanCount | integer | The number of pricing plans associated with pricing rule |
CreationTime | integer | Creation timestamp in UNIX epoch time format |
LastModifiedTime | integer | Latest modified timestamp in UNIX epoch time format |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
billingconductor:CreatePricingRulebillingconductor:ListPricingRulesbillingconductor:TagResourcebillingconductor:ListTagsForResourcebillingconductor:ListPricingRulesbillingconductor:ListTagsForResourcebillingconductor:UpdatePricingRulebillingconductor:ListPricingRulesbillingconductor:TagResourcebillingconductor:UntagResourcebillingconductor:DeletePricingRulebillingconductor:ListPricingRulesbillingconductor:UntagResourcebillingconductor:ListPricingRulesbillingconductor:ListTagsForResourceOur 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.
ScopeServiceBillingEntityUsageTypeOperation