Class CfnVolumeAssociationMixinProps
Properties for CfnVolumeAssociationPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.WorkspacesInstances
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnVolumeAssociationMixinProps : ICfnVolumeAssociationMixinProps
Syntax (vb)
Public Class CfnVolumeAssociationMixinProps Implements 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
Constructors
| CfnVolumeAssociationMixinProps() | Properties for CfnVolumeAssociationPropsMixin. |
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. |
Constructors
CfnVolumeAssociationMixinProps()
Properties for CfnVolumeAssociationPropsMixin.
public CfnVolumeAssociationMixinProps()
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"
};
Properties
Device
The device name for the volume attachment.
public string? Device { get; set; }
Property Value
Remarks
DisassociateMode
Mode to use when disassociating the volume.
public string? DisassociateMode { get; set; }
Property Value
Remarks
VolumeId
ID of the volume to attach to the workspace instance.
public string? VolumeId { get; set; }
Property Value
Remarks
WorkspaceInstanceId
ID of the workspace instance to associate with the volume.
public string? WorkspaceInstanceId { get; set; }