Associate Pricing Rules
billingconductor_associate_pricing_rules | R Documentation |
Connects an array of PricingRuleArns to a defined PricingPlan¶
Description¶
Connects an array of PricingRuleArns
to a defined PricingPlan
. The
maximum number PricingRuleArn
that can be associated in one call is
30.
Usage¶
billingconductor_associate_pricing_rules(Arn, PricingRuleArns)
Arguments¶
Arn |
[required] The |
PricingRuleArns |
[required] The |
Value¶
A list with the following syntax:
list(
Arn = "string"
)
Request syntax¶
svc$associate_pricing_rules(
Arn = "string",
PricingRuleArns = list(
"string"
)
)