Express Sync Share Attachment Args
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>
Content copied to clipboard