Class CostCategoryRuleRule
- java.lang.Object
-
- com.pulumi.aws.costexplorer.outputs.CostCategoryRuleRule
-
public final class CostCategoryRuleRule extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CostCategoryRuleRule.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CostCategoryRuleRuleAnd>
ands()
static CostCategoryRuleRule.Builder
builder()
static CostCategoryRuleRule.Builder
builder(CostCategoryRuleRule defaults)
java.util.Optional<CostCategoryRuleRuleCostCategory>
costCategory()
java.util.Optional<CostCategoryRuleRuleDimension>
dimension()
java.util.Optional<CostCategoryRuleRuleNot>
not()
java.util.List<CostCategoryRuleRuleOr>
ors()
java.util.Optional<CostCategoryRuleRuleTags>
tags()
-
-
-
Method Detail
-
ands
public java.util.List<CostCategoryRuleRuleAnd> ands()
- Returns:
- Return results that match both `Dimension` objects.
-
costCategory
public java.util.Optional<CostCategoryRuleRuleCostCategory> costCategory()
- Returns:
- Configuration block for the filter that's based on `CostCategory` values. See below.
-
dimension
public java.util.Optional<CostCategoryRuleRuleDimension> dimension()
- Returns:
- Configuration block for the specific `Dimension` to use for `Expression`. See below.
-
not
public java.util.Optional<CostCategoryRuleRuleNot> not()
- Returns:
- Return results that match both `Dimension` object.
-
ors
public java.util.List<CostCategoryRuleRuleOr> ors()
- Returns:
- Return results that match both `Dimension` object.
-
tags
public java.util.Optional<CostCategoryRuleRuleTags> tags()
- Returns:
- Configuration block for the specific `Tag` to use for `Expression`. See below.
-
builder
public static CostCategoryRuleRule.Builder builder()
-
builder
public static CostCategoryRuleRule.Builder builder(CostCategoryRuleRule defaults)
-
-