Show / Hide Table of Contents

Class CfnVolumeAssociationMixinProps

Properties for CfnVolumeAssociationPropsMixin.

Inheritance
object
CfnVolumeAssociationMixinProps
Implements
ICfnVolumeAssociationMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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

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"
             };

Properties

Device

The device name for the volume attachment.

public string? Device { get; set; }
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.

public string? DisassociateMode { get; set; }
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.

public string? VolumeId { get; set; }
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.

public string? WorkspaceInstanceId { get; set; }
Property Value

string

Remarks

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

Implements

ICfnVolumeAssociationMixinProps
Back to top Generated by DocFX