PricingRuleReference
- class aws_cdk.interfaces.aws_billingconductor.PricingRuleReference(*, pricing_rule_arn)
Bases:
objectA 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.interfaces import aws_billingconductor as interfaces_aws_billingconductor pricing_rule_reference = interfaces_aws_billingconductor.PricingRuleReference( pricing_rule_arn="pricingRuleArn" )
Attributes
- pricing_rule_arn
The Arn of the PricingRule resource.