Interface ICfnVolumeAssociationMixinProps
Properties for CfnVolumeAssociationPropsMixin.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.WorkspacesInstances
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface ICfnVolumeAssociationMixinProps
Syntax (vb)
Public Interface ICfnVolumeAssociationMixinProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.WorkspacesInstances;
var cfnVolumeAssociationMixinProps = new CfnVolumeAssociationMixinProps {
Device = "device",
DisassociateMode = "disassociateMode",
VolumeId = "volumeId",
WorkspaceInstanceId = "workspaceInstanceId"
};
Synopsis
Properties
| Device | The device name for the volume attachment. |
| DisassociateMode | Mode to use when disassociating the volume. |
| VolumeId | ID of the volume to attach to the workspace instance. |
| WorkspaceInstanceId | ID of the workspace instance to associate with the volume. |
Properties
Device
The device name for the volume attachment.
string? Device { get; }
Property Value
Remarks
DisassociateMode
Mode to use when disassociating the volume.
string? DisassociateMode { get; }
Property Value
Remarks
VolumeId
ID of the volume to attach to the workspace instance.
string? VolumeId { get; }
Property Value
Remarks
WorkspaceInstanceId
ID of the workspace instance to associate with the volume.
string? WorkspaceInstanceId { get; }