interface IPricingPlanRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BillingConductor.IPricingPlanRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbillingconductor#IPricingPlanRef |
Java | software.amazon.awscdk.services.billingconductor.IPricingPlanRef |
Python | aws_cdk.aws_billingconductor.IPricingPlanRef |
TypeScript | aws-cdk-lib » aws_billingconductor » IPricingPlanRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a PricingPlan.
Properties
| Name | Type | Description |
|---|---|---|
| node | Node | The tree node. |
| pricing | Pricing | A reference to a PricingPlan resource. |
node
Type:
Node
The tree node.
pricingPlanRef
Type:
Pricing
A reference to a PricingPlan resource.

.NET
Go
Java
Python
TypeScript