stackNames

@JvmName(name = "djwoawonjsjjnaqg")
suspend fun stackNames(value: Output<List<String>>)
@JvmName(name = "taycuwdvonmoasux")
suspend fun stackNames(value: List<String>)

Parameters

value

Array of the names of the AWS CloudFormation stacks. If type is AWS_SERVICE (all acccount resources) this array should be a single item containing a wildcard ("*").


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


@JvmName(name = "sbdusvvvojbsurod")
suspend fun stackNames(values: List<Output<String>>)
@JvmName(name = "wohxikryhdgylfyw")
suspend fun stackNames(vararg values: String)

Parameters

values

Array of the names of the AWS CloudFormation stacks. If type is AWS_SERVICE (all acccount resources) this array should be a single item containing a wildcard ("*").