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

.NET
Go
Java
Python
TypeScript