ExpressSyncShareAttachment

class ExpressSyncShareAttachment : KotlinCustomResource

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>

Properties

Link copied to clipboard
val expressSyncId: Output<String>

The ID of the ExpressSync.

Link copied to clipboard
val gatewayId: Output<String>

The ID of the Gateway.

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 shareName: Output<String>

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.

Link copied to clipboard
val urn: Output<String>