Class CostCategoryRuleRuleOr
- java.lang.Object
-
- com.pulumi.aws.costexplorer.outputs.CostCategoryRuleRuleOr
-
public final class CostCategoryRuleRuleOr extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CostCategoryRuleRuleOr.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CostCategoryRuleRuleOrAnd>
ands()
static CostCategoryRuleRuleOr.Builder
builder()
static CostCategoryRuleRuleOr.Builder
builder(CostCategoryRuleRuleOr defaults)
java.util.Optional<CostCategoryRuleRuleOrCostCategory>
costCategory()
java.util.Optional<CostCategoryRuleRuleOrDimension>
dimension()
java.util.Optional<CostCategoryRuleRuleOrNot>
not()
java.util.List<CostCategoryRuleRuleOrOr>
ors()
java.util.Optional<CostCategoryRuleRuleOrTags>
tags()
-
-
-
Method Detail
-
ands
public java.util.List<CostCategoryRuleRuleOrAnd> ands()
- Returns:
- Return results that match both `Dimension` objects.
-
costCategory
public java.util.Optional<CostCategoryRuleRuleOrCostCategory> costCategory()
- Returns:
- Configuration block for the filter that's based on `CostCategory` values. See below.
-
dimension
public java.util.Optional<CostCategoryRuleRuleOrDimension> dimension()
- Returns:
- Configuration block for the specific `Dimension` to use for `Expression`. See below.
-
not
public java.util.Optional<CostCategoryRuleRuleOrNot> not()
- Returns:
- Return results that match both `Dimension` object.
-
ors
public java.util.List<CostCategoryRuleRuleOrOr> ors()
- Returns:
- Return results that match both `Dimension` object.
-
tags
public java.util.Optional<CostCategoryRuleRuleOrTags> tags()
- Returns:
- Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
-
builder
public static CostCategoryRuleRuleOr.Builder builder()
-
builder
public static CostCategoryRuleRuleOr.Builder builder(CostCategoryRuleRuleOr defaults)
-
-