BillScenarioReference

class aws_cdk.interfaces.aws_bcmpricingcalculator.BillScenarioReference(*, bill_scenario_arn)

Bases: object

A reference to a BillScenario resource.

Parameters:

bill_scenario_arn (str) – The Arn of the BillScenario resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_bcmpricingcalculator as interfaces_bcmpricingcalculator

bill_scenario_reference = interfaces_bcmpricingcalculator.BillScenarioReference(
    bill_scenario_arn="billScenarioArn"
)

Attributes

bill_scenario_arn

The Arn of the BillScenario resource.