interface StorageVirtualMachineReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.FSx.StorageVirtualMachineReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsfsx#StorageVirtualMachineReference |
Java | software.amazon.awscdk.interfaces.fsx.StorageVirtualMachineReference |
Python | aws_cdk.interfaces.aws_fsx.StorageVirtualMachineReference |
TypeScript | aws-cdk-lib » interfaces » aws_fsx » StorageVirtualMachineReference |
A reference to a StorageVirtualMachine resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_fsx as interfaces_aws_fsx } from 'aws-cdk-lib/interfaces';
const storageVirtualMachineReference: interfaces_aws_fsx.StorageVirtualMachineReference = {
storageVirtualMachineId: 'storageVirtualMachineId',
};
Properties
| Name | Type | Description |
|---|---|---|
| storage | string | The StorageVirtualMachineId of the StorageVirtualMachine resource. |
storageVirtualMachineId
Type:
string
The StorageVirtualMachineId of the StorageVirtualMachine resource.

.NET
Go
Java
Python
TypeScript