ExpressSync

class ExpressSync : KotlinCustomResource

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>

Properties

Link copied to clipboard
val bucketName: Output<String>

The name of the OSS Bucket.

Link copied to clipboard
val bucketPrefix: Output<String>?

The prefix of the OSS Bucket.

Link copied to clipboard
val bucketRegion: Output<String>

The region of the OSS Bucket.

Link copied to clipboard
val description: Output<String>?

The description of the Express Sync. The length of the name is limited to 1 to 255 characters.

Link copied to clipboard
val expressSyncName: Output<String>

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.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>