interface StorageVirtualMachineReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.FSx.StorageVirtualMachineReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsfsx#StorageVirtualMachineReference |
![]() | software.amazon.awscdk.services.fsx.StorageVirtualMachineReference |
![]() | aws_cdk.aws_fsx.StorageVirtualMachineReference |
![]() | aws-cdk-lib » 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 fsx } from 'aws-cdk-lib';
const storageVirtualMachineReference: 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.