sourceStorage

val sourceStorage: Output<String>

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.