@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:25.439Z") @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()
`AWS::BillingConductor::PricingPlan.Description`.
|
String |
getName()
`AWS::BillingConductor::PricingPlan.Name`.
|
default List<String> |
getPricingRuleArns()
`AWS::BillingConductor::PricingPlan.PricingRuleArns`.
|
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.