Anomaly Subscription Threshold Expression Args
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>
Constructors
Link copied to clipboard
constructor(ands: Output<List<AnomalySubscriptionThresholdExpressionAndArgs>>? = null, costCategory: Output<AnomalySubscriptionThresholdExpressionCostCategoryArgs>? = null, dimension: Output<AnomalySubscriptionThresholdExpressionDimensionArgs>? = null, not: Output<AnomalySubscriptionThresholdExpressionNotArgs>? = null, ors: Output<List<AnomalySubscriptionThresholdExpressionOrArgs>>? = null, tags: Output<AnomalySubscriptionThresholdExpressionTagsArgs>? = null)
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 do not match the Dimension object.
Link copied to clipboard
Return results that match either Dimension object.
Link copied to clipboard
Configuration block for the specific Tag to use for. See Tags below.