values

@JvmName(name = "lcsmmcmopsnxched")
suspend fun values(value: Output<List<String>>)
@JvmName(name = "qrfgtpgwrqsjrbyl")
suspend fun values(value: List<String>)

Parameters

value

User-defined criteria that maps to Key . For example, if you specified tag:ServerRole , you could specify value:WebServer to run a command on instances that include EC2 tags of ServerRole,WebServer . Depending on the type of target, the maximum number of values for a key might be lower than the global maximum of 50.


@JvmName(name = "pyfxblwtgvvcpyvn")
suspend fun values(vararg values: Output<String>)


@JvmName(name = "lqtgjwghkvhqepvl")
suspend fun values(values: List<Output<String>>)
@JvmName(name = "qkorrqrmpcxgdbxu")
suspend fun values(vararg values: String)

Parameters

values

User-defined criteria that maps to Key . For example, if you specified tag:ServerRole , you could specify value:WebServer to run a command on instances that include EC2 tags of ServerRole,WebServer . Depending on the type of target, the maximum number of values for a key might be lower than the global maximum of 50.