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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnBillingGroup.ComputationPreferenceProperty
static final class
An implementation forCfnBillingGroup.ComputationPreferenceProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The Amazon Resource Name (ARN) of the pricing plan used to compute the AWS charges for a billing group.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. -
builder
-