AWS::BillingConductor::PricingPlanPricing Plan enables you to customize your billing details consistent with the usage that accrues in each of your billing groups.
4 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | Required |
Description | string | |
PricingRuleArns | Array<string> | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | Pricing Plan ARN |
CreationTime | integer | Creation timestamp in UNIX epoch time format |
LastModifiedTime | integer | Latest modified timestamp in UNIX epoch time format |
Size | integer | Number of associated pricing rules |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
billingconductor:CreatePricingPlanbillingconductor:AssociatePricingRulesbillingconductor:ListPricingPlansbillingconductor:TagResourcebillingconductor:ListTagsForResourcebillingconductor:ListPricingPlansbillingconductor:ListPricingRulesAssociatedToPricingPlanbillingconductor:ListTagsForResourcebillingconductor:ListPricingPlansbillingconductor:ListPricingRulesAssociatedToPricingPlanbillingconductor:ListTagsForResourcebillingconductor:ListPricingPlansbillingconductor:UpdatePricingPlanbillingconductor:ListPricingRulesAssociatedToPricingPlanbillingconductor:AssociatePricingRulesbillingconductor:DisassociatePricingRulesbillingconductor:TagResourcebillingconductor:UntagResourcebillingconductor:ListPricingPlansbillingconductor:DeletePricingPlanbillingconductor:UntagResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArn