AWS::WorkspacesInstances::VolumeAssociationResource Type definition for AWS::WorkspacesInstances::VolumeAssociation.
import { CfnVolumeAssociation } from 'aws-cdk-lib/aws-workspacesinstances';Or use the module namespace:
import * as workspacesinstances from 'aws-cdk-lib/aws-workspacesinstances';
// workspacesinstances.CfnVolumeAssociationConfiguration passed to the constructor as CfnVolumeAssociationProps.
deviceRequiredstringThe device name for the volume attachment.
volumeIdRequiredstringID of the volume to attach to the workspace instance.
workspaceInstanceIdRequiredstringID of the workspace instance to associate with the volume.
disassociateModeOptionalstringMode to use when disassociating the volume.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-workspacesinstancesAWS::WorkspacesInstances::VolumeAssociation