@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:05.258Z") @Stability(value=Stable) public interface CfnCostCategoryProps 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.ce.*;
CfnCostCategoryProps cfnCostCategoryProps = CfnCostCategoryProps.builder()
.name("name")
.rules("rules")
.ruleVersion("ruleVersion")
// the properties below are optional
.defaultValue("defaultValue")
.splitChargeRules("splitChargeRules")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCostCategoryProps.Builder
A builder for
CfnCostCategoryProps |
static class |
CfnCostCategoryProps.Jsii$Proxy
An implementation for
CfnCostCategoryProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnCostCategoryProps.Builder |
builder() |
default String |
getDefaultValue()
`AWS::CE::CostCategory.DefaultValue`.
|
String |
getName()
`AWS::CE::CostCategory.Name`.
|
String |
getRules()
`AWS::CE::CostCategory.Rules`.
|
String |
getRuleVersion()
`AWS::CE::CostCategory.RuleVersion`.
|
default String |
getSplitChargeRules()
`AWS::CE::CostCategory.SplitChargeRules`.
|
@Stability(value=Stable) @Nullable default String getDefaultValue()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getRules()
@Stability(value=Stable) @NotNull String getRuleVersion()
@Stability(value=Stable) @Nullable default String getSplitChargeRules()
@Stability(value=Stable) static CfnCostCategoryProps.Builder builder()
CfnCostCategoryProps.Builder of CfnCostCategoryPropsCopyright © 2021. All rights reserved.