interface ComputationPreferenceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BillingConductor.CfnBillingGroupPropsMixin.ComputationPreferenceProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbillingconductor#CfnBillingGroupPropsMixin_ComputationPreferenceProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.billingconductor.CfnBillingGroupPropsMixin.ComputationPreferenceProperty |
Python | aws_cdk.cfn_property_mixins.aws_billingconductor.CfnBillingGroupPropsMixin.ComputationPreferenceProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_billingconductor » CfnBillingGroupPropsMixin » 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 { aws_billingconductor as billingconductor } from '@aws-cdk/cfn-property-mixins';
const computationPreferenceProperty: billingconductor.CfnBillingGroupPropsMixin.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
(optional)
The Amazon Resource Name (ARN) of the pricing plan used to compute the AWS charges for a billing group.

.NET
Go
Java
Python
TypeScript