@Generated(value="jsii-pacmak/1.57.0 (build f614666)", date="2022-04-22T22:36:20.098Z") @Stability(value=Stable) public interface CfnPricingPlanProps 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.*;
CfnPricingPlanProps cfnPricingPlanProps = CfnPricingPlanProps.builder()
.name("name")
// the properties below are optional
.description("description")
.pricingRuleArns(List.of("pricingRuleArns"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPricingPlanProps.Builder
A builder for
CfnPricingPlanProps |
static class |
CfnPricingPlanProps.Jsii$Proxy
An implementation for
CfnPricingPlanProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnPricingPlanProps.Builder |
builder() |
default String |
getDescription()
`AWS::BillingConductor::PricingPlan.Description`.
|
String |
getName()
`AWS::BillingConductor::PricingPlan.Name`.
|
default List<String> |
getPricingRuleArns()
`AWS::BillingConductor::PricingPlan.PricingRuleArns`.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default List<String> getPricingRuleArns()
@Stability(value=Stable) static CfnPricingPlanProps.Builder builder()
CfnPricingPlanProps.Builder of CfnPricingPlanPropsCopyright © 2022. All rights reserved.