Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesinstances-volumeassociation.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesinstances-volumeassociation.html#cfn-workspacesinstances-volumeassociation-device

DisassociateMode

Mode to use when disassociating the volume.

string? DisassociateMode { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesinstances-volumeassociation.html#cfn-workspacesinstances-volumeassociation-disassociatemode

VolumeId

ID of the volume to attach to the workspace instance.

string? VolumeId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesinstances-volumeassociation.html#cfn-workspacesinstances-volumeassociation-volumeid

WorkspaceInstanceId

ID of the workspace instance to associate with the volume.

string? WorkspaceInstanceId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesinstances-volumeassociation.html#cfn-workspacesinstances-volumeassociation-workspaceinstanceid

Back to top Generated by DocFX