AnomalySubscriptionThresholdExpressionNotDimensionArgs

data class AnomalySubscriptionThresholdExpressionNotDimensionArgs(val key: Output<String>? = null, val matchOptions: Output<List<String>>? = null, val values: Output<List<String>>? = null) : ConvertibleToJava<AnomalySubscriptionThresholdExpressionNotDimensionArgs>

Constructors

constructor(key: Output<String>? = null, matchOptions: Output<List<String>>? = null, values: Output<List<String>>? = null)

Properties

Link copied to clipboard
val key: Output<String>? = null

Unique name of the Cost Category.

Link copied to clipboard
val matchOptions: Output<List<String>>? = null

Match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for MatchOptions is EQUALS and CASE_SENSITIVE. Valid values are: EQUALS, ABSENT, STARTS_WITH, ENDS_WITH, CONTAINS, CASE_SENSITIVE, CASE_INSENSITIVE.

Link copied to clipboard
val values: Output<List<String>>? = null

Specific value of the Cost Category.

Functions

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