associate_pricing_rules
(**kwargs)¶Connects an array of PricingRuleArns
to a defined PricingPlan
. The maximum number PricingRuleArn
that can be associated in one call is 30.
See also: AWS API Documentation
Request Syntax
response = client.associate_pricing_rules(
Arn='string',
PricingRuleArns=[
'string',
]
)
[REQUIRED]
The PricingPlanArn
that the PricingRuleArns
are associated with.
[REQUIRED]
The PricingRuleArns
that are associated with the Pricing Plan.
dict
Response Syntax
{
'Arn': 'string'
}
Response Structure
(dict) --
Arn (string) --
The PricingPlanArn
that the PricingRuleArns
are associated with.
Exceptions
BillingConductor.Client.exceptions.ThrottlingException
BillingConductor.Client.exceptions.ConflictException
BillingConductor.Client.exceptions.AccessDeniedException
BillingConductor.Client.exceptions.ValidationException
BillingConductor.Client.exceptions.ServiceLimitExceededException
BillingConductor.Client.exceptions.InternalServerException
BillingConductor.Client.exceptions.ResourceNotFoundException