interface VolumeAssociationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_workspacesinstances.VolumeAssociationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsworkspacesinstances#VolumeAssociationReference |
![]() | software.amazon.awscdk.services.workspacesinstances.VolumeAssociationReference |
![]() | aws_cdk.aws_workspacesinstances.VolumeAssociationReference |
![]() | aws-cdk-lib » aws_workspacesinstances » VolumeAssociationReference |
A reference to a VolumeAssociation resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_workspacesinstances as workspacesinstances } from 'aws-cdk-lib';
const volumeAssociationReference: workspacesinstances.VolumeAssociationReference = {
device: 'device',
volumeId: 'volumeId',
workspaceInstanceId: 'workspaceInstanceId',
};
Properties
Name | Type | Description |
---|---|---|
device | string | The Device of the VolumeAssociation resource. |
volume | string | The VolumeId of the VolumeAssociation resource. |
workspace | string | The WorkspaceInstanceId of the VolumeAssociation resource. |
device
Type:
string
The Device of the VolumeAssociation resource.
volumeId
Type:
string
The VolumeId of the VolumeAssociation resource.
workspaceInstanceId
Type:
string
The WorkspaceInstanceId of the VolumeAssociation resource.