referencedResources

@JvmName(name = "ltbfumqntsljyifp")
suspend fun referencedResources(value: Output<List<String>>)
@JvmName(name = "ljsgokawrlrtafrb")
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 = "eaucsclorvtmihjb")
suspend fun referencedResources(vararg values: Output<String>)


@JvmName(name = "axjyauiwfexipmjt")
suspend fun referencedResources(values: List<Output<String>>)
@JvmName(name = "ntvyhadesmxannwb")
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.