sourceStorage

@JvmName(name = "lmducyudrpdrbpuq")
suspend fun sourceStorage(value: Output<String>)
@JvmName(name = "cijlvvhwxwqduuod")
suspend fun sourceStorage(value: String?)

Parameters

value

The access path of the source store. Format: <storage type>://<path>. Among them:

  • storage type: currently only OSS is supported.

  • path: the bucket name of OSS.

  • Only lowercase letters, numbers, and dashes (-) are supported and must start and end with lowercase letters or numbers.