create_pricing_plan
(**kwargs)¶Creates a pricing plan that is used for computing Amazon Web Services charges for billing groups.
See also: AWS API Documentation
Request Syntax
response = client.create_pricing_plan(
ClientToken='string',
Name='string',
Description='string',
PricingRuleArns=[
'string',
],
Tags={
'string': 'string'
}
)
The token that is needed to support idempotency. Idempotency isn't currently supported, but will be implemented in a future update.
This field is autopopulated if not provided.
[REQUIRED]
The name of the pricing plan. The names must be unique to each pricing plan.
A list of Amazon Resource Names (ARNs) that define the pricing plan parameters.
A map that contains tag keys and tag values that are attached to a pricing plan.
dict
Response Syntax
{
'Arn': 'string'
}
Response Structure
(dict) --
Arn (string) --
The Amazon Resource Name (ARN) of the created pricing plan.
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