Express Sync Args
data class ExpressSyncArgs(val bucketName: Output<String>? = null, val bucketPrefix: Output<String>? = null, val bucketRegion: Output<String>? = null, val description: Output<String>? = null, val expressSyncName: Output<String>? = null) : ConvertibleToJava<ExpressSyncArgs>
Provides a Cloud Storage Gateway Express Sync resource. For information about Cloud Storage Gateway Express Sync and how to use it, see What is Express Sync.
NOTE: Available since v1.144.0.
Import
Cloud Storage Gateway Express Sync can be imported using the id, e.g.
$ pulumi import alicloud:cloudstoragegateway/expressSync:ExpressSync example <id>
Content copied to clipboard
Constructors
Properties
Link copied to clipboard
The name of the OSS Bucket.
Link copied to clipboard
The prefix of the OSS Bucket.
Link copied to clipboard
The region of the OSS Bucket.
Link copied to clipboard
The description of the Express Sync. The length of the name is limited to 1
to 255
characters.
Link copied to clipboard
The name of the ExpressSync. The length of the name is limited to 1
to 128
characters. It can contain uppercase and lowercase letters, Chinese characters, numbers, English periods (.), underscores (_), or hyphens (-), and must start with letters.