pulumi-aws-kotlin
5.42.0.1
pulumi-aws-kotlin
/
com.pulumi.aws.cloudwatch.kotlin.inputs
/
MetricAlarmMetricQueryMetricArgsBuilder
/
dimensions
dimensions
@
JvmName
(
name
=
"oysltdigxnlpmiyw"
)
suspend
fun
dimensions
(
value
:
Output
<
Map
<
String
,
String
>
>
)
@
JvmName
(
name
=
"jrgnrnlvwfoxjwhd"
)
suspend
fun
dimensions
(
value
:
Map
<
String
,
String
>
?
)
Parameters
value
The dimensions for this metric. For the list of available dimensions see the AWS documentation
here
.
@
JvmName
(
name
=
"vqxycxvfgncmugly"
)
fun
dimensions
(
vararg
values
:
Pair
<
String
,
String
>
)
Parameters
values
The dimensions for this metric. For the list of available dimensions see the AWS documentation
here
.