@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-09T19:16:31.907Z")
public interface CfnPricingRuleProps
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.*; CfnPricingRuleProps cfnPricingRuleProps = CfnPricingRuleProps.builder() .modifierPercentage(123) .name("name") .scope("scope") .type("type") // the properties below are optional .description("description") .service("service") .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnPricingRuleProps.Builder
A builder for
CfnPricingRuleProps |
static class |
CfnPricingRuleProps.Jsii$Proxy
An implementation for
CfnPricingRuleProps |
Modifier and Type | Method and Description |
---|---|
static CfnPricingRuleProps.Builder |
builder() |
default java.lang.String |
getDescription()
The pricing rule description.
|
java.lang.Number |
getModifierPercentage()
A percentage modifier applied on the public pricing rates.
|
java.lang.String |
getName()
The name of a pricing rule.
|
java.lang.String |
getScope()
The scope of pricing rule that indicates if it is globally applicable, or if it is service-specific.
|
default java.lang.String |
getService()
If the `Scope` attribute is `SERVICE` , this attribute indicates which service the `PricingRule` is applicable for.
|
default java.util.List<CfnTag> |
getTags()
`AWS::BillingConductor::PricingRule.Tags`.
|
java.lang.String |
getType()
The type of pricing rule.
|
java.lang.Number getModifierPercentage()
java.lang.String getName()
java.lang.String getScope()
java.lang.String getType()
default java.lang.String getDescription()
default java.lang.String getService()
default java.util.List<CfnTag> getTags()
static CfnPricingRuleProps.Builder builder()
CfnPricingRuleProps.Builder
of CfnPricingRuleProps