resourceName

@JvmName(name = "fkdqspuqkgduyfas")
suspend fun resourceName(value: Output<String>)
@JvmName(name = "uewedgwoeounrnmy")
suspend fun resourceName(value: String)

Parameters

value

The android resource name of the target UI element. For example, in Java: R.string.foo in xml: @string/foo Only the "foo" part is needed. Reference doc: https://developer.android.com/guide/topics/resources/accessing-resources.html