ExpressSyncShareAttachmentArgs

data class ExpressSyncShareAttachmentArgs(val expressSyncId: Output<String>? = null, val gatewayId: Output<String>? = null, val shareName: Output<String>? = null) : ConvertibleToJava<ExpressSyncShareAttachmentArgs>

Provides a Cloud Storage Gateway Express Sync Share Attachment resource. For information about Cloud Storage Gateway Express Sync Share Attachment and how to use it, see What is Express Sync Share Attachment.

NOTE: Available since v1.144.0.

Import

Cloud Storage Gateway Express Sync Share Attachment can be imported using the id, e.g.

$ pulumi import alicloud:cloudstoragegateway/expressSyncShareAttachment:ExpressSyncShareAttachment example <express_sync_id>:<gateway_id>:<share_name>

Constructors

Link copied to clipboard
constructor(expressSyncId: Output<String>? = null, gatewayId: Output<String>? = null, shareName: Output<String>? = null)

Properties

Link copied to clipboard
val expressSyncId: Output<String>? = null

The ID of the ExpressSync.

Link copied to clipboard
val gatewayId: Output<String>? = null

The ID of the Gateway.

Link copied to clipboard
val shareName: Output<String>? = null

The name of the GatewayFileShare. NOTE: When GatewayFileShare is associated with a speed sync group, its reverse synchronization function will be turned off by default.

Functions

Link copied to clipboard
open override fun toJava(): ExpressSyncShareAttachmentArgs