Interface CfnDashboardPropsMixin.CostAndUsageExpressionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboardPropsMixin.CostAndUsageExpressionProperty.Jsii$Proxy
- Enclosing class:
CfnDashboardPropsMixin
@Stability(Stable)
public static interface CfnDashboardPropsMixin.CostAndUsageExpressionProperty
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.cfnpropertymixins.services.bcm.*;
CostAndUsageExpressionProperty costAndUsageExpressionProperty_;
CostAndUsageExpressionProperty costAndUsageExpressionProperty = CostAndUsageExpressionProperty.builder()
.and(List.of(costAndUsageExpressionProperty_))
.costCategories(CostCategoryValuesProperty.builder()
.key("key")
.matchOptions(List.of("matchOptions"))
.values(List.of("values"))
.build())
.dimensions(DimensionValuesProperty.builder()
.key("key")
.matchOptions(List.of("matchOptions"))
.values(List.of("values"))
.build())
.not(costAndUsageExpressionProperty_)
.or(List.of(costAndUsageExpressionProperty_))
.tags(TagValuesProperty.builder()
.key("key")
.matchOptions(List.of("matchOptions"))
.values(List.of("values"))
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboardPropsMixin.CostAndUsageExpressionPropertystatic final classAn implementation forCfnDashboardPropsMixin.CostAndUsageExpressionProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectgetAnd()Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboardPropsMixin.CostAndUsageExpressionProperty>default ObjectReturns union: eitherIResolvableorCfnDashboardPropsMixin.CostCategoryValuesPropertydefault ObjectReturns union: eitherIResolvableorCfnDashboardPropsMixin.DimensionValuesPropertydefault ObjectgetNot()Returns union: eitherIResolvableorCfnDashboardPropsMixin.CostAndUsageExpressionPropertydefault ObjectgetOr()Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboardPropsMixin.CostAndUsageExpressionProperty>getTags()Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAnd
Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboardPropsMixin.CostAndUsageExpressionProperty>- See Also:
-
getCostCategories
Returns union: eitherIResolvableorCfnDashboardPropsMixin.CostCategoryValuesProperty- See Also:
-
getDimensions
Returns union: eitherIResolvableorCfnDashboardPropsMixin.DimensionValuesProperty- See Also:
-
getNot
Returns union: eitherIResolvableorCfnDashboardPropsMixin.CostAndUsageExpressionProperty- See Also:
-
getOr
Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboardPropsMixin.CostAndUsageExpressionProperty>- See Also:
-
getTags
- See Also:
-
builder
-