Show / Hide Table of Contents

Interface IVolumeReference

A reference to a Volume resource.

Namespace: Amazon.CDK.Interfaces.WorkspacesInstances
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IVolumeReference
Syntax (vb)
Public Interface IVolumeReference
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.Interfaces.WorkspacesInstances;

            var volumeReference = new VolumeReference {
                VolumeId = "volumeId"
            };

Synopsis

Properties

VolumeId

The VolumeId of the Volume resource.

Properties

VolumeId

The VolumeId of the Volume resource.

string VolumeId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX