Class GetCostCategoryRuleRuleOrNot
- java.lang.Object
-
- com.pulumi.aws.costexplorer.outputs.GetCostCategoryRuleRuleOrNot
-
public final class GetCostCategoryRuleRuleOrNot extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetCostCategoryRuleRuleOrNot.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetCostCategoryRuleRuleOrNot.Builder
builder()
static GetCostCategoryRuleRuleOrNot.Builder
builder(GetCostCategoryRuleRuleOrNot defaults)
java.util.List<GetCostCategoryRuleRuleOrNotCostCategory>
costCategories()
java.util.List<GetCostCategoryRuleRuleOrNotDimension>
dimensions()
java.util.List<GetCostCategoryRuleRuleOrNotTag>
tags()
-
-
-
Method Detail
-
costCategories
public java.util.List<GetCostCategoryRuleRuleOrNotCostCategory> costCategories()
- Returns:
- Configuration block for the filter that's based on `CostCategory` values. See below.
-
dimensions
public java.util.List<GetCostCategoryRuleRuleOrNotDimension> dimensions()
- Returns:
- Configuration block for the specific `Dimension` to use for `Expression`. See below.
-
tags
public java.util.List<GetCostCategoryRuleRuleOrNotTag> tags()
- Returns:
- Configuration block for the specific `Tag` to use for `Expression`. See below.
-
builder
public static GetCostCategoryRuleRuleOrNot.Builder builder()
-
builder
public static GetCostCategoryRuleRuleOrNot.Builder builder(GetCostCategoryRuleRuleOrNot defaults)
-
-