interface BillScenarioReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.BcmPricingCalculator.BillScenarioReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsbcmpricingcalculator#BillScenarioReference |
Java | software.amazon.awscdk.interfaces.bcmpricingcalculator.BillScenarioReference |
Python | aws_cdk.interfaces.aws_bcmpricingcalculator.BillScenarioReference |
TypeScript | aws-cdk-lib » interfaces » aws_bcmpricingcalculator » BillScenarioReference |
A reference to a BillScenario resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bcmpricingcalculator as interfaces_bcmpricingcalculator } from 'aws-cdk-lib/interfaces';
const billScenarioReference: interfaces_bcmpricingcalculator.BillScenarioReference = {
billScenarioArn: 'billScenarioArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| bill | string | The Arn of the BillScenario resource. |
billScenarioArn
Type:
string
The Arn of the BillScenario resource.

.NET
Go
Java
Python
TypeScript