referencedResources

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


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