aws-cdk-lib.aws_billingconductor.CfnBillingGroup.ComputationPreferenceProperty

interface ComputationPreferenceProperty

LanguageType name
.NETAmazon.CDK.AWS.BillingConductor.CfnBillingGroup.ComputationPreferenceProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsbillingconductor#CfnBillingGroup_ComputationPreferenceProperty
Javasoftware.amazon.awscdk.services.billingconductor.CfnBillingGroup.ComputationPreferenceProperty
Pythonaws_cdk.aws_billingconductor.CfnBillingGroup.ComputationPreferenceProperty
TypeScript 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

NameTypeDescription
pricingPlanArnstringThe 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.