interface ComputationPreferenceProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.BillingConductor.CfnBillingGroup.ComputationPreferenceProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbillingconductor#CfnBillingGroup_ComputationPreferenceProperty |
![]() | software.amazon.awscdk.services.billingconductor.CfnBillingGroup.ComputationPreferenceProperty |
![]() | aws_cdk.aws_billingconductor.CfnBillingGroup.ComputationPreferenceProperty |
![]() | aws-cdk-lib » 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 { aws_billingconductor as billingconductor } from 'aws-cdk-lib';
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.