stackNames

@JvmName(name = "tlvhhjsbkkdkbglc")
suspend fun stackNames(value: Output<List<String>>)
@JvmName(name = "vtxgnldmshmjomym")
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 = "srewhfcflidktmph")
suspend fun stackNames(vararg values: Output<String>)


@JvmName(name = "vrtmrxxwkvxrmopb")
suspend fun stackNames(values: List<Output<String>>)
@JvmName(name = "rlwiqbvduchaeame")
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 ("*").