Interface CfnBillingGroup.ComputationPreferenceProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnBillingGroup.ComputationPreferenceProperty.Jsii$Proxy
Enclosing class:
CfnBillingGroup

@Stability(Stable) public static interface CfnBillingGroup.ComputationPreferenceProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.billingconductor.*;
 ComputationPreferenceProperty computationPreferenceProperty = ComputationPreferenceProperty.builder()
         .pricingPlanArn("pricingPlanArn")
         .build();