referencedResources

@JvmName(name = "fdnrvhboqknpqqrj")
suspend fun referencedResources(value: Output<List<String>>)
@JvmName(name = "nwftuhqdpsjumkay")
suspend fun referencedResources(value: List<String>?)

Parameters

value

The resources that will be referenced from this solution. Deleting any of those solution out of band will break the solution.


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


@JvmName(name = "pdnkgycovbygcrnx")
suspend fun referencedResources(values: List<Output<String>>)
@JvmName(name = "lspxxuihupsjglbo")
suspend fun referencedResources(vararg values: String)

Parameters

values

The resources that will be referenced from this solution. Deleting any of those solution out of band will break the solution.