PricingRuleReference
- class aws_cdk.aws_billingconductor.PricingRuleReference(*, pricing_rule_arn)
Bases:
object
A reference to a PricingRule resource.
- Parameters:
pricing_rule_arn (
str
) – The Arn of the PricingRule 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 import aws_billingconductor as billingconductor pricing_rule_reference = billingconductor.PricingRuleReference( pricing_rule_arn="pricingRuleArn" )
Attributes
- pricing_rule_arn
The Arn of the PricingRule resource.