@Stability(value=Stable)
public static interface CfnBillingGroup.ComputationPreferenceProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBillingGroup.ComputationPreferenceProperty.Builder
A builder for
CfnBillingGroup.ComputationPreferenceProperty |
static class |
CfnBillingGroup.ComputationPreferenceProperty.Jsii$Proxy
An implementation for
CfnBillingGroup.ComputationPreferenceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBillingGroup.ComputationPreferenceProperty.Builder |
builder() |
String |
getPricingPlanArn()
The Amazon Resource Name (ARN) of the pricing plan used to compute the AWS charges for a billing group.
|
@Stability(value=Stable) @NotNull String getPricingPlanArn()
@Stability(value=Stable) static CfnBillingGroup.ComputationPreferenceProperty.Builder builder()
Copyright © 2022. All rights reserved.