AnomalySubscriptionThresholdExpressionArgs

data class AnomalySubscriptionThresholdExpressionArgs(val ands: Output<List<AnomalySubscriptionThresholdExpressionAndArgs>>? = null, val costCategory: Output<AnomalySubscriptionThresholdExpressionCostCategoryArgs>? = null, val dimension: Output<AnomalySubscriptionThresholdExpressionDimensionArgs>? = null, val not: Output<AnomalySubscriptionThresholdExpressionNotArgs>? = null, val ors: Output<List<AnomalySubscriptionThresholdExpressionOrArgs>>? = null, val tags: Output<AnomalySubscriptionThresholdExpressionTagsArgs>? = null) : ConvertibleToJava<AnomalySubscriptionThresholdExpressionArgs>

Properties

Link copied to clipboard

Return results that match both Dimension objects.

Link copied to clipboard

Configuration block for the filter that's based on values. See Cost Category below.

Link copied to clipboard

Configuration block for the specific Dimension to use for.

Link copied to clipboard

Return results that match both Dimension object.

Link copied to clipboard

Return results that match both Dimension object.

Link copied to clipboard

Configuration block for the specific Tag to use for. See Tags below.

Functions

Link copied to clipboard
open override fun toJava(): AnomalySubscriptionThresholdExpressionArgs