Interface CfnVolumeAssociationMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVolumeAssociationMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:20:06.322Z")
@Stability(Stable)
public interface CfnVolumeAssociationMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnVolumeAssociationPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.workspacesinstances.*;
CfnVolumeAssociationMixinProps cfnVolumeAssociationMixinProps = CfnVolumeAssociationMixinProps.builder()
.device("device")
.disassociateMode("disassociateMode")
.volumeId("volumeId")
.workspaceInstanceId("workspaceInstanceId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnVolumeAssociationMixinPropsstatic final classAn implementation forCfnVolumeAssociationMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe device name for the volume attachment.default StringMode to use when disassociating the volume.default StringID of the volume to attach to the workspace instance.default StringID of the workspace instance to associate with the volume.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDevice
The device name for the volume attachment.- See Also:
-
getDisassociateMode
Mode to use when disassociating the volume.- See Also:
-
getVolumeId
ID of the volume to attach to the workspace instance.- See Also:
-
getWorkspaceInstanceId
ID of the workspace instance to associate with the volume.- See Also:
-
builder
-