interface ComputationPreferenceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.BillingConductor.Mixins.CfnBillingGroupPropsMixin.ComputationPreferenceProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbillingconductor/mixins#CfnBillingGroupPropsMixin_ComputationPreferenceProperty |
Java | software.amazon.awscdk.mixins.preview.services.billingconductor.mixins.CfnBillingGroupPropsMixin.ComputationPreferenceProperty |
Python | aws_cdk.mixins_preview.aws_billingconductor.mixins.CfnBillingGroupPropsMixin.ComputationPreferenceProperty |
TypeScript | @aws-cdk/mixins-preview » aws_billingconductor » mixins » 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 { mixins as billingconductor_mixins } from '@aws-cdk/mixins-preview/aws-billingconductor';
const computationPreferenceProperty: billingconductor_mixins.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