AWS Fundamentals Logo
AWS Fundamentals
AWS::BcmPricingCalculator::BillScenario

BcmPricingCalculator BillScenario

Resource Type definition for AWS::BcmPricingCalculator::BillScenario

Properties

5 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
CostCategoryGroupSharingPreferenceArn
string
ExpiresAt
string
GroupSharingPreference
string
Name
string
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the bill scenario.
BillIntervalBillIntervalThe time period covered by the bill scenario
CreatedAtstringThe timestamp when the bill scenario was created
FailureMessagestringThe failure message if the bill scenario failed
IdstringThe unique identifier of the bill scenario
StatusstringThe status of the bill scenario

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::BcmPricingCalculator::BillScenario

Resources:
  MyResource:
    Type: AWS::BcmPricingCalculator::BillScenario
    Properties:
      Tags:
        - Key: Environment
          Value: Production
      Name: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

bcm-pricing-calculator:CreateBillScenariobcm-pricing-calculator:UpdateBillScenariobcm-pricing-calculator:GetBillScenariobcm-pricing-calculator:TagResource

read

bcm-pricing-calculator:GetBillScenariobcm-pricing-calculator:ListTagsForResource

update

bcm-pricing-calculator:UpdateBillScenariobcm-pricing-calculator:GetBillScenariobcm-pricing-calculator:TagResourcebcm-pricing-calculator:UntagResourcebcm-pricing-calculator:ListTagsForResource

delete

bcm-pricing-calculator:DeleteBillScenariobcm-pricing-calculator:GetBillScenario

list

bcm-pricing-calculator:ListBillScenarios

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

ServiceBcmPricingCalculator
Properties11
Required0
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

External Links