@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.928Z") @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"))
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.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()
The pricing plan description.
|
String |
getName()
The name of a pricing plan.
|
default List<String> |
getPricingRuleArns()
The `PricingRuleArns` that are associated with the Pricing Plan.
|
default List<CfnTag> |
getTags()
`AWS::BillingConductor::PricingPlan.Tags`.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default List<String> getPricingRuleArns()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnPricingPlanProps.Builder builder()
CfnPricingPlanProps.Builder of CfnPricingPlanPropsCopyright © 2022. All rights reserved.