interface ComputationPreferenceProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.BillingConductor.CfnBillingGroup.ComputationPreferenceProperty | 
  Java | software.amazon.awscdk.services.billingconductor.CfnBillingGroup.ComputationPreferenceProperty | 
  Python | aws_cdk.aws_billingconductor.CfnBillingGroup.ComputationPreferenceProperty | 
  TypeScript  | @aws-cdk/aws-billingconductor » CfnBillingGroup » ComputationPreferenceProperty | 
The preferences and settings that will be used to compute the AWS charges for a billing group.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as billingconductor from '@aws-cdk/aws-billingconductor';
const computationPreferenceProperty: billingconductor.CfnBillingGroup.ComputationPreferenceProperty = {
  pricingPlanArn: 'pricingPlanArn',
};
Properties
| Name | Type | Description | 
|---|---|---|
| pricing | string | The Amazon Resource Name (ARN) of the pricing plan used to compute the AWS charges for a billing group. | 
pricingPlanArn
Type:
string
The Amazon Resource Name (ARN) of the pricing plan used to compute the AWS charges for a billing group.

 .NET
 Java
 Python
 TypeScript