referencedResources

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


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