metricDataQueries

@JvmName(name = "vnmddcnfebxeofdc")
suspend fun metricDataQueries(value: Output<List<ServiceLevelObjectiveMetricDataQueryArgs>>)
@JvmName(name = "rlfsmdpilslrrvoq")
suspend fun metricDataQueries(value: List<ServiceLevelObjectiveMetricDataQueryArgs>?)

Parameters

value

If this SLO monitors a CloudWatch metric or the result of a CloudWatch metric math expression, use this structure to specify that metric or expression.


@JvmName(name = "qghgvexwqpnimbpi")
suspend fun metricDataQueries(vararg values: Output<ServiceLevelObjectiveMetricDataQueryArgs>)


@JvmName(name = "aehcapvtbmhcgmyl")
suspend fun metricDataQueries(values: List<Output<ServiceLevelObjectiveMetricDataQueryArgs>>)
@JvmName(name = "tvlidjqvtgsdhtjs")
suspend fun metricDataQueries(vararg values: ServiceLevelObjectiveMetricDataQueryArgs)

Parameters

values

If this SLO monitors a CloudWatch metric or the result of a CloudWatch metric math expression, use this structure to specify that metric or expression.


@JvmName(name = "chxfrsmfvkrmxmxb")
suspend fun metricDataQueries(argument: List<suspend ServiceLevelObjectiveMetricDataQueryArgsBuilder.() -> Unit>)
@JvmName(name = "uhlysbkpdfxjwdjf")
suspend fun metricDataQueries(vararg argument: suspend ServiceLevelObjectiveMetricDataQueryArgsBuilder.() -> Unit)
@JvmName(name = "viqjfflxwdaglkdr")
suspend fun metricDataQueries(argument: suspend ServiceLevelObjectiveMetricDataQueryArgsBuilder.() -> Unit)

Parameters

argument

If this SLO monitors a CloudWatch metric or the result of a CloudWatch metric math expression, use this structure to specify that metric or expression.