Interface CfnBillingGroupPropsMixin.ComputationPreferenceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBillingGroupPropsMixin.ComputationPreferenceProperty.Jsii$Proxy
- Enclosing class:
CfnBillingGroupPropsMixin
@Stability(Stable)
public static interface CfnBillingGroupPropsMixin.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.cfnpropertymixins.services.billingconductor.*;
ComputationPreferenceProperty computationPreferenceProperty = ComputationPreferenceProperty.builder()
.pricingPlanArn("pricingPlanArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBillingGroupPropsMixin.ComputationPreferencePropertystatic final classAn implementation forCfnBillingGroupPropsMixin.ComputationPreferenceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPricingPlanArn
The Amazon Resource Name (ARN) of the pricing plan used to compute the AWS charges for a billing group.- See Also:
-
builder
-