AWS::BcmPricingCalculator::BillScenarioResource Type definition for AWS::BcmPricingCalculator::BillScenario
5 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
CostCategoryGroupSharingPreferenceArn | string | |
ExpiresAt | string | |
GroupSharingPreference | string | |
Name | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the bill scenario. |
BillInterval | BillInterval | The time period covered by the bill scenario |
CreatedAt | string | The timestamp when the bill scenario was created |
FailureMessage | string | The failure message if the bill scenario failed |
Id | string | The unique identifier of the bill scenario |
Status | string | The status of the bill scenario |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
bcm-pricing-calculator:CreateBillScenariobcm-pricing-calculator:UpdateBillScenariobcm-pricing-calculator:GetBillScenariobcm-pricing-calculator:TagResourcebcm-pricing-calculator:GetBillScenariobcm-pricing-calculator:ListTagsForResourcebcm-pricing-calculator:UpdateBillScenariobcm-pricing-calculator:GetBillScenariobcm-pricing-calculator:TagResourcebcm-pricing-calculator:UntagResourcebcm-pricing-calculator:ListTagsForResourcebcm-pricing-calculator:DeleteBillScenariobcm-pricing-calculator:GetBillScenariobcm-pricing-calculator:ListBillScenariosOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArn