AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::BcmPricingCalculator::BillScenario

CfnBillScenario

Resource Type definition for AWS::BcmPricingCalculator::BillScenario.

Import

import { CfnBillScenario } from 'aws-cdk-lib/aws-bcmpricingcalculator';

Or use the module namespace:

import * as bcmpricingcalculator from 'aws-cdk-lib/aws-bcmpricingcalculator';
// bcmpricingcalculator.CfnBillScenario

Properties

Configuration passed to the constructor as CfnBillScenarioProps.

costCategoryGroupSharingPreferenceArnOptional
string

The ARN of the cost category group sharing preference.

expiresAtOptional
string

The timestamp when the bill scenario expires.

groupSharingPreferenceOptional
string
nameOptional
string

The name of the bill scenario.

tagsOptional
CfnTag[]

An array of key-value pairs to apply to this resource.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-bcmpricingcalculator
CFN TypeAWS::BcmPricingCalculator::BillScenario
Properties5

External Links